Hi all,
I'm trying to compare two sets of indels called from different software tools form the same individual.
I checked the two vcf files and there are 13 indels (exactly the same) called by both tools. However, when I run rtg vcfeval
rtg vcfeval -b 120.strelka2.indel.renamesample.vcf.gz -c MT2_vcf/120.somatic.mt2.INDELs.vcf.gz -o test2 -t /storage/douyanmeiLab/yanmei/resources/Homo_sapiens_assembly38.SDF --sample=120.tumor
I got zero tps with an error say below:
"There were 35 variants not thresholded in ROC data files due to missing or invalid GQ (FORMAT) values.
0 total baseline variants, no summary statistics available"
paste <(ls *gz) <(ls *gz|awk '{print "zcat "$1"|grep -v '\''^#'\''|wc -l"}'|sh)
fn.vcf.gz 0
fp.vcf.gz 35
non_snp_roc.tsv.gz 1
snp_roc.tsv.gz 0
tp-baseline.vcf.gz 0
tp.vcf.gz 0
weighted_roc.tsv.gz 1
my files are as attached.
Did I do anything wrong (is this the correct way to compare indels from two software tools?) Really appreciate it!