Hello I am using bcftools to call variants with this command:
bcftools mpileup -Ou -b bamlist -f ref.fasta | bcftools call -Ob -mv >variant.bcf
However, for some specific variants that I know to exist (looking at bam files with IGV), I do not get variant calls. The read depth is shallow 3-4 reads per site. How do I force bcftools to output all possible variants, even tough they have low probability?
Hi,
I have the same problem and i would also like to force call bcftools in order to get all the variants of my bam. also i am aware of some variants (examining the bam files with Tablet) but they are not called
I am using this command
I tried to apply the command you shared but it creates a file that I can't read. How can I do it? Do you have any suggestions?
tks for the help
Stefania
You should start relaxing the filters (if it was not apparent from the comment I added in other post you created). You are filtering things with
-q and -Q
options.