-
Notifications
You must be signed in to change notification settings - Fork 11
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
HDF5-API Errors: error #000: H5D.c in H5Dvlen_reclaim(): line 732: invalid argument #14
Comments
Hi @rosanababu ! Could you post the Robrecht |
@ilia-kats @gtca Hi, I encountered this issue and am able to share the data to replicate the issue. Please find the file here:
|
Thank you, @DriesSchaumont! As far as I can tell, this happens because one of the modalities has 0 features. Apart from this, nullable arrays have not been supported by this library yet. Both things should be addressed in #17. @DriesSchaumont Can you check that it works? 🙏 |
Out of curiosity, I wonder whether |
Hi, I'm trying to convert mudata to Seurat object. I'm getting following error while using ReadH5MU():
seurat <- ReadH5MU("str.h5mu")
Error in self$read_low_level(file_space = self_space_id, mem_space = mem_space_id, :
HDF5-API Errors:
error #000: H5D.c in H5Dvlen_reclaim(): line 732: invalid argument
class: HDF5
major: Invalid arguments to routine
minor: Bad value
Kindly help, thank you
The text was updated successfully, but these errors were encountered: