-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Olympus .vsi download bug #188
Comments
This issue has been mentioned on Image.sc Forum. There might be relevant details there: https://forum.image.sc/t/olympus-vsi-download-bug-using-omero-insight/47413/4 |
After some debugging I think I found the reason: For a multifile image Insight creates a directory for the files to be put in, using the image name as directory name. In some cases it picks up the vsi file first (correct) and in some cases it picks up the omero-insight/src/main/java/org/openmicroscopy/shoola/env/data/OMEROGateway.java Line 3162 in dfd2971
Fileset class: getFilesetEntry(0) or the equivalent getPrimaryFilesetEntry() return in these cases the ets file instead of the vsi.
|
Hi @dominikl thank your for looking into this issue (I wrote the post on image.sc). |
👍 I think that makes sense. Just openend a PR for that. |
super, that's awesome :) thank you very much! |
Further discussion see on now closed PR #217 . |
Hi @dominikl @jburel @pwalczysko , I'd like to bump this ticket again :) As @pwalczysko summarized in PR #217, we are looking for a solution where OMERO.insight does not create any new folders that are not part of a given proprietary file format, but also does not skip the folders which are crucial for the proprietary file formats like vsi to function properly. Thank you for your time and help! |
I'll have another look at this issue. Maybe I can figure out how Omero Web is doing it and completely overhaul the Image download code in Insight. Omero Web does exactly what you'd expect, is that correct @CellKai ? |
Hi @dominikl, thank you for picking up this issue again! |
This issue has been mentioned on Image.sc Forum. There might be relevant details there: https://forum.image.sc/t/download-vsi-files-from-omero-fails/83314/2 |
See Olympus .vsi download bug using OMERO.insight.
When Insight downloads a vsi image it puts the files into a directory, this should not happen. Example from the dataset mentioned in the forum post:
Download of vsi image (image id 149046 on demo):
ends up in:
This is not the case with omero downloader. I assume because downloader tries to replicate the managed repository structure locally as close as possible.
I wonder how OMERO.web handles that case?
The text was updated successfully, but these errors were encountered: