-
Notifications
You must be signed in to change notification settings - Fork 8
A simple implementation of the smith-waterman algorithm (local alignment) in C++
ngopal/SimpleSmithWatermanCPP
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
to compile, use the following command: g++ SmithWaterman.cpp -o SmithWaterman after this completes successfully, type this to run: ./SmithWaterman
About
A simple implementation of the smith-waterman algorithm (local alignment) in C++
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published