Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker file / image for owlsim3 server #58

Closed
tudorgroza opened this issue Mar 1, 2017 · 2 comments
Closed

Docker file / image for owlsim3 server #58

tudorgroza opened this issue Mar 1, 2017 · 2 comments
Assignees

Comments

@tudorgroza
Copy link
Contributor

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 added a commit that referenced this issue Mar 3, 2017
jnguyenx added a commit to monarch-initiative/monarch-owlsim-data that referenced this issue Mar 8, 2017
jnguyenx added a commit that referenced this issue Mar 10, 2017
jnguyenx added a commit that referenced this issue Mar 10, 2017
@jnguyenx
Copy link
Contributor

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
Copy link
Contributor

Here's the issue to monitor for the simplified data provider:
monarch-initiative/biolink-api#27

jnguyenx added a commit that referenced this issue Apr 7, 2017
jnguyenx added a commit that referenced this issue Apr 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants