ome / omero-scripts

Core OMERO Scripts
https://pypi.org/project/omero-scripts/
12 stars 32 forks source link

Get inputs all scripts #82

Closed will-moore closed 10 years ago

will-moore commented 10 years ago

Since scripts client now supports getInputs() See https://github.com/openmicroscopy/openmicroscopy/pull/2472 we can use this in all our scripts. Commits from @carandraug.

To test: try running a couple of the scripts and cast an eye over the code changes in the others (since the same change should have been made to all).

sbesson commented 10 years ago

See Travis failure: can you remove unwrap from the import lines at the top of the scripts?

manics commented 10 years ago

Looks good apart from the travis error.

sbesson commented 10 years ago

Tested a couple of scripts on gretzky. Everything works as expected. :+1:

sbesson commented 10 years ago

--rebased-to #84