Skip to content
/ nw Public

a toy implementation of an alignment algorithm

Notifications You must be signed in to change notification settings

gbordyugov/nw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Needleman-Wunsch Alignment in Haskell using lazy arrays

A toy implementaion of the Needleman-Wunsch algorithm in Haskell using dynamics programming with lazy arrays, motivated by this page.

  • calculates only one alignment with top scope
  • cannot distinguish between gap opening penalty and gap extension penalty

About

a toy implementation of an alignment algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published