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

In component refactor, ensure consistency about trailing slashes #652

Closed jluethi closed 2 months ago

jluethi commented 5 months ago

An observation by @adrtsc

The reason is that the image component looks different between the two versions. In the multiplexing version, the component received by the task looks like this: "300620234compoundAssaycycle0.zarr/D/16/0" while for the non-multiplexing version, the component looks like this: "300620234compoundAssaycycle0.zarr/D/16/0/"

Let's make sure we only store our image paths one way, also to avoid potential duplicates that actually refer to the same image

tcompa commented 2 months ago

Closing in favor of https://github.com/fractal-analytics-platform/fractal-tasks-core/issues/677.