monarch-initiative / owlsim-v3

Ontology Based Profile Matching
17 stars 5 forks source link

Docker file / image for owlsim3 server #58

Closed tudorgroza closed 7 years ago

tudorgroza commented 7 years ago

Hi @jnguyenx - can you please hack a Dockerfile to build a configuration specific docker image? Can you also please point me to some documentation that shows how to build the associated data files (owl, tsvs, etc). Thanks!

jnguyenx commented 7 years ago

I've set up some human only data for you. Currently our data pipeline is fragile and complicated but @cmungall is working on simplifying this process. If you can wait a bit it'll be easier to generate the files needed by owlsim.

So keep in mind that we'll temporary use this all-hp.owl until we have a better pipelin solution.

In the meantime, here's the command to build the docker image for human:

mvn package
docker build --build-arg species=human -t owlsim-human
docker run -p 8080:8080 owlsim-human
jnguyenx commented 7 years ago

Here's the issue to monitor for the simplified data provider: https://github.com/biolink/biolink-api/issues/27