This is a test version of Biostars. For the public version, visit https://www.biostars.org.
getting GQ values with VCF using SAMTOOLS Mpileup

I am using SAMTools Version: 1.3 (using htslib 1.3) , How to get GQ score for my variants ? I have used this command. samtools mpileup -DguS -f PMC01-01.bam | bcftools call -vmO z -o PMC01-01.vcf.gz

samtools

1 answer

Add -f GQ to the bcftools call command.

How to set values for Filter columns with SAMTOOLS vcf files. I am getting "." for all VCF entries.

Log in to answer this question.