Description

Cluster protein sequences using sequence similarity

Input

name:type
description
pattern

meta{:bash}

:map

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

sequences{:bash}

:file

fasta file of sequences to be clustered

*.{fa,fasta}

Output

name:type
description
pattern

fasta{:bash}

meta{:bash}

:map

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

*.fasta{:bash}

:file

fasta file of the representative sequences for each cluster

*.{fasta}

clusters{:bash}

meta{:bash}

:map

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

*.clstr{:bash}

:file

List of clusters

*.{clstr}

versions_cdhit{:bash}

${task.process}{:bash}

:string

The name of the process

cdhit{:bash}

:string

The name of the tool

cd-hit -h | sed -n '1s/.*version \([0-9.]*\).*/\1/p'{: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

cdhit{:bash}

:string

The name of the tool

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

:eval

The expression to obtain the version of the tool