-
Notifications
You must be signed in to change notification settings - Fork 32
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
Add download_files and import functions to gateway #284
Comments
In general, having this be user-friendly is a big win. Some things to think about though:
|
Are you thinking like:
This has some overlap with omero-downloader, but allows you to combine it with other python code.
I don't think it has anything to do with Zarr. |
👍
👍 Just want to be clear on the scope, since we have N of these efforts at the moment.
Possibly. We just generally need to start working to reduce the size of |
See ome/omero-documentation#2179 (comment)
For example, download files:
conn.download("Image", [image_id], "download_loc_local_dir")
conn.download("Dataset", [dataset_id], "download_loc_local_dir")
conn.download("Fileset", [fileset_id], "download_loc_local_dir")
For import of files to OMERO, needs some decisions on what to do with https://gitlab.com/openmicroscopy/incubator/omero-python-importer/-/blob/master/import.py
I have referred quite a few users to this recently (don't know how much it's been used, but haven't heard about any problems), so it probably needs to be more accessible.
cc @joshmoore
The text was updated successfully, but these errors were encountered: