Skip to content

matdoering/alignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alignment

Alignment of genomic sequences using the Needleman-Wunsch algorithm (global alignment) or the Smith-Waterman algorithm (local alignment).

How to build and run?

To build: Just call make

For a global DNA alignment:

./Alignment TACTACCAGA TACTAGGGGG

For a global RNA alignment:

./Alignment UACUAGCCAGA UACUAGGGG

For a local alignment: ./Alignment -l TAC AAAAAAAAAAGGGTACTTTT

About

Alignment of genomic sequences

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published