github.com/vertgenlab/gonomics@v1.0.0/cmd/vcfFilter/testdata/headerTest.vcf (about) 1 ##fileformat=VCFv4.3 2 ##reference=dantheman.fa 3 ##contig=<ID=chrA,length=10> 4 ##contig=<ID=chrB,length=20> 5 ##INFO=<ID=InfoA,Number=1,Type=Integer,Description="Aye"> 6 ##INFO=<ID=InfoB,Number=R,Type=Float,Description="Bee"> 7 ##INFO=<ID=InfoChar,Number=2,Type=Character,Description="Gee"> 8 ##INFO=<ID=InfoString,Number=A,Type=String,Description="Ach"> 9 ##INFO=<ID=InfoFlag,Number=0,Type=Flag,Description="Eye"> 10 ##FILTER=<ID=FilterC,Description="Sea"> 11 ##FILTER=<ID=FilterD,Description="Dea"> 12 ##FORMAT=<ID=GT,Number=1,Type=Integer,Description="Eey"> 13 ##FORMAT=<ID=FormatF,Number=1,Type=Integer,Description="Eff"> 14 ##FORMAT=<ID=FormatJ,Number=2,Type=Character,Description="Jay"> 15 ##FORMAT=<ID=FormatK,Number=.,Type=String,Description="Kay"> 16 #CHROM POS ID REF ALT QUAL FILTER INFO FORMAT SampleA SampleB 17 chrA 5 . G C 0.5 . InfoA=10;InfoB=1,2;InfoChar=R,L;InfoString=Howdy;InfoFlag GT:FormatF:FormatJ:FormatK 1|2:1:F,E:the,quick,brown,fox 2|4:2:D,A:jumps,over,the,lazy,dog