Open GuilhemSempere opened 7 years ago
Sorry my question only makes sense for GOF and GQ since NR and NV contain one value per allele
I think that following the VCF specifications, this should be an "A" (one value per alternate allele). At the moment this creates a bug if using vt for example, as it uses this number/value to know into how many fields it should divide the site (decompose mode).
Hi
Version 0.8.1 of Platypus generates the following header lines:
FORMAT=
FORMAT=
FORMAT=
FORMAT=
FORMAT=
FORMAT=
I agree that according to VCF specs, the number entry has to be "." for GL since it is a list of values. However wouldn't it be more accurate to set it to "1" for GQ, GOF, NR and NV, just as for GT?
G.