This package includes all of the code for my Pairwise Alignment Dynamic Programming Project in CSCI 6471: Algorithms
The project description is located in the /docs
folder of this repository, and can be viewed at the link below.
The code for this project is written in Python, and the scripts dp.py
, dp_bonus_1.py
, and dp_bonus_2.py
make up the main code for the Pairwise Alignment of 2 DNA sequences.
Test cases can be found in test_cases.txt
to quickly input two DNA sequences for Pairwise Alignment in any of the Python scripts.