Skip to content
Snippets Groups Projects
Commit c2d64d27 authored by van den Berg's avatar van den Berg
Browse files

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.
parent 895f7541
No related branches found
No related tags found
2 merge requests!6Merge testing into master,!5Merge new testing code into devel
Pipeline #2772 failed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment