nf-core/metabat2/metabat2 @ 0.0.0-6c4ed3a
Summary
Metagenome binning of contigs
Get started
Add the following snippet to your workflow script to include this module.
include { METABAT2_METABAT2 } from 'nf-core/metabat2/metabat2'
License
MIT License
Name
|
METABAT2_METABAT2 |
|---|
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
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
|
fasta
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*[!lowDepth|tooShort|unbinned].fa.gz
file
|
Bins created from assembled contigs in fasta file *.fa.gz
|
lowdepth
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.lowDepth.fa.gz
file
|
Contigs that did not have sufficient depth for binning *.lowDepth.fa.gz
|
tooshort
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.tooShort.fa.gz
file
|
Contigs that did not pass length filtering *.tooShort.fa.gz
|
unbinned
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.unbinned.fa.gz
file
|
Contigs that pass length and depth filtering but could not be binned *.unbinned.fa.gz
|
membership
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.tsv.gz
file
|
cluster memberships as a matrix format. *.tsv.gz
|
versions_metabat2
tuple
${task.process}
string
|
The name of the process |
|---|---|
metabat2
string
|
The name of the tool |
metabat2 --help 2>&1 | sed -n "2s/.*:\([0-9]*\.[0-9]*\).*/\1/p"
eval
|
The expression to obtain the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| metabat2 | Metagenome binning | https://bitbucket.org/berkeleylab/metabat/src/master/ |
| Version | 0.0.0-6c4ed3a |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 23 Apr 2026 15:30:08 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fmetabat2%2Fmetabat2/0.0.0-6c4ed3a/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/metabat2/metabat2/blobs/sha256:2c343abb1a61826f44bd1f147569b504772f46f0d21d6e2fc9d178bb912ebe12 |
| Size | 3.4 KB |
| Checksum | sha256:2c343abb1a61826f44bd1f147569b504772f46f0d21d6e2fc9d178bb912ebe12 |
| Downloads | 3 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:30:08 (UTC) |