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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Copy zarr file to GCP or S3 bucket:
Read in zarr (only 1 node found, expected 3):
The text was updated successfully, but these errors were encountered: