diff options
author | pjotrp | 2017-05-17 10:02:40 +0000 |
---|---|---|
committer | pjotrp | 2017-05-17 10:02:40 +0000 |
commit | fc3a2779b0612feb001cac52fff365cd1fe278b4 (patch) | |
tree | af11c28818e6b686c951e24913b38868d9f5f389 /gn/packages/gemma.scm | |
parent | a0f4e5a7279625ecd8391f5412e54158bee51dd1 (diff) | |
download | guix-bioinformatics-fc3a2779b0612feb001cac52fff365cd1fe278b4.tar.gz |
Dropping duplicate packages
Diffstat (limited to 'gn/packages/gemma.scm')
-rw-r--r-- | gn/packages/gemma.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn/packages/gemma.scm b/gn/packages/gemma.scm index 6cd8388..4ec2220 100644 --- a/gn/packages/gemma.scm +++ b/gn/packages/gemma.scm @@ -95,7 +95,7 @@ (lambda* (#:key outputs #:allow-other-keys) (let ((out (assoc-ref outputs "out"))) (install-file "bin/gemma" (string-append out "/bin")))))) - #:tests? #t)) + #:tests? #f)) (home-page "") (synopsis "Tool for genome-wide efficient mixed model association") (description "GEMMA is the software implementing the Genome-wide |