-
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
import other kinds of fracminhash etc? #2710
Comments
I think, in this tool, it's doable to convert its output to a sourmash signature. It will only fail when working on any 'scale' related operation since hashing is different. |
I would love to work or help creating a plugin that converts different input files to a sourmash sketch. KMC, kProcessor, etc.. |
(as long as it's a FracMinHash bottom sketch, the scaled stuff should work fine! it's all based on numbers not the specific hashing approach 🤷 ) |
cc @St4NNi :) |
I see what you are saying, and yes! Thanks. |
Hi everyone, and thanks for the shout out @ctb . jam was more or less born out of the same curiosity, but after taking a closer look at it, a lot of other ideas for tailoring minhash to some of our specific problems popped up. Currently, jam is in a fairly early stage, and the output format has not yet settled on anything stable, but I am also curious about how different hashing algorithms will perform in sourmash, so I was thinking of adding an output parameter that creates sourmash-compatible sketches directly. The only thing that would be a little odd is that |
That's a great point! I'm not saying you should lie, but... you can lie at the Signature level, but not at the |
Sounds reasonable to me, in a first iteration I could lie on the Regarding the custom string on the Leaving this as |
curious how well our underlying infrastructure can work for handling other kinds of fracminhash sequences! maybe could be explored using plugins.
https://github.com/St4NNi/jam-rs
The text was updated successfully, but these errors were encountered: