Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from
Jan 18, 2024
Merged

Conversation

TimothyStiles
Copy link
Collaborator

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.

  • Changes are documented in CHANGELOG.md in the [Unreleased] section.
  • The PR template is filled out.

@TimothyStiles TimothyStiles merged commit b76edb9 into main Jan 18, 2024
3 checks passed
@TimothyStiles TimothyStiles deleted the search branch January 31, 2024 05:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant