Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
brianli314 authored Aug 31, 2024
1 parent 2a7550a commit 5653ae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ This does not account for indels, and is also slower. However, it is useful for
### WFA
The better alternative utilizes the wave-finding algorithm.
This is a very fast sequence alignment algorithm to locate palindromes.
It accounts for indels and mismatches, and uses a more complex pruning method (rather than a fixed number of mismatches)
It accounts for indels and mismatches, and uses multiple pruning methods (rather than a fixed number of mismatches)

### Example usage
```
Expand Down

0 comments on commit 5653ae8

Please sign in to comment.