Description

Creates a FASTA file for each new cluster assigned by CONCOCT

Input

name:type
description
pattern

meta

:map

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

original_fasta

:file

Original input FASTA file to CONOCT cut_up_fasta

*.{fasta,fna,fa,fas}

csv

:boolean

Output table of merge_cutup_clustering with new cluster assignments

.csv

Output

name:type
description
pattern

fasta

meta

:map

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

${prefix}/*.fa.gz

:file

FASTA files containing CONCOCT predicted bin clusters, named numerically by CONCOCT cluster ID in a directory called fasta_bins

*.fa.gz

versions_concoct

${task.process}

:string

The name of the process

concoct

:string

The name of the tool

concoct --version 2>&1 | sed -n 's/concoct //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

concoct

:string

The name of the tool

concoct --version 2>&1 | sed -n 's/concoct //p'

:eval

The expression to obtain the version of the tool

Tools

concoct
FreeBSD

Clustering cONtigs with COverage and ComposiTion