Task #1986 (closed)
Opened 9 years ago
Closed 9 years ago
Make omero2em.py server-side
| Reported by: | wmoore | Owned by: | wmoore |
|---|---|---|---|
| Priority: | n.a. | Milestone: | OMERO-Beta4.2 |
| Component: | n.a. | Version: | n.a. |
| Keywords: | n.a. | Cc: | |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | 0.0d |
| Sprint: | 2010-03-05 (4) |
Description
Move the dependency on EMAN2 to the server and have the scripting service return an EM file that hasn't been attached to anything on the server.
The client side script needs to grab the returned file and save it locally, then delete the unattached file on the server.
For downloading multiple files, experiment with the script returning multiple files (list) or with the script being called multiple times by the client script.
Change History (2)
comment:1 Changed 9 years ago by wmoore
- Status changed from new to assigned
comment:2 Changed 9 years ago by wmoore
- Remaining Time changed from 0.5 to 0
- Resolution set to fixed
- Status changed from assigned to closed
(In [6295]) Export of images in EM formats without needing EMAN2 on the client. Closes #1986