You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the VCF reader/writer aren't supporting ##META meta info line, which is mentioned in the spec v4.3.
They don't throw an error when encountering such lines, but silently process them in an incorrect way.
Need to be more compliant with that part of the spec (though the spec itself looks kind of half-baked).
The text was updated successfully, but these errors were encountered:
Currently, the VCF reader/writer aren't supporting
##META
meta info line, which is mentioned in the spec v4.3.They don't throw an error when encountering such lines, but silently process them in an incorrect way.
Need to be more compliant with that part of the spec (though the spec itself looks kind of half-baked).
The text was updated successfully, but these errors were encountered: