Description

Metagenome binning of contigs

Input

name:type
description
pattern

meta{:bash}

:map

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

fasta{:bash}

:file

Fasta file of the assembled contigs

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

depth{:bash}

:file

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

*.txt

Output

name:type
description
pattern

tooshort{:bash}

meta{:bash}

:map

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

*.tooShort.fa.gz{:bash}

:file

Contigs that did not pass length filtering

*.tooShort.fa.gz

lowdepth{:bash}

meta{:bash}

:map

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

*.lowDepth.fa.gz{:bash}

:file

Contigs that did not have sufficient depth for binning

*.lowDepth.fa.gz

unbinned{:bash}

meta{:bash}

:map

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

*.unbinned.fa.gz{:bash}

:file

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

*.unbinned.fa.gz

membership{:bash}

meta{:bash}

:map

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

*.tsv.gz{:bash}

:file

cluster memberships as a matrix format.

*.tsv.gz

fasta{:bash}

meta{:bash}

:map

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

*[!lowDepth|tooShort|unbinned].fa.gz{:bash}

:file

Bins created from assembled contigs in fasta file

*.fa.gz

versions{:bash}

versions.yml{:bash}

:file

File containing software versions

versions.yml

Tools

metabat2
BSD-3-clause-LBNL

Metagenome binning