sgkit icon indicating copy to clipboard operation
sgkit copied to clipboard

VCF parser returning FILL instead of MISSING values

Open jeromekelleher opened this issue 6 months ago • 0 comments

As described in #1190, we are currently returning int FILL values (-2) rather than missing data (-1) for INFO fields, and (I think) FORMAT fields as well.

I'm not sure if this generalises to Float and String fields as well, but I think it probably does.

jeromekelleher avatar Feb 09 '24 13:02 jeromekelleher