OMERO scripts
Project description
OMERO Core Scripts
This directory contains OMERO scripts which use the OMERO.scripts API. All scripts (e.g. *.py) present in the directory will be automatically distributed with all binary builds. Which file-endings will be detected and how they will be launched are both configured centrally in the server. .py, .jy", and ``.m (MATLAB) files should all be detected by default starting with OMERO 5.
Categories
Scripts are separated into several categories, one per directory.
Scripts which would like to rely on other scripts can use:
import omero.<sub_dir>.<script_name>
For this to work, the official script in question must be properly importable, i.e.:
- def run():
client = omero.scripts.client(…)
- if __name__ == “__main__”:
run()
OMERO User Scripts
If you would like to provide your own scripts for others to install into their OMERO installations, please see http://openmicroscopy.org/info/scripts
Testing
Integration tests under test/ require an OMERO server with scripts installed. The tests are run by Travis for open PRs using omero-test-infra to deploy OMERO via Docker containers.
To run tests locally:
# All tests $ python setup.py test
# Single test in a single file $ python setup.py test -t test/integration/test_util_scripts.py -k test_dataset_to_plate
Copyright
2010-2020, The Open Microscopy Environment
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file omero-scripts-5.6.0.tar.gz
.
File metadata
- Download URL: omero-scripts-5.6.0.tar.gz
- Upload date:
- Size: 76.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e92cf15fa1890196716ee0bc0d6def6ce24d4f2b6effe5db3f7915ad1dd5d5d8 |
|
MD5 | d61370acd11a96983cb1e671775474ab |
|
BLAKE2b-256 | 6a760e6345b59547c5eaab0c6385592b449169b6f79ee5fcaf5b835d95407f52 |