You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please describe your wishes and possible alternatives to achieve the desired result.
I would like to read anndata files directly from S3 without need to download them. Some existing anndata file are pretty big, and we can't ask everyone to download the content first.
Possible solution:
Using remfile library that provides a file-like object for reading a remote file over HTTP, optimized for use with h5py. See a draft PR #1322
The text was updated successfully, but these errors were encountered:
Please describe your wishes and possible alternatives to achieve the desired result.
I would like to read anndata files directly from S3 without need to download them. Some existing anndata file are pretty big, and we can't ask everyone to download the content first.
This is related to the discussion in #634
Possible solution:
Using remfile library that provides a file-like object for reading a remote file over HTTP, optimized for use with h5py. See a draft PR #1322
The text was updated successfully, but these errors were encountered: