Skip to content
This repository was archived by the owner on Jul 3, 2023. It is now read-only.

Latest commit

 

History

History

tagsearch

Archived tagsearch

Archived repository of tagsearch. The tool now have its own repository, [omero-tagsearch](https://github.com/German-BioImaging/omero-tagsearch). Please refer from now on to the new repository.

README Legacy

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-webtagging-tagsearch

# Add tagsearch to webclient
omero config append omero.web.apps '"omero_webtagging_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.