aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpjotrp2015-05-12 11:56:52 -0500
committerpjotrp2015-05-12 11:56:52 -0500
commit300f0defa19f20b294bfde2931fb9eaa77d918fd (patch)
tree1fa1f150c54a3c57d0619d7f3b6ca5ad62ba30de
parent06f7ff5ee29c1899a04b7f538564c8a34f43280b (diff)
downloadgenenetwork2-300f0defa19f20b294bfde2931fb9eaa77d918fd.tar.gz
Added pylmm instruction
-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