monarch-initiative / owlsim-v3

Ontology Based Profile Matching
16 stars 5 forks source link

[#58] Added Dockerfile #67

Closed jnguyenx closed 7 years ago

jnguyenx commented 7 years ago

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 commented 7 years ago

I created that by hand for now, just for @tudorgroza and also see if it worked. See https://github.com/monarch-initiative/owlsim-v3/issues/58