Hello, I am setting up BWA to align my reads and want to allow a reasonable number of mismatches, without compromising the alignment quality. My ultimate goal is to identify SNPs. I have started by running BWA with the default parameters: bwa aln genome.fa *.fastq > *.sai My question is: what's the most appropriate mismatch/max diff value(s) (-n, -k?) in this case? Another thing, my reads are 75bp paired-end. Do I have to input any parameter to indicate this? I have tediously tried to find examples in publications and forums, including the BWA manual, but there isn't much out there. Help will be appreciated. G.
This is useful. Thanks!