-
Notifications
You must be signed in to change notification settings - Fork 6
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
Make Cellpose task work for OME-Zarrs without pyramids #742
Comments
Hey Tong, Hmm, interesting. My only suspicion of how this can occur: Do your images not have any pyramid levels? If so, is it possible to add one? If they do have pyramid levels, can you share a small example OME-Zarr that has this issue? What I'd debug there:
=> the I'd check what the
|
oh, got it! I specifically asked to not generate pyramids to reduce the large number of file issue. I've regenerated the pyramid and it seems to be working. Thanks! |
coarsening_xy
missing after import_ome_zarr
ok, so the issue is indeed that our Cellpose task (& potentially other tasks) currently don't work for images without pyramids. We should drop the assumption that pyramids are present where-ever we can. Not sure when we'll get to it, but I'll take this up as a maintenance issue :) |
I actually don't think it's a bad idea to make that assumption. Not all people wants analysis to be performed on the raw level afterall. But this will help reducing the number of files, which is the big blocker for us.
|
Hi there,
I've managed to run
But not the cellpose_seg. The script was asking for
coarsening_xy
which is not present in my metadata file.I've tried to find the definition of this, but couldn't find it. I assume it's for helping defined the cell size parameter for cellpose?
Just wondering what is the proper way adding it to all the wells.
The text was updated successfully, but these errors were encountered: