@@ -202,7 +202,7 @@ yields fewer seeds, which leads to faster alignment speed but lower accuracy. [1
202202.BI -c \ INT
203203Discard a MEM if it has more than
204204.I INT
205- occurence in the genome. This is an insensitive parameter. [500]
205+ occurrence in the genome. This is an insensitive parameter. [500]
206206.TP
207207.BI -D \ FLOAT
208208Drop chains shorter than
@@ -235,7 +235,7 @@ Mismatch penalty. The sequence error rate is approximately: {.75 * exp[-log(4) *
235235.TP
236236.BI -O \ INT[,INT]
237237Gap open penalty. If two numbers are specified, the first is the penalty of
238- openning a deletion and the second for openning an insertion. [6]
238+ opening a deletion and the second for opening an insertion. [6]
239239.TP
240240.BI -E \ INT[,INT]
241241Gap extension penalty. If two numbers are specified, the first is the penalty
@@ -260,7 +260,7 @@ two scores to determine whether we should force pairing. A larger value leads to
260260more aggressive read pair. [17]
261261.TP
262262.BI -x \ STR
263- Read type. Changes multiple parameters unless overriden [null]
263+ Read type. Changes multiple parameters unless overridden [null]
264264.RS
265265.TP 10
266266.BR pacbio :
@@ -301,7 +301,7 @@ Write the output SAM file to
301301For compatibility with other BWA commands, this option may also be given as
302302.B -f
303303.IR FILE .
304- [standard ouptut ]
304+ [standard output ]
305305.TP
306306.B -q
307307 Don't reduce the mapping quality of split alignment of lower alignment score.
@@ -688,7 +688,7 @@ X1 Number of suboptimal hits found by BWA
688688XN Number of ambiguous bases in the referenece
689689XM Number of mismatches in the alignment
690690XO Number of gap opens
691- XG Number of gap extentions
691+ XG Number of gap extensions
692692XT Type: Unique/Repeat/N/Mate-sw
693693XA Alternative hits; format: /(chr,pos,CIGAR,NM;)*/
694694_
0 commit comments