diff options
author | zsloan | 2015-05-12 21:58:15 +0000 |
---|---|---|
committer | zsloan | 2015-05-12 21:58:15 +0000 |
commit | bdd29d68872d571f1f3b737d4b45ec4dbe7d5523 (patch) | |
tree | 7a9d55455b9c17c90cc7496ef2672f009f25c5cd | |
parent | a544231453be26339d9b1c45888f1e7fffa1ca2e (diff) | |
parent | f228118ac112f3ebab5faf41ac9e1bc2a6e2c0fa (diff) | |
download | genenetwork2-bdd29d68872d571f1f3b737d4b45ec4dbe7d5523.tar.gz |
Merge branch 'master' of github.com:genenetwork/genenetwork2
-rw-r--r-- | INSTALL.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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 |