-
- Downloads
Add check for decomposed calls
Before, we would iterate over decomposed called variants until we found the variant where the REF and ALT matched the one in the positive vcf. However, this meant that sites where the called vcf had different ALTs could not be processed. To resolve this, we had to drop support for decomposed variants.
parent
3479a77a
No related branches found
No related tags found
Showing
- tests/cases/dummy_decomposed.vcf.gz 0 additions, 0 deletionstests/cases/dummy_decomposed.vcf.gz
- tests/cases/dummy_decomposed.vcf.gz.tbi 0 additions, 0 deletionstests/cases/dummy_decomposed.vcf.gz.tbi
- tests/test_evaluate.py 26 additions, 0 deletionstests/test_evaluate.py
- vtools/evaluate.py 28 additions, 19 deletionsvtools/evaluate.py
tests/cases/dummy_decomposed.vcf.gz
0 → 100644
File added
tests/cases/dummy_decomposed.vcf.gz.tbi
0 → 100644
File added
Please register or sign in to comment