Well, what should I do to deal with such values in QUAL when using PLINK? Maybe there are some recommendations?
PLINK Error: Invalid QUAL value on line
Dear all,
I have worked with VCF file after haplotypecaller, where QUAL=Infinity for some variants. I am trying to make PGEN format, but I have this ERROR:
Error: Invalid QUAL value on line 17 of test_123-temporary.pvar.zst.
The default range for QUAL is [0, ∞). So, I don't know why Infinity is a problem. Can you help me please with this error?
Thanks!
• 1,903 views
•
link
1 answer
[0, 1) means 0 is included, but 1 is EXCLUDED from the interval. Similarly, [0, infinity) means infinity itself is not allowed.
• 0 views
•
link
• 0 views
•
link
Log in to answer this question.