bebop / poly

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

moved align, bwt, and mash into new search package. #438

Closed TimothyStiles closed 5 months ago

TimothyStiles commented 5 months ago

Changes in this PR

Why are you making these changes?

Search really isn't a generally solved problem in biology and we have 3 search related packages in the project root that should be grouped together.

Are any changes breaking? (IMPORTANT)

This will change import paths for bwt, align, and mash for all future releases but will not change api usage. go mod tidy and most IDEs should catch and autofix import paths.

Pre-merge checklist

All of these must be satisfied before this PR is considered ready for merging. Mergeable PRs will be prioritized for review.