Skip to content
/ align Public

Needleman and Wunsh sequence alignment algorithm

License

Notifications You must be signed in to change notification settings

gregoryv/align

Repository files navigation

Build Status codecov Maintainability

align - Implements Needleman and Wunsh alignment algorithm

Detailed description is found at wikipedia Needleman-Wunsch_algorithm

Fuzzy match example

a := "GCATGCUAAAAAAA"
b := "GATTACAAAAAAAABBB"
if align.Compare(a, b) > 0.7 {
    fmt.Println("similar enough")
}

About

Needleman and Wunsh sequence alignment algorithm

Topics

Resources

License

Stars

Watchers

Forks

Languages