omero-py icon indicating copy to clipboard operation
omero-py copied to clipboard

conn.c.download behavior differs from java implementation

Open Rdornier opened this issue 6 months ago • 5 comments

Hello,

I noticed that the behavior of the conn.c.download method is not the same as the one implemented on omero.inisght (and omero-java-gateway) In the latest version of omero.inisght, when an image is downloaded, a parent folder Fileset_xxxx is created and the image(s) linked to the corresponding fileset are downloaded inside.

This is not the case in omero-py. The image is simply downloaded without creating any folder.

I was wondering if it is possible to mirror the behavior of the latest java implementatio into omero-py. It is quite annoying to deal with those two behaviors in automated tasks, espacially when I have to read the images froma a different script.

Thanks, Rémy.

Edit : current existing bug in Java implementation for vsi files : https://github.com/ome/omero-gateway-java/issues/89

Rdornier avatar Aug 19 '24 13:08 Rdornier