diff options
author | Lei Yan | 2013-09-20 17:20:52 -0500 |
---|---|---|
committer | Lei Yan | 2013-09-20 17:20:52 -0500 |
commit | 183f9a0ba19b6fcdf1475285af1bb1fcd45a9442 (patch) | |
tree | 54bb010628a427b033eb8e10f5a7402af89fab48 /misc | |
parent | af24c0d610d9a2189f86677e4f23deb372ee2bf7 (diff) | |
download | genenetwork2-183f9a0ba19b6fcdf1475285af1bb1fcd45a9442.tar.gz |
Tissue correlation results work for sample r/rho correlation page
and are written to the template
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gn_installation_notes.txt | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/misc/gn_installation_notes.txt b/misc/gn_installation_notes.txt index 6329586f..a73e7d4f 100644 --- a/misc/gn_installation_notes.txt +++ b/misc/gn_installation_notes.txt @@ -272,6 +272,12 @@ sudo apt-get install r-base-dev =========================================== +Installing rpy2 + +pip install rpy2 + +=========================================== + Install Parallel Python (pp) wget http://www.parallelpython.com/downloads/pp/pp-1.6.3.tar.gz @@ -303,7 +309,13 @@ To get server running: !If having seemingly inexplicable problems with imports, make sure I've started the environment! Start up virtual environment: -source ~/ve27/bin/activate +source ~/ve27/bin/activate============== + +Install requests + +pip install requests + +======================= To set WQFLASK_SETTINGS environment variable: export WQFLASK_SETTINGS=~/zach_settings.py (or wherever file is located) |