As a vrs-anvil user, we realize no VCF is perfect, however, as testers we should absolutely know if these are correct expected errors?
TODO confirm these are expected errors ?
[
('chr19-54220999-A-A', ValidationError('Expected reference sequence A on GRCh38:chr19 at positions (54220998, 54220999) but found T')),
('chr19-54220999-A-T', ValidationError('Expected reference sequence A on GRCh38:chr19 at positions (54220998, 54220999) but found T')),
('chr19-54221654-A-A', ValidationError('Expected reference sequence A on GRCh38:chr19 at positions (54221653, 54221654) but found T')),
('chr19-54221654-A-T', ValidationError('Expected reference sequence A on GRCh38:chr19 at positions (54221653, 54221654) but found T')),
('chr19-54221654-A-P', ValueError('Unable to parse data as gnomad variation'))
]
As a vrs-anvil user, we realize no VCF is perfect, however, as testers we should absolutely know if these are correct expected errors?
TODO confirm these are expected errors ?
source tests/data/test_vcf_input.vcf tests/unit/test_vcf_annotation.py::test_small_vcf_annotation