aboutsummaryrefslogtreecommitdiff
path: root/gn/packages/genenetwork.scm
diff options
context:
space:
mode:
authorpjotrp2016-09-30 08:05:14 +0000
committerpjotrp2016-09-30 08:05:14 +0000
commit2cd8fa3ec43d423596d1d7914235c797966f2102 (patch)
tree9da46b4e9f523d5f4a56edcd3b2783cd536ba5db /gn/packages/genenetwork.scm
parent0faf539f52baea1157da945f1170f890b52bd635 (diff)
downloadguix-bioinformatics-2cd8fa3ec43d423596d1d7914235c797966f2102.tar.gz
qtlreaper: updated and added tests
Diffstat (limited to 'gn/packages/genenetwork.scm')
-rw-r--r--gn/packages/genenetwork.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm
index 85c1419..63e0fb9 100644
--- a/gn/packages/genenetwork.scm
+++ b/gn/packages/genenetwork.scm
@@ -88,7 +88,7 @@
(license #f)))
(define-public qtlreaper
- (let ((commit "cf6f307271e9d958adad1fe1bd03730822555c78"))
+ (let ((commit "71fbbe2b35e4f54937be2d54d09fb71d25fe5fad"))
(package
(name "qtlreaper")
(version (string-append "1.1-gn2" (string-take commit 7) ))
@@ -101,13 +101,13 @@
(file-name (string-append name "-" (string-take commit 7)))
(sha256
(base32
- "02j0ybzp7rc7n4vingqqssfcrswxg6d3pqysdhjzga3mjwbc0q02"))))
+ "0g0v20lh7773cm2xdqz6xzwjw4130y265n79z5x20p5aja5y5kmg"))))
(build-system python-build-system)
;; (native-inputs
;; `(("python-setuptools" ,python-setuptools)))
(arguments
`(#:python ,python-2
- #:tests? #f)) ; no 'setup.py test'
+ ))
(home-page "http://qtlreaper.sourceforge.net/")
(synopsis "Tool for scanning expression data for QTLs")
(description