I’m trying to setup Omero-Mapr to search strain, organism type, etc., following the guide here. On IDR, it seems as though you’re able to browse all mapped annotations without entering a search term, but when I set it up, the Mapr searches are blank by default. Is there a way to show all by default?
Here is how I’ve configured it with Ansible:
omero_web_apps_config_set:
omero.web.mapr.config:
- menu: organism
config:
default:
- Organism
all: ["Organism"]
ns:
- openmicroscopy.org/omero/client/mapAnnotation
label: Organism
omero_web_apps_top_links:
- label: Organisms
link:
viewname: maprindex_organism
attrs:
title: Find organisms
A follow up question I have is whether the mapped annotations only create a clickable link in the image view if the annotation was added by an administrator. This seems to be how it’s working for me so far, but I’d like the links to be added for any user.