×

nf-core/checkv/endtoend @ 0.0.0-0c7146d

Assess the quality of metagenome-assembled viral genomes.

Latest version: 0.0.0-0c7146d
Total downloads: 1
Source: nf-core/modules
Authors: @Joon-Klaps
Maintainers: @Joon-Klaps

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

Process
Name CHECKV_ENDTOEND
Input 2 channels
#1 tuple
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

Output 7 channels
#1 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
#2 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
#3 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
#4 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
#5 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
#6 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

#7 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