This is a test version of Biostars. For the public version, visit https://www.biostars.org.
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)?

sequencing snp

1 answer

When you run bcftools call specify -f GQ to have it added to the output

 bcftools call -vmO z -f GQ

Log in to answer this question.