1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
##fileformat=VCFv4.1
##FILTER=<ID=PASS,Description="All filters passed">
##FORMAT=<ID=GT,Number=1,Type=String,Description="Genotype">
##FORMAT=<ID=PL,Number=G,Type=Integer,Description="Genotype LK">
##FORMAT=<ID=X-X,Number=1,Type=Integer,Description="rmme">
##FORMAT=<ID=Y-Y,Number=1,Type=Integer,Description="rmme">
##FORMAT=<ID=A-A,Number=1,Type=Integer,Description="rmme">
##INFO=<ID=A-A,Number=1,Type=Integer,Description="rmme">
##INFO=<ID=B-B,Number=1,Type=Integer,Description="rmme">
##INFO=<ID=X-X,Number=1,Type=Integer,Description="rmme">
##INFO=<ID=Y-Y,Number=1,Type=Integer,Description="rmme">
##FILTER=<ID=flt-A,Description="rmme">
##FILTER=<ID=flt-B,Description="rmme">
##FILTER=<ID=flt-X,Description="rmme">
##FILTER=<ID=flt-Y,Description="rmme">
##contig=<ID=1,assembly=b37,length=249250621>
##reference=file:///lustre/scratch105/projects/g1k/ref/main_project/human_g1k_v37.fasta
#CHROM POS ID REF ALT QUAL FILTER INFO FORMAT A B
1 3000000 id C . 20 . A-A=1;B-B=2;X-X=3;Y-Y=4 GT:X-X:PL:Y-Y:A-A 0/1:1:2:3:1 0/1:1:2:3:1
1 3000001 id C . 20 PASS A-A=1;B-B=2;X-X=3;Y-Y=4 GT:X-X:PL:Y-Y:A-A 0/1:1:2:3:1 0/1:1:2:3:1
1 3000002 id C . 20 flt-Y;flt-A;flt-B;flt-X B-B=2;X-X=3;Y-Y=4;A-A=1 GT:Y-Y:X-X:PL:A-A 0/1:3:1:2:1 0/1:3:1:2:1
|