/Smith-Waterman-

Primary LanguagePythonMIT LicenseMIT

Smith-Waterman

GitHub contributors Open Source Love Python GitHub followers Twitter Follow

GitHub contributors[Python] GitHub followers License: MIT Twitter Follow

Please consider following this project's authors, Abubakar Mujahid, Abdullah Mujahid and consider starring the project to show your ❤️ and support.

Use the Smith Waterman algorithm to align two sequences: s1 and s2. Assume that a match = +2, mismatch = -2, gap = -2

This application is tested on Windows Linux and on macOS*

  • Clone this Repo
$ git clone https://github.com/Abubakar672/Smith-Waterman.git

Author

Abubakar Mujahid

Abdullah Mujahid

License

Copyright © 2020, Abubakar Mujahid. Released under the MIT License.

Use the Smith Waterman algorithm to align two sequences: s1 and s2. Assume that a match = +2, mismatch = -2, gap = -2