Skip to content

global alignment and local alignment for sequence data, written in Java

Notifications You must be signed in to change notification settings

tianoak/Sequence-Alignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Sequence-Alignment

input file format: The first line is either a “g” for global alignments or a “l” for local alignments. The second line has three numbers, indicate the score for match, mismatch and indel (insertion and deletion) The third and the forth line are the two sequences you need to align.

output: optimal solutions optimal score

About

global alignment and local alignment for sequence data, written in Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages