nf-core/checkv/endtoend @ 0.0.0-0c7146d
Summary
Assess the quality of metagenome-assembled viral genomes.
Get started
Add the following snippet to your workflow script to include this module.
include { CHECKV_ENDTOEND } from 'nf-core/checkv/endtoend'
License
MIT License
Name
|
CHECKV_ENDTOEND |
|---|
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
fasta
file
|
fasta file *.{fasta,fna,fa}
|
db
directory
|
Directory pointing to checkV database |
|---|
viruses
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'sample', bin:'1' ] |
|---|---|
${prefix}/viruses.fna
file
|
CheckV's extracted virus contigs ${prefix}/viruses.fna
|
proviruses
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'sample', bin:'1' ] |
|---|---|
${prefix}/proviruses.fna
file
|
CheckV's extracted proviruses contigs ${prefix}/proviruses.fna
|
completeness
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'sample', bin:'1' ] |
|---|---|
${prefix}/completeness.tsv
file
|
CheckV's detailed overview table on estimating completeness ${prefix}/completeness.tsv
|
contamination
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'sample', bin:'1' ] |
|---|---|
${prefix}/contamination.tsv
file
|
CheckV's detailed overview table on estimating contamination ${prefix}/contamination.tsv
|
quality_summary
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'sample', bin:'1' ] |
|---|---|
${prefix}/quality_summary.tsv
file
|
CheckV's main output containing integrated results from the three main modules (contamination, completeness, complete genomes) with overall quality of contigs ${prefix}/quality_summary.tsv
|
versions_checkv
tuple
${task.process}
string
|
The name of the process |
|---|---|
checkv
string
|
The name of the tool |
checkv -h 2>&1 | sed '1!d;s/^.*CheckV v//;s/:.*//'
eval
|
The expression to obtain the version of the tool |
complete_genomes
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'sample', bin:'1' ] |
|---|---|
${prefix}/complete_genomes.tsv
file
|
CheckV's detailed overview table on the identified putative complete genomes ${prefix}/complete_genomes.tsv
|
| Tool | Description | Homepage |
|---|---|---|
| checkv | Assess the quality of metagenome-assembled viral genomes. | https://bitbucket.org/berkeleylab/checkv/src/master/ |
| Version | 0.0.0-0c7146d |
|---|---|
| Commit ID | 135d883a43b1a2324b4112cd270cf22e20835533 |
| Release Date | 08 Apr 2026 18:30:30 (UTC) |
| Download URL | https://registry-stage.nextflow.io/api/v1/modules/nf-core%2Fcheckv%2Fendtoend/0.0.0-0c7146d/download |
| OCI Store URL | https://public.cr.stage-seqera.io/v2/nextflow/plugin-stage/modules/nf-core/checkv/endtoend/blobs/sha256:75a2b48a5871075f396949ceca36a7ae7c5ee28a6ed9e12f5b1ef49a07b564f1 |
| Size | 3.0 KB |