Skip to content

Pairwise sequence alignment implementations such as global alignment (Needleman-Wunsch algorithm) and local alignment (Smith-Waterman algorithm)

Notifications You must be signed in to change notification settings

bubabi/pairwise-sequence-alignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pairwise-sequence-alignment

Pairwise sequence alignment implementations such as global alignment (Needleman-Wunsch algorithm) and local alignment (Smith-Waterman algorithm)

Usage

Args

Default command

python pairwise_sequence_alignment.py -i ./sequences.txt -a global -m 5 -p -4 -o -10 -e -5

Example

Aligned the sequences of Gene A and Gene B given in the "sequences.txt", once with global and once with local alignment. (parameters: match= 5, mismatch= -4, gap open= -10, gap extend= -5)

About

Pairwise sequence alignment implementations such as global alignment (Needleman-Wunsch algorithm) and local alignment (Smith-Waterman algorithm)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages