nf-core/checkv/endtoend @ 0.0.0-6c4ed3a
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-6c4ed3a |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 23 Apr 2026 15:09:03 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fcheckv%2Fendtoend/0.0.0-6c4ed3a/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/checkv/endtoend/blobs/sha256:c618bb140e0917fa2792fb6c26500c2858ccb0519757a8d188bcbff3b6d0579f |
| Size | 3.0 KB |