diff --git a/README.md b/README.md new file mode 100644 index 0000000..4101e66 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# Monarch Ontology stats for RPPR + +To generate the RPPR stats, you should have ROBOT or ODK installed. + +1. If you are not using ODK, create a new python environment +2. Install requirements.txt (`pip install -r requirements.txt`) +3. Run `make all` (if you run it for the first time in a while, add `-B`, ie. `make all -B`) +4. Push the generated changes to GitHub + diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..a745785 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +grainyhead>=0.2.1 +oaklib>=0.3.0