@@ -202,7 +202,7 @@ yields fewer seeds, which leads to faster alignment speed but lower accuracy. [1
202
202
.BI -c \ INT
203
203
Discard a MEM if it has more than
204
204
.I INT
205
- occurence in the genome. This is an insensitive parameter. [500]
205
+ occurrence in the genome. This is an insensitive parameter. [500]
206
206
.TP
207
207
.BI -D \ FLOAT
208
208
Drop chains shorter than
@@ -235,7 +235,7 @@ Mismatch penalty. The sequence error rate is approximately: {.75 * exp[-log(4) *
235
235
.TP
236
236
.BI -O \ INT[,INT]
237
237
Gap 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]
239
239
.TP
240
240
.BI -E \ INT[,INT]
241
241
Gap 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
260
260
more aggressive read pair. [17]
261
261
.TP
262
262
.BI -x \ STR
263
- Read type. Changes multiple parameters unless overriden [null]
263
+ Read type. Changes multiple parameters unless overridden [null]
264
264
.RS
265
265
.TP 10
266
266
.BR pacbio :
@@ -301,7 +301,7 @@ Write the output SAM file to
301
301
For compatibility with other BWA commands, this option may also be given as
302
302
.B -f
303
303
.IR FILE .
304
- [standard ouptut ]
304
+ [standard output ]
305
305
.TP
306
306
.B -q
307
307
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
688
688
XN Number of ambiguous bases in the referenece
689
689
XM Number of mismatches in the alignment
690
690
XO Number of gap opens
691
- XG Number of gap extentions
691
+ XG Number of gap extensions
692
692
XT Type: Unique/Repeat/N/Mate-sw
693
693
XA Alternative hits; format: /(chr,pos,CIGAR,NM;)*/
694
694
_
0 commit comments