Description

Merge consecutive parts of the original contigs original cut up by cut_up_fasta.py

Input

name:type
description
pattern

meta

:map

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

clustering_csv

:file

Input cutup clustering result. Typically *_gt1000.csv from concoct

*.csv

Output

name:type
description
pattern

csv

meta

:map

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

*.csv

:file

Cluster assignments per contig part with consensus cluster

*.csv

versions_concoct

${task.process}

:string

The name of the process

concoct

:string

The name of the tool

concoct --version | cut -d " " -f2

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The name of the process

concoct

:string

The name of the tool

concoct --version | cut -d " " -f2

:eval

The expression to obtain the version of the tool

Tools

concoct
FreeBSD

Clustering cONtigs with COverage and ComposiTion