Closed silvbarb closed 3 months ago
Thanks for the report - indeed I think there is an unmatched sorting step, sorry about that.
Could you try to install ez-zarr
from the fix-plate-sort
branch and see if that does it on your data set for now? We will fix this in the release version once back from holidays.
I installed the fix-plate-sort
branch which seems to work on my data set, now:
plate = ome_zarr.import_Fractal_plate(zarr_directory) # zarr_directory can be any Fractal-test plates
im = plate['B02'] # picking one well ...
im.get_paths() # returns the expected path .../_mip.zarr/B/02/0' # requested well B02, returned image at 'B02'
Thanks!
Great, thanks for checking! I have added some more unit tests as well 🙂
This has now been released on GitHub and PyPi (version 0.2.3, https://pypi.org/project/ez-zarr/).
In
ez_zarr 0.2.1
paths and names are wrongly assigned within the image class when usingimport_Fractal_plate
Example: