Hi all, I've just written a tool adding one or more extra column in a VCF file. The header now looks like this:
(...)
#CHROM POS ID REF ALT QUAL FILTER INFO MY_COL1 MY_COL2 FORMAT NA00001 NA00002 NA00003
(...)
Is there something in the VCF spec saying that another column can't be added ? because when I used VCFTOOLS, it says:
vcftools --vcf file.vcf
(...)
Scanning file.vcf ...
Ninth Header entry should be FORMAT: MY_COL1
Currently scanning CHROM: 19
Currently scanning CHROM: 20
Currently scanning CHROM: X