-
Notifications
You must be signed in to change notification settings - Fork 14
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
Add new dev2/resave.py with sharding example #3
Conversation
💯, @will-moore. You ok to just merge this when ready? |
This pull request has been mentioned on Image.sc Forum. There might be relevant details there: |
Currently trying to convert a tiny 3-image plate that I generated with
|
Example: ``` ./resave.py zarr/v0.4/idr0062A/6001240.zarr challenge/dev2/6001240.zarr/ \ --input-overwrite \ --input-bucket=idr \ --input-endpoint=https://uk1s3.embassy.ebi.ac.uk \ --input-anon \ --output-bucket=EXAMPLE \ --output-endpoint=https://MYHOST \ --output-overwrite ```
@joshmoore I'm trying to read from remote but write locally. With my last commit above, I now get:
|
@will-moore: can you try updating from the zarr-python |
I updated to latest branch...
but still see the same error. Also tried...
But still seeing the same result. |
Hmmm.... and with a fresh conda/mamba environment?
|
environment.yml
|
So with the state of this PR along with:
I can just make out the data in neuroglancer:
|
Note: currently the wells need
|
Sample data generated with this updated
resave.py
can be viewed at https://deploy-preview-36--ome-ngff-validator.netlify.app/?source=https://minio-dev.openmicroscopy.org/idr/v0.5-dev2/6001240.zarrAlso tried sharding https://deploy-preview-36--ome-ngff-validator.netlify.app/?source=https://minio-dev.openmicroscopy.org/idr/v0.5-dev2/6001240_sharded.zarr although this ISN'T working for the loading of chunks with zarrita.js