| 
0
 | 
     1 ##fileformat=VCFv4.0
 | 
| 
 | 
     2 ##FILTER=<ID=PASS,Description="All filters passed">
 | 
| 
 | 
     3 ##INFO=<ID=XX,Number=1,Type=Integer,Description="Test">
 | 
| 
 | 
     4 ##INFO=<ID=DP,Number=1,Type=Integer,Description="Total Depth">
 | 
| 
 | 
     5 ##FORMAT=<ID=GQ,Number=1,Type=Integer,Description="Genotype Quality">
 | 
| 
 | 
     6 ##FORMAT=<ID=DP,Number=1,Type=Integer,Description="Read Depth">
 | 
| 
 | 
     7 ##FORMAT=<ID=GT,Number=1,Type=String,Description="Genotype">
 | 
| 
 | 
     8 ##FILTER=<ID=Fail,Description="Fail">
 | 
| 
 | 
     9 ##contig=<ID=1,length=62435964>
 | 
| 
 | 
    10 ##contig=<ID=2,length=62435964>
 | 
| 
 | 
    11 #CHROM	POS	ID	REF	ALT	QUAL	FILTER	INFO	FORMAT	A
 | 
| 
 | 
    12 1	110	.	C	T,G	1792	Fail	XX=11;DP=32	GT:GQ:DP	0/1:245:32
 | 
| 
 | 
    13 1	130	.	G	T	1016	PASS	DP=22	GT:GQ:DP	0/1:212:22
 | 
| 
 | 
    14 1	130	.	GAA	GG	1016	PASS	DP=22	GT:GQ:DP	0/1:212:22
 | 
| 
 | 
    15 2	140	.	A	G	727	PASS	DP=30	GT:GQ:DP	0/1:150:30
 | 
| 
 | 
    16 2	160	.	TAAAA	TA,TC,T	246	PASS	DP=10	GT:GQ:DP	0/2:12:10
 |