Skip to content

An implementation of the Smith-Waterman algorithm in python.

Notifications You must be signed in to change notification settings

ronentaich17/sw-algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smith Waterman Python Implementation

This program is a work-in-progress that is designed to simulate the local sequence alignment algorithm, Smith-Waterman.

When given two sequences, the portions of the respective strings most similar to one another will be found through the process of matrix initialization, filling, and traceback. This repo is still a work-in-progress.

About

An implementation of the Smith-Waterman algorithm in python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages