Skip to content

A parallel implementation of Smith-Waterman algorithm for determining similar regions between two strings of nucleic acid sequences or protein sequences.

Notifications You must be signed in to change notification settings

Kostisef/smith-waterman-parallel

Repository files navigation

smith-waterman-parallel

A parallel implementation of Smith-Waterman algorithm for determining similar regions between two strings of nucleic acid sequences or protein sequences.

Wiki: https://en.wikipedia.org/wiki/Smith%E2%80%93Waterman_algorithm

There three different aproaches:

  • Serial (the standard implementation for taking measuerments as a baseline)
  • Parallel using OpenMP library
  • Parallel using OpenMP with Vectorization

       

Smith-Waterman with OpenMP

Smith-Waterman with OpenMP & Vectorization

About

A parallel implementation of Smith-Waterman algorithm for determining similar regions between two strings of nucleic acid sequences or protein sequences.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published