Description

calculate clusters of highly similar sequences

Input

name:type
description
pattern

meta{:bash}

:map

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

db{:bash}

:file

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

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

Output

name:type
description
pattern

tsv{:bash}

meta{:bash}

:map

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

*.tsv{:bash}

: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{: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

Tools

diamond
GPL v3-or-later

Accelerated BLAST compatible local sequence aligner