Skip to content

Commit

Permalink
Corrected NW alg import
Browse files Browse the repository at this point in the history
  • Loading branch information
dawnandrew100 authored Aug 20, 2024
1 parent bd2769b commit 9ff58cc
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 @@ -63,7 +63,7 @@ print(hamming.normalized_similarity(qs, ss))

**Needleman-Wunsch**
```python
from limestone import needlemanWunsch
from limestone import needleman_wunsch

print(needleman_wunsch.distance("ACTG","FHYU"))
# 4
Expand Down

0 comments on commit 9ff58cc

Please sign in to comment.