aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzsloan2015-05-12 21:58:15 +0000
committerzsloan2015-05-12 21:58:15 +0000
commitbdd29d68872d571f1f3b737d4b45ec4dbe7d5523 (patch)
tree7a9d55455b9c17c90cc7496ef2672f009f25c5cd
parenta544231453be26339d9b1c45888f1e7fffa1ca2e (diff)
parentf228118ac112f3ebab5faf41ac9e1bc2a6e2c0fa (diff)
downloadgenenetwork2-bdd29d68872d571f1f3b737d4b45ec4dbe7d5523.tar.gz
Merge branch 'master' of github.com:genenetwork/genenetwork2
-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