getting GQ values with VCF using SAMTOOLS Mpileup
1
0
Entering edit mode
7.9 years ago
always_learning ★ 1.1k

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 • 2.6k views
ADD COMMENT
0
Entering edit mode
7.9 years ago

Add -f GQ to the bcftools call command.

ADD COMMENT
0
Entering edit mode

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

ADD REPLY

Login before adding your answer.

Traffic: 1544 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6