This package implements a Smith-Waterman local alignment algorithm. The default gap penalties are: opening gap -2, extension gap = -1.
- A txt file containing two FASTA format sequences
- A txt file containing blosum62 similarity scoring matrix
- A txt file containing the input sequences, score matrix, and best local alignment results.
pip install "git+https://github.com/annasu1225/Smith-Waterman.git"
python SW.py -i inputfile -s scorefile
python SW.py -i input.txt -s blosum62.txt