Skip to content

Commit

Permalink
Add some docs
Browse files Browse the repository at this point in the history
  • Loading branch information
matentzn committed Mar 25, 2023
1 parent a6f40c3 commit 35baf54
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
grainyhead>=0.2.1
oaklib>=0.3.0

0 comments on commit 35baf54

Please sign in to comment.