Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 416 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 416 Bytes

BioPairwiseOptimization

This is an educational project which aims to rewrite parts of functionalities from pairwise2 module from BioPython library. Pairwise2 module provides methods for finding global and local alignments in string sequences, which are commonly used in bioinformatics. Idea for optimizing this module appeared after discovering that some of it methods are often considerably slow for big inputs.