diff options
author | pjotrp | 2015-05-12 11:56:52 -0500 |
---|---|---|
committer | pjotrp | 2015-05-12 11:56:52 -0500 |
commit | 300f0defa19f20b294bfde2931fb9eaa77d918fd (patch) | |
tree | 1fa1f150c54a3c57d0619d7f3b6ca5ad62ba30de /INSTALL.md | |
parent | 06f7ff5ee29c1899a04b7f538564c8a34f43280b (diff) | |
download | genenetwork2-300f0defa19f20b294bfde2931fb9eaa77d918fd.tar.gz |
Added pylmm instruction
Diffstat (limited to 'INSTALL.md')
-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 |