Skip to content

garmyhr/Smith-Waterman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smith-Waterman

Implementation of Smith Waterman algorithm, used to perform local sequence alignment

Running the script

This script takes two sequences in .fasta format. It uses the BLOSUM62-matrix to determine match-scores, you need to have BLOSUM64.txt in the same directory wich you run the script from.

$ python3 Smith-Waterman.py <seq1.fasta> <seq2.fasta>

About

Implementation of Smith Waterman algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages