aboutsummaryrefslogtreecommitdiff
path: root/gn/packages/gemma.scm
diff options
context:
space:
mode:
authorpjotrp2017-10-25 10:47:31 +0000
committerpjotrp2017-10-25 10:47:31 +0000
commit04e147fbbae6e945083a7fd6550152c0c1fc4b4a (patch)
tree39fb82f65dc3a52bd1e81767b460b2f75a54b676 /gn/packages/gemma.scm
parent0a1882996472282dcf60f6a294a4f934d40d5bad (diff)
downloadguix-bioinformatics-04e147fbbae6e945083a7fd6550152c0c1fc4b4a.tar.gz
GEMMA
Diffstat (limited to 'gn/packages/gemma.scm')
-rw-r--r--gn/packages/gemma.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gn/packages/gemma.scm b/gn/packages/gemma.scm
index 4e61beb..6705903 100644
--- a/gn/packages/gemma.scm
+++ b/gn/packages/gemma.scm
@@ -61,7 +61,7 @@
#:use-module (gn packages shell)
#:use-module (srfi srfi-1))
-(define-public gsl1
+(define-public gsl1 ; supporting older GSL tests
(package
(name "gsl1")
(version "1.16")
@@ -134,6 +134,7 @@ numbers.")
(lambda* (#:key outputs #:allow-other-keys)
(let ((out (assoc-ref outputs "out")))
(install-file "bin/gemma" (string-append out "/bin"))))))
+ ; #:tests? #f
#:parallel-tests? #f))
(home-page "http://www.xzlab.org/software.html")
(synopsis "Tool for genome-wide efficient mixed model association")