bebop / poly

A Go package for engineering organisms.
https://pkg.go.dev/github.com/bebop/poly
MIT License
665 stars 70 forks source link

Smith-Waterman Algorithm #292

Closed ragnorc closed 1 year ago

TimothyStiles commented 1 year ago

Thank you @ragnorc this PR was excellent! I've added some documentation and formatting and refactored some variables. Going to merge this and then we can work on adding weight matrices mentioned in #290.

ragnorc commented 1 year ago

Thank you @ragnorc this PR was excellent! I've added some documentation and formatting and refactored some variables. Going to merge this and then we can work on adding weight matrices mentioned in #290.

Awesome, thank you! Working on the weight matrices now.