Description

Cluster nucleotide sequences using sequence similarity

Input

name:type
description
pattern

meta

:map

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

sequences

:file

fasta or fastq file of sequences to be clustered

*.{fasta,fastq}

Output

name:type
description
pattern

fasta

meta

:map

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

*.{fa,fq}

:file

fasta or fastq file of the representative sequences for each cluster

*.{fasta,fastq}

clusters

meta

:map

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

*.clstr

:file

List of clusters

*.{clstr}

versions_cdhitest

${task.process}

:string

The name of the process

cdhit

:string

The name of the tool

cd-hit-est -h | sed -n '1s/.*version \([0-9.]*\).*/\1/p'

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The name of the process

cdhit

:string

The name of the tool

cd-hit-est -h | sed -n '1s/.*version \([0-9.]*\).*/\1/p'

:eval

The expression to obtain the version of the tool