I am trying to get variant using samtools/bcftools. I used this command (samtools mpileup –u – f ref.fa alingn.bam | bcftools call –cv - > output.bcf) but program gave me no variant.
Ref.fa is my own assembled genome and align.bam is reads to map file of my own reads to reference genome (downloaded from NCBI).
What is problem?
Ref.fa and align.bam have been created in correct way?
Running command is correct?
Are there other variant caller and variant annotation for novel assembled genome?
Have you looked at the data in IGV to see where there should be a couple variants? Have you played around with thresholds to see if one of them needs to be tweaked for your data?