oxfordmmm / gnomonicus

Python code to integrate results of tb-pipeline and provide an antibiogram, mutations and variants
Other
5 stars 0 forks source link

Fix to use `None` values if vcf idx cannot be found (#36) #39

Closed JeremyWesthead closed 10 months ago

JeremyWesthead commented 10 months ago

Avoid crashes on cases of ambiguous VCF evidence for a call by returning None if the index of the VCF cannot be determined. See #36