Open wac opened 5 years ago
I got the same question. The line with the wrong columns which seems likes two lines merged together. And the next line will be an empty line.
chr1 1186408 . C . 34.76 PASS CS=+;Context=WCG;DP=1;MQ0=0;NS=1;REF=0 GT:BQ:BRC6:CM:CP:CU:DP:DP4:GP:GQ:SS 0/0:38.0,NaN:1,0,0,0,0,0:1:WCG:0:.:1,0,0,0:0,35,78:35:5
chr1 1320899 . G . 37.77 PASS CS=-;Context=GCH;DP=2;MQ0=0;NS=1;REF=0 GT:BQ:BRC6:CM:CP:CU:DP:DP4:GP:GQ:SS 0/0:36.0,NaN:0,0,0,2,0,0:0:GCH:0:.:2,0,0,0:0,38,116:38:5chr1 1573517 31.75 PASS CS=-;Context=HCH;DP=1;MQ0=0;NS=1;REF=0 GT:BQ:BRC6:CM:CP:CU:DP:DP4:GP:GQ:SS 0/0:39.0:0,1,0,0,0,0:0:HCH:1:.:0,0,0,1:0,32,35:32:5
chr1 1320899 . G . 37.77 PASS CS=-;Context=GCH;DP=2;MQ0=0;NS=1;REF=0 GT:BQ:BRC6:CM:CP:CU:DP:DP4:GP:GQ:SS 0/0:36.0,NaN:0,0,0,2,0,0:0:GCH:0:.:2,0,0,0:0,38,116:38:5chr1 1573517 31.75 PASS CS=-;Context=HCH;DP=1;MQ0=0;NS=1;REF=0 GT:BQ:BRC6:CM:CP:CU:DP:DP4:GP:GQ:SS 0/0:39.0:0,1,0,0,0,0:0:HCH:1:.:0,0,0,1:0,32,35:32:5
In both versions 1.0.0 and 1.0.1, I have been getting VCF lines that have 19 columns rather than the expected 10 columns, as well as blank links. It appears that some lines are concatenated together (where the chromosome of the subsequent line is concatenated with the subsequent line. I was running BisSNP in multithreaded mode with quite a few threads (usually 10 or 23) - it does look like something to do with the I/O. A couple examples follow:
This one has two malformed lines in a row that are also a duplicate of one another followed by a blank line
And another example with a malformed line followed by a correctly formatted line that duplicates part of the malformed line followed by a blank line
Also, this issue does not appear to occur in the older (0.82.2) so perhaps it is something in the interface with the new GATK?