nf-core/rtgtools/cnveval @ 0.0.0-76f0d65
Summary
The cnveval tool of RTG tools. It is used to evaluate called CNV regions for agreement with a baseline CNV set.
Get started
Add the following snippet to your workflow script to include this module.
include { RTGTOOLS_CNVEVAL } from 'nf-core/rtgtools/cnveval'
License
MIT License
Name
|
RTGTOOLS_CNVEVAL |
|---|
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
query_vcf
file
|
A VCF with called CNV variants to benchmark against the baseline. Records must contain INFO END and INFO SVTYPE (DUP or DEL). *.{vcf,vcf.gz}
|
query_vcf_tbi
file
|
The index of the VCF file with called variants *.{vcf.gz.tbi,vcf.tbi}
|
truth_vcf
file
|
A baseline VCF containing expected CNV calls. Records must contain INFO END and INFO SVTYPE (DUP or DEL). *.{vcf,vcf.gz}
|
truth_vcf_tbi
file
|
The index of the baseline VCF to compare against *.{vcf.gz.tbi,vcf.tbi}
|
evaluation_regions_bed
file
|
A BED file containing the regions of interest for evaluation (required). Regions are intersected with truth and calls VCFs to obtain CNV regions. *.bed
|
summary
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.summary.txt
file
|
A TXT file containing the summary statistics of the evaluation *.summary.txt
|
calls_bed
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.calls.bed.gz
file
|
A BED file containing called CNV regions with TP/FP status, SVTYPE, the span of the original calls VCF record, and the score value *.calls.bed.gz
|
baseline_bed
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.baseline.bed.gz
file
|
A BED file containing truth CNV regions with TP/FN status, SVTYPE, and the span of the original truth VCF record *.baseline.bed.gz
|
weighted_roc
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.weighted_roc.tsv.gz
file
|
TSV file containing weighted ROC data that can be plotted with rocplot *.weighted_roc.tsv.gz
|
versions_rtgtools
tuple
${task.process}
string
|
The name of the process |
|---|---|
rtgtools
string
|
The name of the tool |
rtg version | sed 's/Product: RTG Tools //; q'
eval
|
The expression to obtain the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| rtgtools | RealTimeGenomics Tools -- Utilities for accurate VCF comparison and manipulation. | https://www.realtimegenomics.com/products/rtg-tools |
| Version | 0.0.0-76f0d65 |
|---|---|
| Commit ID | 135d883a43b1a2324b4112cd270cf22e20835533 |
| Release Date | 13 Apr 2026 21:15:35 (UTC) |
| Download URL | https://registry-stage.nextflow.io/api/v1/modules/nf-core%2Frtgtools%2Fcnveval/0.0.0-76f0d65/download |
| OCI Store URL | https://public.cr.stage-seqera.io/v2/nextflow/plugin-stage/modules/nf-core/rtgtools/cnveval/blobs/sha256:87bca0582896dbf67945ea5d01cf30e56ddc5256b8857e6395d7c52ac86f1040 |
| Size | 3.3 KB |
| Checksum | sha256:87bca0582896dbf67945ea5d01cf30e56ddc5256b8857e6395d7c52ac86f1040 |
| Downloads | 1 |
| Version |
|---|