60 | | Call variants (one sample vs. reference) with samtools' mpileup+bcftools (see the [http://samtools.sourceforge.net/mpileup.shtml| samtools' variant calling page] for more details). |
61 | | In our experience, "-B" is needed to disable BAQ computation, which would otherwise remove many obvious variants. |
| 60 | Call variants (one sample vs. reference) with samtools' mpileup+bcftools (see the [http://samtools.sourceforge.net/mpileup.shtml samtools' variant calling page] for more details). |
| 61 | In our experience, "-B" (disable BAQ) or "-E" (recalculate BAQ) works better than the default method, which can remove some obvious variants. |