fractal-analytics-platform / fractal-tasks-core

Main tasks for the Fractal analytics platform
https://fractal-analytics-platform.github.io/fractal-tasks-core/
BSD 3-Clause "New" or "Revised" License
14 stars 6 forks source link

Fix list of `plate` components in create_ome_zarr_multiplexing #514

Closed tcompa closed 1 year ago

tcompa commented 1 year ago
          > Current changes break the copy-ome-zarr task for a multiplexing dataset, I'll check it out.

The reason seems to be that metadata['plate'] is filled differently by the create-ome-zarr and create-ome-zarr-multiplexing tasks: the non-multiplexing task includes a list like ["plate.zarr"], while the multiplexing one includes a list like ["plate"].

Originally posted by @tcompa in https://github.com/fractal-analytics-platform/fractal-tasks-core/issues/513#issuecomment-1708246569