-
Notifications
You must be signed in to change notification settings - Fork 1
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
MRG: refactor sketching utilities #112
Conversation
@ctb ready for review. No big changes, mostly just moved existing implementations. |
Not sure how to sequence this with sourmash-bio/sourmash#3344 (review), but I think the simplest might be to target Alternatively, can just let it hang for a bit until we release new version of sourmash. |
- derive Hash for HashFunctions, so I can use it over in sourmash-bio/sourmash_plugin_directsketch#112
I'm going to target |
sounds good! we'll be in more of a hurry for a sourmash release over in branchwater once I get the |
utils/buildutils.rs
sourmash::encodings::HashFunctions
formoltype
, createdAbund
enum.HashFunctions
sourmash#3344 to useHash
forsourmash::encodings::HashFunctions
Related:
ComputeParameters
instead ofBuildParams
#113