1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
##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">
##INFO=<ID=AA,Number=1,Type=Integer,Description="rmme">
##INFO=<ID=BB,Number=1,Type=Integer,Description="rmme">
##FILTER=<ID=fltA,Description="rmme">
##FILTER=<ID=fltB,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 . C . . . AA=1;BB=2 GT:PL 0/1:2 0/1:2
1 3000001 . C . . . AA=1;BB=2 GT:PL 0/1:2 0/1:2
1 3000002 . C . . fltA;fltB BB=2;AA=1 GT:PL 0/1:2 0/1:2
|