Description

Metagenome binning of contigs

Input

Name (Type)
Description
Pattern

meta (map)

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

]

fasta (file)

Fasta file of the assembled contigs

*.{fa,fas,fasta,fna,fa.gz,fas.gz,fasta.gz,fna.gz}

depth (file)

Optional text file listing the coverage per contig pre-generated
by metabat2_jgisummarizebamcontigdepths

*.txt

Output

Name (Type)
Description
Pattern

meta (map)

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

]

versions (file)

File containing software versions

versions.yml

fasta (file)

Bins created from assembled contigs in fasta file

*.fa.gz

tooshort (file)

Contigs that did not pass length filtering

*.tooShort.fa.gz

lowdepth (file)

Contigs that did not have sufficient depth for binning

*.lowDepth.fa.gz

unbinned (file)

Contigs that pass length and depth filtering but could not be binned

*.unbinned.fa.gz

membership (file)

cluster memberships as a matrix format.

*.tsv.gz

Tools

metabat2
BSD-3-clause-LBNL

Metagenome binning