We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
sra_search
in sourmash-bio/sra_search#12, @luizirber defines some functions that seem to me like they would be nice to have in sourmash core -
fn check_compatible_downsample
KerMinHash
fn prepare_query
sig.select_sketch
maybe we should consider bringing them in here?
The text was updated successfully, but these errors were encountered:
Note that they were both borrowed from #2230, so technically they will go in at some point. But can also make a smaller PR
Sorry, something went wrong.
No branches or pull requests
in sourmash-bio/sra_search#12, @luizirber defines some functions that seem to me like they would be nice to have in sourmash core -
fn check_compatible_downsample
- check if twoKerMinHash
are compatible w/downsamplingfn prepare_query
- downsample a sketch as needed (a replacement forsig.select_sketch
maybe we should consider bringing them in here?
The text was updated successfully, but these errors were encountered: