Open mhkc opened 2 months ago
Hi @mhkc
Thanks for letting me know. Tb-profiler itself does not create the VCFs. I've just checked the tools and it looks like the issue is with freebayes, so perhaps opening an issue there would be useful.
On looking at freebayes a bit closer I noticed the --strict-vcf
option which forces GQ to be an int. I'll add this into tb-profiler when the call to freebayes is made.
Hi Jody,
The VCF produced by TbProfiler v6.3 violates the VCF v4.2 specification which might cause issues with parser and genome browsers. TbProfiler reports GQ values as Floats but the specification mandate that they should be Integers.
Abbreviated example VCF