nf-core/gatk4/concordance @ 0.0.0-6c4ed3a
Summary
Evaluate concordance of an input VCF against a validated truth VCF
Get started
Add the following snippet to your workflow script to include this module.
include { GATK4_CONCORDANCE } from 'nf-core/gatk4/concordance'
License
MIT License
Name
|
GATK4_CONCORDANCE |
|---|
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
vcf
file
|
Evaluation VCF file created with a variant caller *.vcf.gz
|
vcf_tbi
file
|
Index file for the evaluation VCF *.vcf.gz.tbi
|
truth
file
|
Truth VCF file created with a variant caller *.vcf.gz
|
truth_tbi
file
|
Index file for the truth VCF *.vcf.gz.tbi
|
meta2
map
|
Groovy Map containing sample information e.g. |
|---|---|
intervals
file
|
Bed file with the genomic regions included in the library (optional) *.bed
|
meta3
map
|
Groovy Map containing sample information e.g. |
|---|---|
fasta
file
|
Reference FASTA file *.{fasta,fa}
|
meta4
map
|
Groovy Map containing sample information e.g. |
|---|---|
fai
file
|
Index of the reference FASTA file *.fai
|
meta5
map
|
Groovy Map containing sample information e.g. |
|---|---|
dict
file
|
Sequence dictionary of the reference FASTA file *.dict
|
tpfn
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.tpfn.vcf
file
|
Eval VCF file with tagged with TP or FN in "INFO/STATUS" *.vcf
|
tpfp
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.tpfp.vcf
file
|
Eval VCF file with tagged with TP or FP in "INFO/STATUS" *.vcf
|
summary
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.tsv
file
|
A tab-delimited file containing the metrics with number of TPs, FPs, FNs, Precision, Recall and F1 statistics *.tsv
|
versions_gatk4
tuple
${task.process}
string
|
The name of the process |
|---|---|
gatk4
string
|
The name of the tool |
gatk --version | sed -n '/GATK.*v/s/.*v//p'
eval
|
The expression to obtain the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| gatk4 | Genome Analysis Toolkit (GATK4) | https://gatk.broadinstitute.org/hc/en-us |
| Version | 0.0.0-6c4ed3a |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 23 Apr 2026 15:18:35 (UTC) |