1##fileformat=VCFv4.1
2##FILTER=<ID=PASS,Description="All filters passed">
3##contig=<ID=1,assembly=b37,length=249250621>
4##reference=file:///lustre/scratch105/projects/g1k/ref/main_project/human_g1k_v37.fasta
5##INFO=<ID=FLAG,Number=0,Type=Flag,Description="Test type">
6##INFO=<ID=IINT,Number=1,Type=Integer,Description="Test type">
7##INFO=<ID=IFLT,Number=1,Type=Float,Description="Test type">
8##INFO=<ID=ISTR,Number=1,Type=String,Description="Test type">
9##FORMAT=<ID=GT,Number=1,Type=String,Description="Genotype">
10##FORMAT=<ID=FINT,Number=1,Type=Integer,Description="Test type">
11##FORMAT=<ID=FFLT,Number=1,Type=Float,Description="Test type">
12##FORMAT=<ID=FSTR,Number=1,Type=String,Description="Test type">
13##FILTER=<ID=q11,Description="Quality below 10">
14#CHROM	POS	ID	REF	ALT	QUAL	FILTER	INFO	FORMAT	A	B	C
151	3000001	xx	C	T	11	PASS	FLAG;IINT=11;IFLT=1.1;ISTR=xxx	GT:FINT:FFLT:FSTR	0/0:11:1.1:xxx	0/0:11:1.1:x	0/0:11:1.1:x
161	3000002	.	C	T	.	.	.	GT:FINT:FFLT:FSTR	.:77:7.7:77	.:.:.:.	.:.:.:.
171	3000003	xx	C	T	11	q11	FLAG;IINT=.;IFLT=.;ISTR=.	GT:FINT:FFLT:FSTR	0/0:77:7.7:77	0/0:.:.:.	0/0:.:.:.
181	3000004	xx	C	T	11	q11	FLAG;IINT=11;IFLT=1.1;ISTR=xxx	GT:FINT:FFLT:FSTR	0/0:77:7.7:77	0/0:11:1.1:xxx	0/0:11:1.1:xxx
19