-
Notifications
You must be signed in to change notification settings - Fork 13
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
Read OME Zarr, NOT from s3 #351
Comments
Indeed we did not yet support opening OME.ZARR from the file system, but @KateMoreva is working on it... |
I tend to serve using a minimal web server because that's what I need for I guess that if you can read data directly from the local file-system, and you can connect to OMERO via https://github.com/stoffelc/imageJ_play_Claire then the need to support my use-case is not so urgent. https://github.com/will-moore/omero-web-zarr is quite an early stage just now, but I like the idea that all the OME_Zarr tools could work with each other. I'm afraid after today I'm away for a couple of weeks, but happy to continue the discussion as time allows. |
This actually works already (but maybe not in the released MoBIE version). @will-moore how are you opening the file with MoBIE? I think for what you describe it should work with |
I'm following https://www.youtube.com/watch?v=KposKXm7xeg If I simply point to a local zarr on my file-system, e.g.
|
There's no significant difference between advanced and the other option. |
Ok, that's the right way to do it, @will-moore and your example is something we want to support. |
For opening ome.zarr files directly from the file system you need to use |
@will-moore |
Hi, @tischi I just re-installed Fiji on my new Mac M1 and added the MoBIE update site... Am I missing some other plugin I need? |
Weird, I see it. |
Ah - thanks, sorry, I thought I had restarted, but anyway - another restart fixed it... I'm looking at a local version of https://uk1s3.embassy.ebi.ac.uk/idr/zarr/v0.2/6001240.zarr and I just see black. When I open https://uk1s3.embassy.ebi.ac.uk/idr/zarr/v0.2/6001240.zarr as remote s3 I just see the labels, not the other channels. Trying https://uk1s3.embassy.ebi.ac.uk/idr/zarr/v0.3/9836842.zarr (no labels) I only see a black screen - adjusting contrast doesn't seem to help: Thanks! |
You have to press |
That should probably be raised as an issue in https://github.com/bigdataviewer/bigdataviewer-core. |
Added comment to bigdataviewer/bigdataviewer-core#64 |
Thanks @will-moore. I think everything is working as expected here now; I am closing it; feel free to reopen if something else comes up. |
I was following the steps from https://www.youtube.com/watch?v=KposKXm7xeg, hoping to open an OME-Zarr from my local file-system, served with a simple
$ python -m http.server
.The URL is
http://localhost:8000/52.zarr
.There is just a single request made:
And MoBIE fails with
Full Stack Trace
I also tried serving OME-Zarr from OMERO using https://github.com/will-moore/omero-web-zarr which failed in the same way.
Both these use-cases would be great to support.
Thanks
cc @jburel @joshmoore
The text was updated successfully, but these errors were encountered: