I am trying to identify the polymorphism in my data using the following commnad:
samtools mpileup -uf <refernce_file> <sorted_bam_file> | bcftools-1.2/bcftools call -cv -Ov > output_file
At the next stage, I filter the output based on DP>10 && QUAL>30.
However, before the filtration stage I realized that some of the polymorphisms were not identified. What could be the reason?