Open sjellerstrand opened 1 year ago
I suspect some of the input VCF is broken in some way and while the earlier versions silently ignore it, returns an error, as clearly indicated by the error message
[E::vcf_parse_format] FORMAT column with no sample columns starting at CADDXX010000136.1:100636
For this we really need a proper test to reproduce the problem. Try to run bcftools view -o /dev/null input.vcf
on all inputs, likely at least one of them will end with the same error.
and Version: 1.15.1 (using htslib 1.15.1) work fine
@wangmingcheng as stated above, any chance you could provide a small test case to reproduce the problem? It is not possible to help without being able to reproduce the problem locally.
Hej! I have found a potential bug in the develomental version. I get an error message when trying to merge several vcf files with bcftools merge. I have tried the the latest source code commit b7b2a32 for the following code. However, version 1.14, 1.16 and 1.17 works fine.
Command:
The vcf file is not complete. It stops abruptly and has the following message at the end of the file:
There is no INFO field called "C". What I do have is:
The site in the individual vcf files look like this:
However, the problem does not seem to be that site in particular. The site changes depending on if I run more/other samples. For example if I merge 4 other samples the site 99824 is processed and the file instead ends at site 100730 with the message:
And if I merge all my 9 files I get the following message:
Neither is there any obvious issue with this site in any of theindividual files:
Both cases are fixed for the alternate allele, but other site like it are being processed without any issue.
Again, there is none of these problems in previous versions.