-
Notifications
You must be signed in to change notification settings - Fork 80
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
add functionality to sourmash signature
to extract common hashes?
#603
Comments
note that this functionality is not trivial, and enabling this kind of general query is in fact one of the works-in-progress that https://github.com/ctb/2017-sourmash-revindex and #604 is devoted to :) |
(not trivial doesn't mean it's hard; we have several implementations of such a thing, including e.g. https://github.com/ctb/2017-sourmash-revindex/blob/master/hashes-to-numpy-2.py) |
It would now (as of #946) be very easy to add a filtering option to |
similarly for #1808 and |
is now generically available as a plugin: https://github.com/ctb/sourmash_plugin_commonhash also ref #2383 |
see #587 (comment) by @taylorreiter - "It would be useful if we could have a threshold for the intersection -- like if the hash occurs in 80% of signatures, give it to me in the intersection."
The text was updated successfully, but these errors were encountered: