Skip to content

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

License

Notifications You must be signed in to change notification settings

abdullahmujahidali/Bio-Infomatics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Needleman-Wunsch

GitHub contributors Open Source Love Python License: MIT GitHub followers Twitter Follow

GitHub contributors[Python] GitHub followers 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 Needleman-Wunsch 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/abdullahmujahidali/Needleman-Wunsch.git

Author

Abubakar Mujahid

Abdullah Mujahid

License

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages