Description

calculate clusters of highly similar sequences

Input

name:type
description
pattern

meta

:map

Groovy Map containing sample information e.g. [ id:'sample1' ]

db

:file

The input sequence database. Supported formats are FASTA and DIAMOND (.dmnd) format.

*.{dmnd,fa,faa,fasta}(.gz)

Output

name:type
description
pattern

tsv

meta

:map

Groovy Map containing sample information e.g. [ id:'sample1', single_end:false ]

*.tsv

:file

a 2-column tabular file with the representative accession as the first column and the member sequence accession as the second column

*.tsv

versions_diamond

${task.process}

:string

The name of the process

diamond

:string

The name of the tool

diamond --version | sed 's/diamond version //g'

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The name of the process

diamond

:string

The name of the tool

diamond --version | sed 's/diamond version //g'

:eval

The expression to obtain the version of the tool

Tools

diamond
GPL v3-or-later

Accelerated BLAST compatible local sequence aligner