Skip to content
Commit 8d99d87b authored by Miguel Reboiro-Jato's avatar Miguel Reboiro-Jato
Browse files

Fixes VCF parsing error

The QUAL column may have a dot (.) value when its value is unknown. The
current code was treating this column as a double value in all cases, so
that it failed when the value was unknown.

This commit adds support for unknown values in QUAL column, such that
these values are converted into NaN values.
parent fb832187
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment