blob: 26eacc3a02d17d77ec8af918587afc9fb9b96937 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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
|