diff options
author | Pjotr Prins | 2015-04-13 10:16:11 +0200 |
---|---|---|
committer | Pjotr Prins | 2015-04-13 10:16:11 +0200 |
commit | 85ccb971687fda00538b248722454ea2aa514e27 (patch) | |
tree | 24fb5bd8942140bd2cf0acbec7148f4995c409b3 | |
parent | 6cef9c3b27d92383f89a432f6fa0e9fd16107f66 (diff) | |
download | genenetwork2-85ccb971687fda00538b248722454ea2aa514e27.tar.gz |
Started on INSTALL information
-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 |