Skip to content

ngopal/SimpleSmithWatermanCPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 

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

No packages published

Languages