Closed Han-Cao closed 2 weeks ago
Hi Han-Cao,
Thanks for the report and the analysis - this is indeed an error, according to the VCF spec '.' is an allowed value for qual. I'll fix it for the next release of sniffles.
Thanks, Hermann
Fixed for 2.5
Hi,
When I genotype known SVs from a VCF, Sniffles2 raise a Fatal error:
It seems this is due to the QUAL in my VCF is ".". It cannot be parsed by the
read_svs_iter
method as an integer is expected (line 315 inSniffles/src/sniffles/vcf.py
). After I manually fill in the QUAL values, Sniffles runs without error.