I don't understand this -n parameter
what is the result of doing -n 1 or -n 0.05 or -n 4
Thanks
Hi,
With bwa, how can I specify the number of maximum mismatches and gaps in bwa ? I try to play with the -o and -e parameters but it didn't change anything. For info, I'm working on short read ~ 25 bp (single-end)
More general question : Which aligner for short read with gap and mismatch allowed
Thanks,
N.
http://bio-bwa.sourceforge.net/bwa.shtml
The -n parameter controls edit distance in particular.
I don't understand this -n parameter
what is the result of doing -n 1 or -n 0.05 or -n 4
Thanks
Do you mean this:
-n NUM Maximum edit distance if the value is INT, or the fraction of missing alignments given 2% uniform base error rate if FLOAT. In the latter case, the maximum edit distance is automatically chosen for different read lengths. [0.04]
yes I it's a little bit confused for me
Log in to answer this question.
there was a similar question here where I explained the
-nparameter: http://biostar.stackexchange.com/questions/16267/what-does-bwas-n-parameter-mean