not getting values for Filter columns with vcf files generated using SAMTOOLS Mpileup
0
0
Entering edit mode
7.9 years ago
always_learning ★ 1.1k

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

Is it normal or i need to set some parameters with command ?

This is command : samtools mpileup -DguS -f PMC01-01.bam | bcftools call -vmO z -o PMC01-01.vcf.gz

SAMTools VCF • 1.4k views
ADD COMMENT
1
Entering edit mode

No filters have been applied, so only . should appear. See the VCF spec.

ADD REPLY
0
Entering edit mode

Yes , How I can applied filter while running variant calling with SAMTools ? I

ADD REPLY
0
Entering edit mode

bcftools filter [OPTIONS] FILE (see:https://samtools.github.io/bcftools/bcftools.html )

ADD REPLY

Login before adding your answer.

Traffic: 3114 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