nf-core/gecco/run @ 0.0.0-6c4ed3a
Summary
GECCO is a fast and scalable method for identifying putative novel Biosynthetic Gene Clusters (BGCs) in genomic and metagenomic data using Conditional Random Fields (CRFs).
Get started
Add the following snippet to your workflow script to include this module.
include { GECCO_RUN } from 'nf-core/gecco/run'
License
MIT License
Name
|
GECCO_RUN |
|---|
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
input
file
|
A genomic file containing one or more sequences as input. Input type is any supported by Biopython (fasta, gbk, etc.) *
|
hmm
file
|
Alternative HMM file(s) to use in HMMER format *.hmm
|
model_dir
directory
|
Path to an alternative CRF (Conditional Random Fields) module to use |
|---|
gbk
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*_cluster_*.gbk
file
|
Per cluster GenBank file (if found) containing sequence with annotations. Will not be generated if no hits are found. *.gbk
|
json
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.json
file
|
AntiSMASH v6 sideload JSON file (if --antismash-sideload) supplied. Will not be generated if no hits are found. *.gbk
|
genes
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.genes.tsv
file
|
TSV file containing detected/predicted genes with BGC probability scores. Will not be generated if no hits are found. *.genes.tsv
|
clusters
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.clusters.tsv
file
|
TSV file containing coordinates of predicted clusters and BGC types. Will not be generated if no hits are found. *.clusters.tsv
|
features
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.features.tsv
file
|
TSV file containing identified domains *.features.tsv
|
versions_gecco
tuple
${task.process}
string
|
The name of the process |
|---|---|
gecco
string
|
The name of the tool |
gecco -V | cut -d" " -f2
eval
|
The expression to obtain the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| gecco | Biosynthetic Gene Cluster prediction with Conditional Random Fields. | https://gecco.embl.de |
| Version | 0.0.0-6c4ed3a |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 23 Apr 2026 15:20:52 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fgecco%2Frun/0.0.0-6c4ed3a/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/gecco/run/blobs/sha256:a4d484f6ea5e598c82ecaf593daa2e261138f3482ea113de6cfac8cc643c3c1a |
| Size | 3.2 KB |
| Checksum | sha256:a4d484f6ea5e598c82ecaf593daa2e261138f3482ea113de6cfac8cc643c3c1a |
| Downloads | 5 |