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_metabat2{:bash}

${task.process}{:bash}

:string

The name of the process

metabat2{:bash}

:string

The name of the tool

metabat2 --help 2>&1 | sed -n "2s/.*:\([0-9]*\.[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

metabat2{:bash}

:string

The name of the tool

metabat2 --help 2>&1 | sed -n "2s/.*:\([0-9]*\.[0-9]*\).*/\1/p"{:bash}

:eval

The expression to obtain the version of the tool

Tools

metabat2
BSD-3-clause-LBNL

Metagenome binning