diff options
author | Pjotr Prins | 2015-04-17 14:24:12 +0200 |
---|---|---|
committer | Pjotr Prins | 2015-04-17 14:24:12 +0200 |
commit | b86993ddc2b9b0f2637dbf0a87bb01bade4ed4f1 (patch) | |
tree | 8f9cf4f8461901e20d703ad440a195c6b6b7316b /INSTALL.md | |
parent | 17f453e50ebac657d9f3096811d92bedc9bfc064 (diff) | |
parent | 85ccb971687fda00538b248722454ea2aa514e27 (diff) | |
download | genenetwork2-b86993ddc2b9b0f2637dbf0a87bb01bade4ed4f1.tar.gz |
Merge branch 'master' into lmm
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md new file mode 100644 index 00000000..26eacc3a --- /dev/null +++ b/INSTALL.md @@ -0,0 +1,26 @@ +# INSTALL Genenetwork2 (GN2) + +## Fetch GN2 from github + +Clone the repository (currently ~800Mb) to local + + git clone git@github.com:genenetwork2/genenetwork2.git + +## Dependencies + +GN2 requires + +* redis +* mysql + +## Required python modules + +Install the following python modules: + +* Flask +* pyyaml +* redis +* qtlreaper +* numarray +* pp +* Flask-SQLAlchemy |