ome / omero-gateway-java

Gradle project containing OMERO Java Client Library
https://www.openmicroscopy.org/omero
GNU General Public License v2.0
1 stars 9 forks source link

Bug : download .vsi file/folder in 2 different folders #89

Closed Rdornier closed 2 weeks ago

Rdornier commented 4 weeks ago

Hello,

I noticed that the downloadImage method behavior has changed. A folder Fileset_xxx has been created in the location where images are downloaded, which is good.

However, for the .vsi files, this is not working properly. The file .vsi is downloaded in /path/Fileset_xxxx whereas the folder _image_ is downloaded in /path/_image_/

image

This particularly problematic as the file and the folder have to be located within the same parent folder to be usable. Thanks for checking this

Rémy.

NB : The same behavior is observed using omero.insight