aboutsummaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorPjotr Prins2017-07-07 07:28:04 +0000
committerPjotr Prins2017-07-07 07:28:04 +0000
commit10f82cd2aa24abfbab7068fd062cc43429070f60 (patch)
tree1064807f05004f63d564600cef63d9075ee3475b /INSTALL.md
parentb9758364059d52e153a9f1b4fcae3bc3f3e68422 (diff)
downloadpangemma-10f82cd2aa24abfbab7068fd062cc43429070f60.tar.gz
Install doc
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md40
1 files changed, 40 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md
new file mode 100644
index 0000000..dd6bb2a
--- /dev/null
+++ b/INSTALL.md
@@ -0,0 +1,40 @@
+# INSTALL GEMMA: Genome-wide Efficient Mixed Model Association
+
+## Check version
+
+Simply run gemma once installed
+
+ gemma
+
+and it should give you the version.
+
+## GEMMA dependencies
+
+GEMMA runs on Linux and MAC OSX and the runtime has the following
+dependencies:
+
+* C++ tool chain
+* GNU Science library (GSL)
+* blas
+* [Eigen library](http://eigen.tuxfamily.org/dox/)
+* zlib
+
+## Install GEMMA
+
+### Bioconda
+
+Recent versions of GEMMA can be installed with
+[BioConda](http://ddocent.com/bioconda/) without root permissions using the following
+command
+
+ conda install gemma
+
+### GNU Guix
+
+The GNU Guix package manager can install recent versions of GEMMA
+using the following command
+
+ guix package -i gemma
+
+
+### Install from source