-
Change into the scripts location of your OMERO installation
cd OMERO_DIST/lib/scripts
-
Create a new directory and download the script file
mkdir omero_export && cd omero_export wget https://github.com/SynthSys/omero-toolkit/blob/master/pyOmeroUpload/src/omero_data_transfer/Export_to_other_omero.py
-
Update your list of installed scripts by examining the list of scripts in OMERO.insight or OMERO.web, or by running the following command
path/to/bin/omero script list
-
Change into the repository location created during installation
cd OMERO_DIST/lib/scripts/omero_export
-
Update the repository to the latest version
wget https://github.com/SynthSys/omero-toolkit/blob/master/pyOmeroUpload/src/omero_data_transfer/Export_to_other_omero.py
-
Update your list of installed scripts by examining the list of scripts in OMERO.insight or OMERO.web, or by running the following command
path/to/bin/omero script list
-
List the current scripts in the system
path/to/bin/omero script list
-
List the parameters
path/to/bin/omero script params SCRIPT_ID
-
Launch the script
path/to/bin/omero script launch SCRIPT_ID
-
See the developer documentation for more information on testing and modifying your scripts.
See LICENSE
This section provides machine-readable information about your scripts. It will be used to help generate a landing page and links for your work. Please modify all values on each branch to describe your scripts.
Base OMERO User Scripts repository
4.4
5.0
The OME Team
Open Microscopy Environment
http://openmicroscopy.org/info/scripts
Example script repository to be cloned, modified, and extended. This text may be used on OME resources to explain your scripts.