-
- Downloads
Add test cases for truncated call vcf
There are two ways in which a variant can be no call. The variant can be present in the vcf file with a ./. genotype, or the variant can be missing from the vcf file altogether. This commit adds a test case to verify that no call sites are counted properly when they are missing from the called vcf file. Sites that are missing from the positive vcf file do not count towards alleles_no_call, since we do not care about variants which are not present in the positive vcf file.
Showing
- tests/cases/gatk_truncated.vcf.gz 0 additions, 0 deletionstests/cases/gatk_truncated.vcf.gz
- tests/cases/gatk_truncated.vcf.gz.tbi 0 additions, 0 deletionstests/cases/gatk_truncated.vcf.gz.tbi
- tests/test_evaluate.py 39 additions, 2 deletionstests/test_evaluate.py
- vtools/evaluate.py 4 additions, 0 deletionsvtools/evaluate.py
tests/cases/gatk_truncated.vcf.gz
0 → 100644
File added
tests/cases/gatk_truncated.vcf.gz.tbi
0 → 100644
File added
Please register or sign in to comment