aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpjotrp2020-01-14 02:48:20 -0600
committerpjotrp2020-01-14 02:48:20 -0600
commitdc32557302df79728b6a6dcf5b220a8be31e2f09 (patch)
tree940224d8768f65da12b8e9cb291c954a19688ae5
parent0632c2211ec17c24e1cb86342a9f0f0f86c0f78a (diff)
parentbe67b05f036fa7ce0d91de5e3d7e2ef70ebfdb5c (diff)
downloadguix-bioinformatics-dc32557302df79728b6a6dcf5b220a8be31e2f09.tar.gz
Merge branch 'jupyter' of gitlab.com:genenetwork/guix-bioinformatics into jupyter
-rw-r--r--gn/packages/python.scm2
-rw-r--r--gn/packages/statistics.scm4
2 files changed, 4 insertions, 2 deletions
diff --git a/gn/packages/python.scm b/gn/packages/python.scm
index 2336cc9..109c9f7 100644
--- a/gn/packages/python.scm
+++ b/gn/packages/python.scm
@@ -60,6 +60,8 @@
(base32
"1ngryr12d3izmhmwplc46xhyj9i7yhrpm90xnsd2578p7m8p5n79"))))
(build-system python-build-system)
+ (arguments
+ `(#:tests? #f))
(home-page
"https://github.com/jamescasbon/PyVCF")
(synopsis
diff --git a/gn/packages/statistics.scm b/gn/packages/statistics.scm
index 06aa1f7..9c619d7 100644
--- a/gn/packages/statistics.scm
+++ b/gn/packages/statistics.scm
@@ -319,7 +319,7 @@ for use in genome-wide association studies (GWAS).")
(define-public r-ctl ; guix: ready
(package
(name "r-ctl")
- (version "1.0.0-2")
+ (version "1.0.0-4")
(source
(origin
(method url-fetch)
@@ -327,7 +327,7 @@ for use in genome-wide association studies (GWAS).")
version ".tar.gz"))
(sha256
(base32
- "1gpb43zn411l476dby2g38qkcvh2fsdcvbkr9jb274l1154km1xm"))))
+ "027cij4vdsq3xhi38izzn07q6xwja7n8v95l7kk1pp92y9qkvqv3"))))
(build-system r-build-system)
(inputs `(
("r-qtl" ,r-qtl)