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).
Currently, the VCF reader/writer aren't supporting
##METAmeta 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).