Use the Needleman-Wunsch algorithm to align two sequences: s1 and s2. Assume that a match = +2, mismatch = -2, gap = -2
-
Updated
Jun 22, 2020 - Python
Use the Needleman-Wunsch algorithm to align two sequences: s1 and s2. Assume that a match = +2, mismatch = -2, gap = -2
Add a description, image, and links to the needleman topic page so that developers can more easily learn about it.
To associate your repository with the needleman topic, visit your repo's landing page and select "manage topics."