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
null
name
From slack:
@mr-eyes: Can someone confirm with me that https://ebi-metagenomics.github.io/mgnify-sourmash-component/ does not export the "name" field in signature before I open an issue or PR? signatures exported from mgnify fails to load in sourmash.
@luizirber: for branchwater.sourmash.bio it is not an issue because it only cares about the hashes. likely fixable by setting filename here:
sourmash/src/core/src/wasm.rs
Line 152 in 94d37f9
The text was updated successfully, but these errors were encountered:
No branches or pull requests
From slack:
@mr-eyes: Can someone confirm with me that https://ebi-metagenomics.github.io/mgnify-sourmash-component/ does not export the "name" field in signature before I open an issue or PR? signatures exported from mgnify fails to load in sourmash.
@luizirber:
for branchwater.sourmash.bio it is not an issue because it only cares about the hashes.
likely fixable by setting filename here:
sourmash/src/core/src/wasm.rs
Line 152 in 94d37f9
using https://rustwasm.github.io/wasm-bindgen/api/web_sys/struct.File.html#method.name
but better if actually setting the name.
The text was updated successfully, but these errors were encountered: