A Python plugin for OMERO.web
Project description
OMERO.webtest
OMERO.web app for various prototypes and examples. This was removed from the main OMERO.web in the 5.0.6 release of OMERO.
Requirements
OMERO.web 5.6 or newer.
Installing from PyPI
This section assumes that an OMERO.web is already installed.
Install the app using pip:
$ pip install omero-webtest
Add webtest custom app to your installed web apps:
$ omero config append omero.web.apps '"omero_webtest"'
Optional: install example webclient plugins:
$ omero config append omero.web.ui.right_plugins '["ROIs", "webtest/webclient_plugins/right_plugin.rois.js.html", "image_roi_tab"]' $ omero config append omero.web.ui.center_plugins '["Split View", "webtest/webclient_plugins/center_plugin.splitview.js.html", "split_view_panel"]'
Now restart OMERO.web as normal.
Examples
Existing examples are available on the following URLs:
https://HOST/webtest/examples/IMAGE_ID/embed_big_image.html https://HOST/webtest/examples/IMAGE_ID/embed_viewer.html
Note: IMAGE_ID can be obtained from public images.
New templates can be added to templates/webtest/examples. New template can benefit from dynamic variables: {{ host_name }} and {{ image_id }} passed through URL.
Included: Rendered template that can be saved locally for further testing as an absolute uri.
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.
License
OMERO.webtest is released under the AGPL.
Copyright
2016-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
Built Distribution
File details
Details for the file omero-webtest-0.4.2.tar.gz
.
File metadata
- Download URL: omero-webtest-0.4.2.tar.gz
- Upload date:
- Size: 62.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1fff9513ddd2c4e5c03d14a6092f88ccee8f53d9fa873782c2d29e80d3a10f31 |
|
MD5 | 94e9a9844a261c76cd74bc6a1702b9d6 |
|
BLAKE2b-256 | 4ebd4a790f5be3444ba5f912127e2fb6ef7c54c19182fb6b2f5233d362745dcc |
File details
Details for the file omero_webtest-0.4.2-py3-none-any.whl
.
File metadata
- Download URL: omero_webtest-0.4.2-py3-none-any.whl
- Upload date:
- Size: 89.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8e4407cfb9bb3f8f26cc6a8c71c554e7c779e0d547549c08b3ab236d84e88b56 |
|
MD5 | 9c65b5c1e4aca95c73a603ea89b7e6de |
|
BLAKE2b-256 | 4781ddea63a2a258a202c75ded3e101e799a6ad67b69fcedc966eefefa87a5c1 |