Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 505 Bytes

File metadata and controls

15 lines (13 loc) · 505 Bytes

Sequence Alignment Algorithms

Scripts to align sequences together with penalties. Includes global and local alignment algorithms

TODO: Fix and test affine gap alignment

Instructions

infile.txt is a text file with two strings of amino acids; see test files for formatting.
Global alignment:

./global_aligment.py <infile.txt> <('blosum62', 'pam250', 'basic')> <sigma value>

Local alignment:

./local_alignment.py <infile.txt> <('blosum62', 'pam250', 'basic')> <sigma value>