-
Notifications
You must be signed in to change notification settings - Fork 302
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
Allow uploading zip for non-flat directory structures #650
Comments
Hello , I am new to this Repo just went through everything and I think if might be able to solve this . |
Bumping this issue. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
This issue was closed because it has been stalled for 5 days with no activity. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Some file types such as https://github.com/ome/bioformats/blob/19d7fb9cbfdc16e65a7dfa556b2143ae17b141c5/components/formats-gpl/src/loci/formats/in/ScanrReader.java#L113-L114 require non-flat directory structure so caMicroscope should also accept .zip uploads and note somewhere that such folders can be uploaded as zip files
^^also for multifile formats like dicom, this causes a big performance hit~~
I think I won't have time to do this but we can discuss if this is a bigger priority
One way to do this might be to add a "ZIP archive" option in the dropdown list next to upload button which should open a window like the upload interface then the user might be asked for a general slidename and the unzipped folder can be renamed to that (in upload/finish in slideloader) after checking that the folder doesn't already exist then the client should do, for one file in the folder, /data/one and save that metadata, as always, as one entry in the list.
The text was updated successfully, but these errors were encountered: