You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -230,7 +230,7 @@ The `quicked_params_t` configuration struct has the following parameters:
230
230
***unsigned int**`hew_threshold[2]`: The error percentage threshold inside a window to be considered a high error window (HEW). This parameter is only used inside Quicked. Position [0] refers to the WindowEd(S) step and position [1] to the WindowEd(L) step.
231
231
***unsigned int**`hew_percentage[2]`: percentage of HEW in a particular WindowEd alignment to consider that the estimation is not fitted. This parameter is only used inside Quicked. Position [0] refers to the WindowEd(S) step and position [1] to the WindowEd(L) step.
232
232
***bool**`only_score`: If set to true, turn off the CIGAR generation for the WindowEd and BandEd methods.
233
-
***bool**`force_scalar`: If set to true, it forces the WindowEd implementation to use the scalar code.
233
+
***bool**`force_scalar`: If set to true, it forces WindowEd and BandEd implementation to use the scalar code.
0 commit comments