Skip to content

Python3 cythonized smith-waterson local aligner

Notifications You must be signed in to change notification settings

johannjc/py3-swalign

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SWAlign
-------

Yet another smith waterson alignment code.

I copied the algorithm from: http://www.codesofmylife.com/2011/05/13/smith-waterman-algorithm-for-local-alignment-in-python/

And then tried to make it faster. 

At least on my laptop I was able to do about 300, ~160 bp alignments per second.

Oh yes, it also only works correctly on python3.


-------
This fork returns the maxScore as well - and fixed an issue with the setup.py to include the numpy include dirs

About

Python3 cythonized smith-waterson local aligner

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%