Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 410 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 410 Bytes

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.