alevchuk / pairwise-alignment-in-python

Pairwise string alignment in Python (Needleman-Wunsch and Smith-Waterman algorithms)
GNU General Public License v3.0
96 stars 50 forks source link

Create NeedlemanWunsch.py #1

Open farahzk opened 10 years ago

farahzk commented 10 years ago

This version takes two input files along with a similarity score matrix and gap penalty through terminal/command line