Hi All,
I was just wondering if somebody was getting the same problem as I have when running samtools mpileup
My command
My output VCF
And the validation error
I am not quite sure if I am doing the right thing to produce VCF4.0 format. I used the vcf-validator from vcftools to check the VCF format.
Some help would be greatly beneficial.
Thanks
I was just wondering if somebody was getting the same problem as I have when running samtools mpileup
My command
Code:
samtools mpileup -ugf Human_hg18.fa SRR040810.recal.bam |bcftools view -vcg -
Code:
##fileformat=VCFv4.0 #CHROM POS ID REF ALT QUAL FILTER INFO FORMAT SRR040810 chr1 583 . G A 8.44 . DP=2;AF1=1;CI95=0.5,1;DP4=0,0,0,2;MQ=43 PL:GT:GQ 39,6,0:1/1:49 chr1 59133 . A G 27 . DP=3;AF1=1;CI95=0.5,1;DP4=0,0,3,0;MQ=24 PL:GT:GQ 59,9,0:1/1:63 chr1 59374 . A G 99 . DP=32;AF1=1;CI95=1,1;DP4=0,0,19,11;MQ=45 PL:GT:GQ 255,90,0:1/1:99 chr1 742584 . A G 5.29 . DP=2;AF1=1;CI95=0.5,1;DP4=0,0,0,2;MQ=60 PL:GT:GQ 35,6,0:1/1:49 chr1 745803 . C T 29.8 . DP=2;AF1=1;CI95=0.5,1;DP4=0,0,0,2;MQ=60 PL:GT:GQ 61,6,0:1/1:49 chr1 746467 . A G 3.02 . DP=2;AF1=0.9999;CI95=0.5,1;DP4=0,0,1,0;MQ=60 PL:GT:GQ 30,3,0:1/1:41 chr1 748187 . T C 6.98 . DP=1;AF1=0.9999;CI95=0.5,1;DP4=0,0,1,0;MQ=60 PL:GT:GQ 36,3,0:1/1:41 chr1 774913 . G A 9.31 . DP=2;AF1=1;CI95=0.5,1;DP4=0,0,2,0;MQ=60 PL:GT:GQ 40,6,0:1/1:49 chr1 777068 . G A 4.77 . DP=1;AF1=0.9999;CI95=0.5,1;DP4=0,0,1,0;MQ=60 PL:GT:GQ 33,3,0:1/1:41 chr1 789326 . T C 9.53 . DP=1;AF1=0.9999;CI95=0.5,1;DP4=0,0,0,1;MQ=60 PL:GT:GQ 39,3,0:1/1:41 chr1 792183 . G A 3.55 . DP=1;AF1=0.9999;CI95=0.5,1;DP4=0,0,1,0;MQ=31 PL:GT:GQ 31,3,0:1/1:41 chr1 798494 . G A 99 . DP=14;AF1=1;CI95=1,1;DP4=0,0,14,0;MQ=60 PL:GT:GQ 174,42,0:1/1:99 chr1 798785 . G A 99 . DP=20;AF1=1;CI95=1,1;DP4=0,0,13,7;MQ=53 PL:GT:GQ 235,60,0:1/1:99 chr1 798791 . C T 99 . DP=22;AF1=1;CI95=1,1;DP4=1,0,14,7;MQ=52;PV4=1,0.00035,1,1 PL:GT:GQ 235,53,0:1/1:99 chr1 811811 . T C 6.98 . DP=1;AF1=0.9999;CI95=0.5,1;DP4=0,0,1,0;MQ=60 PL:GT:GQ 36,3,0:1/1:41 chr1 815113 . A G 7.8 . DP=1;AF1=0.9999;CI95=0.5,1;DP4=0,0,0,1;MQ=60 PL:GT:GQ 37,3,0:1/1:41 chr1 815845 . C G 5.47 . DP=3;AF1=0.5007;CI95=0.5,0.5;DP4=1,0,1,1;MQ=52;PV4=1,0.022,0.33,1 PL:GT:GQ 34,0,25:0/1:27 chr1 815857 . T A 16.1 . DP=4;AF1=0.5;CI95=0.5,0.5;DP4=2,0,1,1;MQ=54;PV4=1,0.031,0.21,1 PL:GT:GQ 46,0,55:0/1:48 chr1 835972 . G C 6.98 . DP=1;AF1=0.9999;CI95=0.5,1;DP4=0,0,0,0;MQ=0 PL:GT:GQ 36,3,0:1/1:41 chr1 836201 . A G 65 . DP=3;AF1=1;CI95=0.5,1;DP4=0,0,0,0;MQ=0 PL:GT:GQ 97,9,0:1/1:63 chr1 840643 . C T 4.77 . DP=1;AF1=0.9999;CI95=0.5,1;DP4=0,0,0,0;MQ=0 PL:GT:GQ 33,3,0:1/1:41
Code:
Expected GT as the first genotype field at chr1:583 INFO field at chr1:583 .. INFO tag [MQ] not listed in the header,INFO tag [DP4] not listed in the header,INFO tag [CI95] not listed in the header,INFO tag [DP] not listed in the header,INFO tag [AF1] not listed in the header SRR040810 column at chr1:583 .. FORMAT tag [GQ] not listed in the header,FORMAT tag [GT] not listed in the header,FORMAT tag [PL] not listed in the header Expected GT as the first genotype field at chr1:59133 Expected GT as the first genotype field at chr1:59374 Expected GT as the first genotype field at chr1:742584 Expected GT as the first genotype field at chr1:745803 Expected GT as the first genotype field at chr1:746467 Expected GT as the first genotype field at chr1:748187 Expected GT as the first genotype field at chr1:774913 Expected GT as the first genotype field at chr1:777068 Expected GT as the first genotype field at chr1:789326 Expected GT as the first genotype field at chr1:792183 Expected GT as the first genotype field at chr1:798494 Expected GT as the first genotype field at chr1:798785 Expected GT as the first genotype field at chr1:798791 INFO field at chr1:798791 .. INFO tag [PV4] not listed in the header Expected GT as the first genotype field at chr1:811811 Expected GT as the first genotype field at chr1:815113 Expected GT as the first genotype field at chr1:815845 Expected GT as the first genotype field at chr1:815857 Expected GT as the first genotype field at chr1:835972 Expected GT as the first genotype field at chr1:836201 Expected GT as the first genotype field at chr1:840643 Expected GT as the first genotype field at chr1:841620
Some help would be greatly beneficial.
Thanks
Comment