Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 289 Bytes

File metadata and controls

9 lines (5 loc) · 289 Bytes

sequenceAlignment-Bioinformatics

Implementation (python 3.4) of global sequence alignment based on dynamic programming approach.

Usage:

python sequenceAlignment.py -i1 (seq1 file) -i2 (seq2 file) -s (scoring file) -g (gap penalty)

A score file example: sub.dat