Hi All,
I''ve created .bam file with Bowtie2. I want to use samtools for SNP calling . but I couldn't find command to do this task. could somebody help me ?
I would recommend Genome Analysis Toolkit (GATK) for snp calling than samtools.
People been posting their pipelines on biostar
Another suggestion is to use search program/tool on github - there are many commands with various samtools options.
The samtools manual page gives a good starting point:
http://samtools.sourceforge.net/mpileup.shtml
Login before adding your answer.
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
I would recommend Genome Analysis Toolkit (GATK) for snp calling than samtools.