Skip to content

Commit 7554b25

Browse files
authored
Update README.md
1 parent 9e54a97 commit 7554b25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ The `quicked_params_t` configuration struct has the following parameters:
230230
* **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.
231231
* **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.
232232
* **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 WindowEd and Banded 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.
234234

235235
> [!WARNING]
236236
> **Experimental Parameters**

0 commit comments

Comments
 (0)