aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--INSTALL.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 9f28ac28..5711dda4 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -72,6 +72,18 @@ or
$python ./secure_server.py
```
+## Running tools
+
+### pylmm
+
+To run pylmm check out the repository at https://github.com/genenetwork/pylmm_gn2.
+
+Next update the setting.py file to point at the tree
+
+GN2 can locate PYLMM through PYLMM_PATH in setting.py (or in ENV)
+
+ PYLMM_PATH = '/home/test/opensource/python/pylmm_gn2/pylmm_gn2'
+
## Other information
Check also the ./misc/ directory for settings \ No newline at end of file