monarch-initiative/SciGraph-docker-monarch-ontology

Name: SciGraph-docker-monarch-ontology

Owner: Monarch Initiative

Description: null

Created: 2016-01-12 22:18:28.0

Updated: 2017-06-20 00:36:40.0

Pushed: 2017-11-21 19:45:17.0

Homepage: null

Size: 21

Language: null

GitHub Committers

UserMost Recent Commit# Commits
Chris Mungall2017-10-17 23:48:30.01
Kent Shefchek2018-03-07 00:11:45.08
Jeremy2017-03-20 04:24:53.030

Other Committers

UserEmailMost Recent Commit# Commits

README

SciGraph-docker-monarch-ontology

Build two Docker images with the monarch configs. Uses master HEAD from the SciGraph github repo.

Need to have docker installed in order to run the build.

Generate the docker images locally:

mvn package

Load the graph:

docker run -v /tmp/graph:/scigraph scigraph-load-monarch

Run the services:

docker run -v /tmp/graph:/scigraph -d -p 9000:9000 –name scigraph-services scigraph-services-monarch

Stop the services:

docker stop scigraph-services

Read logs of the services:

docker logs scigraph-services

Tips, remove all the local images

docker rm $(docker ps -a -q)

docker rmi $(docker images -q)

Enabling the image writers

add that in the /etc/rc.local Xvfb :1 -screen 0 800x600x16 &

and that in the /etc/environment export DISPLAY=:1


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.