Description

Builds a DIAMOND database

Input

name:type
description
pattern

meta{:bash}

:map

Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]

fasta{:bash}

:file

Input fasta file

*.{fa,fasta,fa.gz,fasta.gz}

taxonmap{:bash}

:file

Optional mapping file of NCBI protein accession numbers to taxon ids (gzip compressed), required for taxonomy functionality.

*.gz

taxonnodes{:bash}

:file

Optional NCBI taxonomy nodes.dmp file, required for taxonomy functionality.

*.dmp

taxonnames{:bash}

:file

Optional NCBI taxonomy names.dmp file, required for taxonomy functionality.

*.dmp

Output

name:type
description
pattern

db{:bash}

meta{:bash}

:map

Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]

*.dmnd{:bash}

:file

File of the indexed DIAMOND database

*.dmnd

versions_diamond{:bash}

${task.process}{:bash}

:string

The name of the process

diamond{:bash}

:string

The name of the tool

diamond --version | sed 's/diamond version //g'{:bash}

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions{:bash}

${task.process}{:bash}

:string

The name of the process

diamond{:bash}

:string

The name of the tool

diamond --version | sed 's/diamond version //g'{:bash}

:eval

The expression to obtain the version of the tool