icaoberg / docker-omero.searcher

OMERO.searcher Local Client over Docker

Home Page:http://muphylab.web.cmu.edu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-omero.searcher

Build Status Dockerhub GitHub issues GitHub forks GitHub stars GitHub license

Overview

This Dockerfile prepares a container with OMERO.searcher local client.

⚠️ This is not a container for an OMERO instance with the OMERO.searcher plugin.

OMERO.searcher Local Client

The local client allows a user to use a local query image against a pre-computed content database.

Using the container

asciicast

To build an image using the Dockerfile in this repository, run the command

➜ docker build -t "icaoberg/omero.searcher" .

To run a container using the image above

➜  docker run -i -t "icaoberg/omero.searcher"

If the container was built successfully, then the end of your output should look similar to this

OMERO.searcher local client

Pushing the container

docker build -t icaoberg/omero.searcher .
docker tag icaoberg/omero.searcher icaoberg/omero.searcher:1.3
docker push icaoberg/omero.searcher:1.3

References


Development of OMERO.searcher has been supported by US National Institutes of Health grants GM075205 (R.F. Murphy, PI), EB008516 (K.W. Eliceiri, PI), and GM092708 (C.M. Kane, PI), and by grant 095931 from the Wellcome Trust (Jason Swedlow, PI).

CBD

Copyright (c) 2012-2019 by the Murphy Lab at the Computational Biology Department in Carnegie Mellon University

About

OMERO.searcher Local Client over Docker

http://muphylab.web.cmu.edu

License:GNU General Public License v2.0


Languages

Language:Dockerfile 100.0%