Skip to content

Commit

Permalink
Merge pull request #16 from sulagnadg/patch-4
Browse files Browse the repository at this point in the history
Update needleman.md
  • Loading branch information
percolator authored Aug 30, 2024
2 parents 7bdb4de + c4a9b26 commit 8301c2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bibook/pairwise/needleman.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ We follow the alignment backwards from the bottom-right corner to the top-left c

### Exercise

````{exercise} Needleman-Wunch Alignment 1
````{exercise} Needleman-Wunsch Alignment 1
:label: ex-nwexe1
Calculate the Needleman Wunch Alignment of th following two sequences:
Expand All @@ -139,10 +139,10 @@ align: left
```
````

````{exercise} Needleman-Wunch Alignment 2
````{exercise} Needleman-Wunsch Alignment 2
:label: ex-nwexe2
Calculate the Needleman Wunch Alignment of th following two sequences:
Calculate the Needleman-Wunsch Alignment of th following two sequences:
```
GCAGCTA
Expand Down

0 comments on commit 8301c2d

Please sign in to comment.