Skip to content

Instantly share code, notes, and snippets.

@atarkowska
Last active August 19, 2016 11:02
Show Gist options
  • Save atarkowska/179e45d27237ed3d856058e3fdc8edc7 to your computer and use it in GitHub Desktop.
Save atarkowska/179e45d27237ed3d856058e3fdc8edc7 to your computer and use it in GitHub Desktop.
mapr installation
pip install git+git://github.com/aleksandra-tarkowska/mapannotations.git.
/home/omero/OMERO.web/bin/omero config set omero.web.apps # wipe
/home/omero/OMERO.web/bin/omero config append omero.web.apps '"mapr"'
/home/omero/OMERO.web/bin/omero config set omero.web.ui.top_links '[["IDR", {"viewname": "webindex", "query_string": {"experimenter": -1}}, {"title": "Image Data Repository"}], ["Genes", {"viewname": "maprindex_gene", "query_string": {"experimenter": -1}}, {"title": "Genes browser"}], ["Phenotypes", {"viewname": "maprindex_phenotype", "query_string": {"experimenter": -1}}, {"title": "Phenotypes browser"}], ["siRNA", {"viewname": "maprindex_sirna", "query_string": {"experimenter": -1}}, {"title": "siRNA browser"}], ["Compound", {"viewname": "maprindex_compound", "query_string": {"experimenter": -1}}, {"title": "Compound browser"}], ["History", "history", {"title": "History"}], ["About", "/about/"], ["Help", "http://help.openmicroscopy.org/", {"title":"Open OMERO user guide in a new tab", "target":"new"}]]'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment