How to get GQ after running BCFTools?
New version of BCFTools (using call instead of view) doesn't produce VCF files with GQs in the FORMAT field.
Does anyone know how to get it in the new version (1.1)?
• 4,271 views
•
link
1 answer
When you run bcftools call specify -f GQ to have it added to the output
bcftools call -vmO z -f GQ
• 0 views
•
link
Log in to answer this question.