nf-core/comebin/runcomebin @ 0.0.0-6c4ed3a
Summary
Effective binning of metagenomic contigs using COntrastive Multi-viEw representation learning
Get started
Add the following snippet to your workflow script to include this module.
include { COMEBIN_RUNCOMEBIN } from 'nf-core/comebin/runcomebin'
License
MIT License
Name
|
COMEBIN_RUNCOMEBIN |
|---|
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
assembly
file
|
FASTA file of contigs for binning *.{fa,fas,fasta,fna,fa.gz,fas.gz,fasta.gz,fna.gz}
|
bam
file
|
List of sorted bam files of reads mapped to the reference assembly. Not compatible with TSV input. *.bam
|
log
tuple
meta
map
|
Groovy Map containing sample information. e.g. |
|---|---|
${prefix}/comebin.log
file
|
COMEBin log file *.log
|
tsv
tuple
meta
map
|
Groovy Map containing sample information. e.g. |
|---|---|
${prefix}/comebin_res.tsv
file
|
TSV mapping the output clusters to contigs *.tsv
|
bins
tuple
meta
map
|
Groovy Map containing sample information. e.g. |
|---|---|
${prefix}/comebin_res_bins/*.fa.gz
file
|
List of FASTA files of binned contigs *.fna.gz
|
embeddings
tuple
meta
map
|
Groovy Map containing sample information. e.g. |
|---|---|
${prefix}/embeddings.tsv
file
|
TSV describing the embeddings of the contigs *.tsv
|
covembeddings
tuple
meta
map
|
Groovy Map containing sample information. e.g. |
|---|---|
${prefix}/covembeddings.tsv
file
|
TSV describing the embeddings of the contigs *.tsv
|
versions_comebin
tuple
${task.process}
string
|
The name of the process |
|---|---|
comebin
string
|
The name of the tool |
run_comebin.sh | sed '2!d;s/COMEBin version: //'
eval
|
The expression to obtain the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| comebin | COMEBin allows effective binning of metagenomic contigs using COntrastive Multi-viEw representation learning | https://github.com/ziyewang/COMEBin |
| Version | 0.0.0-6c4ed3a |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 23 Apr 2026 15:11:00 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fcomebin%2Fruncomebin/0.0.0-6c4ed3a/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/comebin/runcomebin/blobs/sha256:9f2efee99739abff6aa5574cbefbac31a8f3961ffb11e4e031103b1ea27b82b3 |
| Size | 3.0 KB |
| Checksum | sha256:9f2efee99739abff6aa5574cbefbac31a8f3961ffb11e4e031103b1ea27b82b3 |
| Downloads | 3 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:11:00 (UTC) | 3 | 3.0 KB | |
| 0.0.0-3fc6d40 |