OMERO webtagging tagsearch app
Project description
Requirements
As Python 2 has now reached end-of-life, OMERO 5.6 now requires Python 3. With release 3.1.0 of tagsearch, the following are now required. To use tagsearch on older OMERO systems (running Python 2), please use versions older than 3.1.0.
Python 3.8 or later
omero-web 5.6 or later
django 4.2 or later
User Documentation
Installation
The recommended way to install tagsearch is using pip, but it is also possible to install it manually as described here.
# In the python environment of OMERO.web (virtualenv or global) pip install omero-tagsearch # Add tagsearch to webclient omero config append omero.web.apps '"omero_tagsearch"' # Add a top-link to tagsearch designer omero config append omero.web.ui.top_links '["Tag Search", "tagsearch"]'
Documentation
Available on the OMERO website.
Development
Pure javascript so does not require a node build step.
To install using pip in development mode (in appropriate virtualenv)
- ::
# In the top-level tagsearch directory containing setup.py pip install -e . cd $OMERO_PREFIX
OMERO development server can then be started in the usual way. Remember to configure the tagsearch settings the same as above.
Project Maintenance
I (Douglas) am no longer actively developing OMERO.webtagging. I am thrilled to hand over maintainence and development to German Bioimaging.
Acknowledgements
OMERO.webtagging was created by Douglas P. W. Russell (dpwrussell@gmail.com) while at Oxford University and Harvard Medical School, then later extended by DPWR Consulting Ltd.
These plugins were developed originally with the support of Micron Advanced Bioimaging Unit funded by the Wellcome Trust Strategic Award 091911, and Open Microscopy.
Continued development was supported by The Laboratory of Systems Pharmacology, Harvard Medical School and Research Computing, Harvard Medical School.
Continued development was sponsored by Micron Advanced Bioimaging Unit funded by the Wellcome Trust Strategic Award 107457.
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.