Skip to content

Parallel Programming(MPI) implementation of the smith waterman algorithm

Notifications You must be signed in to change notification settings

shreyashub/Smith-Waterman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smith-Waterman

C++ implementation of the smith waterman algorithm using MPI.

The Smith–Waterman algorithm performs local sequence alignment; that is, for determining similar regions between two strings of nucleic acid sequences or protein sequences. Instead of looking at the entire sequence, the Smith–Waterman algorithm compares segments of all possible lengths and optimizes the similarity measure.

About

Parallel Programming(MPI) implementation of the smith waterman algorithm

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published