An OMERO.web app for visualizing images in OMERO.
- OMERO 5.4.0 or newer.
This section assumes that an OMERO.web is already installed.
Install the app using pip:
$ pip install -U omero-iviewer
Add iviewer custom app to your installed web apps:
$ bin/omero config append omero.web.apps '"omero_iviewer"'
To replace the default omero.web viewer:
$ bin/omero config set omero.web.viewer.view omero_iviewer.views.index
To enable the "open with" feature:
$ bin/omero config append omero.web.open_with '["omero_iviewer", "omero_iviewer_index", {"supported_objects":["images", "dataset", "well"], "script_url": "omero_iviewer/openwith.js", "label": "OMERO.iviewer"}]'
Now restart OMERO.web as normal.
OMERO.iviewer is released under the AGPL.
2017-2018, The Open Microscopy Environment