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
11 stars 5 forks source link

MIP task leads to missing .zgroup file on the row level #780

Closed jluethi closed 2 days ago

jluethi commented 3 days ago

Originally reported by @enricotagliavini

It looks like the MIP Zarr plates generated by our MIP task miss the .zgroup Zarr files on the row level.

myplate.zarr/B/.zgroup exists, but myplate_mip.zarr/B/.zgroup appears to be missing

Let's fix this, as it can interfere with the API reading the Zarr plates, if it checks for the zarr version.

The only thing that's typically in this .zgroup file is:

{
    "zarr_format": 2
}