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

Already on GitHub? Sign in to your account

[#58] Added Dockerfile #67

Merged
merged 3 commits into from Mar 10, 2017

Conversation

Projects
None yet
2 participants
Collaborator

jnguyenx commented Mar 10, 2017

Species can be selected through a build argument:

docker build --build-arg species=all -t owlsim-all . # default if no args is provided or not matching any species
docker build --build-arg species=human -t owlsim-human

@jnguyenx jnguyenx self-assigned this Mar 10, 2017

@cmungall

Remind me about the jobs that populate

https://data.monarchinitiative.org/owl/

Ideally there would be as few dependencies as possible on moving parts. It seems this all-hp.owl may be something created just for owlsim?

Collaborator

jnguyenx commented Mar 10, 2017

I created that by hand for now, just for @tudorgroza and also see if it worked. See #58

@jnguyenx jnguyenx merged commit 5b01dc5 into master Mar 10, 2017

1 check passed

continuous-integration/travis-ci/pr The Travis CI build passed
Details

@jnguyenx jnguyenx deleted the 58-docker branch Mar 10, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment