11 lines
570 B
Plaintext
11 lines
570 B
Plaintext
##fileformat=VCFv4.0
|
|
##FORMAT=<ID=GT,Number=1,Type=String,Description="Genotype">
|
|
##FORMAT=<ID=GQ,Number=1,Type=Float,Description="Genotype Quality">
|
|
##FORMAT=<ID=PL,Number=G,Type=Integer,Description="Normalized, Phred-scaled likelihoods for genotypes as defined in the VCF specification">
|
|
#CHROM POS ID REF ALT QUAL FILTER INFO FORMAT NA12891 NA12892
|
|
20 10000000 . T G . PASS . GT:PL 0/1:10,0,10 0/1:10,0,12
|
|
20 10000117 . C A,T . PASS . GT:PL 0/1:10,0,10 0/2:0,10,80
|
|
20 10000211 . C T . PASS . GT:PL 0/1:10,0,10 1/1:90,10,0
|
|
20 10001436 . A AGG,T . PASS . GT:GQ 1/1:30
|
|
|