-
Notifications
You must be signed in to change notification settings - Fork 154
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
ad.read_zarr doesn't return .uns
nor .obsm
#1572
Comments
@BioinfoTongLI Can you provide a code sample? I actually think this makes sense because unless you consolidate your metadata (and then open the underlying store using You're also no the first to raise this: #951 I am hoping to have the PR for resolving this issue merged by end of September, but you are welcome to try it out now. Here is a notebook that should help you out with getting started. You'll need to consolidate the metadata on the existing store, though. Lastly, if you have some way outside of zarr of resolving the contents of the adata.obsm['foo'] = my_dask_array_from_s3 or the like. |
as Ilan said, duplicate |
Many thanks both! I will follow the instruction above for uns and obsm! and sorry for the duplicates! Didn't seem that thread! |
Please describe your wishes and possible alternatives to achieve the desired result.
Hello there, thanks for the great tool!
I've been using read_zarr to accesss anndata.zarr stored on s3 bucket.
And I've noticed that both
.uns
and.obsm
are missing. But if I do read_zarr against the exact same zarr locally, I do have them loaded.I believe this is part of the reason why
uns
are not there?But I don't know why
obsm
is missing as well. Or do I missed a doc somewhere?Many thanks!
Best,
The text was updated successfully, but these errors were encountered: