OME Users meeting
31th May 2018
Will Moore | Petr Walczysko | Jean-Marie Burel
omero.constants.metadata.NSCLIENTMAPANNOTATION
Gene Symbol
and Value CDC6
"
# Example from IDR. Search for Genes.
$ bin/omero config append omero.web.mapr.config '{"menu": "gene", "config": {
"default": ["Gene Symbol"],
"all": ["Gene Symbol", "Gene Identifier"],
"ns": ["openmicroscopy.org/mapr/gene"],
"label": "Gene"}}'
# Namespace for User-added Map Annotations. "all" is empty for ANY key
$ bin/omero config append omero.web.mapr.config '{"menu": "keyvalue", "config": {
"default": ["Any Value"],
"all": [],
"ns": ["openmicroscopy.org/omero/client/mapAnnotation"],
"label": "KeyValue"}}'
$ pip install -U omero-parade
# Add parade custom app to your installed web apps:
$ bin/omero config append omero.web.apps '"omero_parade"'
# Display parade in the centre of the webclient:
$ bin/omero config append omero.web.ui.center_plugins \
'["Parade", "omero_parade/init.js.html", "omero_parade"]'