nf-core/truvari/bench @ 0.0.0-6c4ed3a
Summary
Given baseline and comparison sets of variants, calculate the recall/precision/f-measure
Get started
Add the following snippet to your workflow script to include this module.
include { TRUVARI_BENCH } from 'nf-core/truvari/bench'
License
MIT License
Name
|
TRUVARI_BENCH |
|---|
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
vcf
file
|
Input SV VCF file *.vcf.gz
|
tbi
file
|
Input SV VCF index file *.vcf.gz.tbi
|
truth_vcf
file
|
Input VCF file with truth SVs *.vcf.gz
|
truth_tbi
file
|
Input VCF index file with truth SVs *.vcf.gz.tbi
|
bed
file
|
BED file containing regions to compare *.bed
|
meta2
map
|
Groovy Map containing fasta information e.g. |
|---|---|
fasta
file
|
Reference FASTA file *.{fasta,fa,fna}
|
meta3
map
|
Groovy Map containing fasta index information e.g. |
|---|---|
fai
file
|
Reference FASTA index file *.fai
|
log
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.log.txt
file
|
Log file from Truvari run *.log.txt
|
fn_tbi
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.fn.vcf.gz.tbi
file
|
VCF index file with false negatives *.fn.vcf.gz.tbi
|
fn_vcf
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.fn.vcf.gz
file
|
VCF file with false negatives *.fn.vcf.gz
|
fp_tbi
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.fp.vcf.gz.tbi
file
|
VCF index file with false positives *.fp.vcf.gz.tbi
|
fp_vcf
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.fp.vcf.gz
file
|
VCF file with false positives *.fp.vcf.gz
|
summary
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.summary.json
file
|
Summary JSON file with results from the benchmark *.summary.json
|
tp_base_tbi
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.tp-base.vcf.gz.tbi
file
|
VCF index file with base true positives *.tp-base.vcf.gz.tbi
|
tp_base_vcf
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.tp-base.vcf.gz
file
|