Please consider following this project's authors, Abubakar Mujahid, Abdullah Mujahid and consider starring the project to show your ❤️ and support.
Use the Needleman-Wunsch algorithm to align two sequences: s1 and s2. Assume that a match = +2, mismatch = -2, gap = -2
- Clone this Repo
$ git clone https://github.com/Abubakar672/Needleman-Wunsch.git
Abubakar Mujahid
Abdullah Mujahid
Copyright © 2020, Abubakar Mujahid. Released under the MIT License.
Use the Needleman-Wunsch algorithm to align two sequences: s1 and s2. Assume that a match = +2, mismatch = -2, gap = -2