Skip to content
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

Labels not loaded from cloud buckets #265

Open
joshua-gould opened this issue Mar 20, 2023 · 0 comments
Open

Labels not loaded from cloud buckets #265

joshua-gould opened this issue Mar 20, 2023 · 0 comments

Comments

@joshua-gould
Copy link
Contributor

Copy zarr file to GCP or S3 bucket:

ome_zarr download https://uk1s3.embassy.ebi.ac.uk/idr/zarr/v0.1/6001240.zarr/
gsutil -m cp -r 6001240.zarr/ gs://my-bucket/

Read in zarr (only 1 node found, expected 3):

url = 'gs://my-bucket/6001240.zarr'
# url = '6001240.zarr' local path works as expected 
store = parse_url(url, mode="r").store
reader = Reader(parse_url(url))
assert len(list(reader()))==3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant