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

Improve handling of potential existing zarr files in apply_registration_to_image #683

Open jluethi opened 2 months ago

jluethi commented 2 months ago

There are edge-cases where registration is run for my_plate.zarr/B/03/0 in a plate where my_plate.zarr/B/03/0_registered already exists and the task currently overwrites that existing image => handle this more carefully.

Just adding an overwrite option does make it a bit confusing though. There is already an overwrite input. Why does one have 2 options in this task?

Probably the same will apply to illumination_correction