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.
Directory |
Description |
---|---|
analysis_scripts |
crunch images to produce numerical results and similar tasks |
export_scripts |
take one or more images as an input, and produce a representation for exchange |
figure_scripts |
take one or more images as an input, and produce a summary representation |
import_scripts |
are run on images after import for extra processing |
util_scripts |
perform other miscellaneous tasks like cleaning up or optimizing OMERO itself |
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 https://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
Usage
Release process
This repository uses bump2version to manage version numbers. To tag a release run:
$ bumpversion release
This will remove the .dev0 suffix from the current version, commit, and tag the release.
To switch back to a development version run:
$ bumpversion --no-tag [major|minor|patch]
specifying major, minor or patch depending on whether the development branch will be a major, minor or patch release. This will also add the .dev0 suffix.
Remember to git push all commits and tags.s essential.
The CI pipeline will automatically deploy the tag onto PyPI.
Copyright
2010-2021, 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
Built Distribution
File details
Details for the file omero-scripts-5.7.2.tar.gz
.
File metadata
- Download URL: omero-scripts-5.7.2.tar.gz
- Upload date:
- Size: 88.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 98ecf0c4b3c2d58dc8efe73c4990312e32397b3f482e4d878b18d00291dcbba9 |
|
MD5 | d2bb0ef7c82c6c6aea47222bc2139d12 |
|
BLAKE2b-256 | 54d4ef3d6db261d04c9d9391c939d90f4f93f65afa91d9d38a2c483126eb2cc1 |
File details
Details for the file omero_scripts-5.7.2-py3-none-any.whl
.
File metadata
- Download URL: omero_scripts-5.7.2-py3-none-any.whl
- Upload date:
- Size: 116.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7a26200ccb7739bb4f96429af1c3a77d35104fb906a785e25818068656aef7a7 |
|
MD5 | 6d02ae1506c2e4a5396563fc85ad732b |
|
BLAKE2b-256 | 7853aaa7a12cb63abc473094e56b764afda0483ca2919fd79aaa5d03dbaeeeb5 |