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
X
HDF5AnnData
If the X slot in an HDF5AnnData is empty, trying to access it gives this error:
Error in rhdf5::h5readAttributes(file, name) : Object /X does not exist in this HDF5 file.
Needs to be handled in some way. Should probably be filled in the same way as Python when creating a new H5AD file.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If the
X
slot in anHDF5AnnData
is empty, trying to access it gives this error:Needs to be handled in some way. Should probably be filled in the same way as Python when creating a new H5AD file.
The text was updated successfully, but these errors were encountered: