Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/exomiser/Exomiser
Browse files Browse the repository at this point in the history
  • Loading branch information
julesjacobsen committed Sep 21, 2018
2 parents 522b19c + 99a46b4 commit ce9a067
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions exomiser-data-phenotype/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@ This maven project is used to build the Exomiser phenotype database used by the
Currently the build relies on a preliminary OWLSim2 file build which in future versions will
be incorporated into this codebase:

1. ```git clone https://github.com/owlcollab/owltools.git```, install following the instructions in the README and make sure owltools and owltools-runner are added to path
```
cd owltools/OWLTools-Parent
1. OWLTools:
```git clone https://github.com/owlcollab/owltools.git``` or ```git pull```
```cd owltools/OWLTools-Parent
mvn clean install
cd ../../
chmod +x owltools/OWLTools-Runner/bin/owltools
```
Add ```owltools/OWLTools-Oort/bin/ontology-release-runner``` and ```owltools/OWLTools-Runner/bin/owltools``` to path
2. Clone Monarch OwlSim:
```git clone https://github.com/monarch-initiative/monarch-owlsim-data```
```git clone https://github.com/monarch-initiative/monarch-owlsim-data or git pull```
3. Clone the HPO:
```git clone https://github.com/obophenotype/human-phenotype-ontology/```
```git clone https://github.com/obophenotype/human-phenotype-ontology/ or git pull```
4. Clone the MPO:
```
git clone https://github.com/obophenotype/mammalian-phenotype-ontology/
git clone https://github.com/obophenotype/mammalian-phenotype-ontology/ or git pull
cd mammalian-phenotype-ontology/src/ontology
make mp.owl
cd ../../../
Expand Down

0 comments on commit ce9a067

Please sign in to comment.