[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
77/215: gnu: r-scran: Update to 1.12.0.
From: |
guix-commits |
Subject: |
77/215: gnu: r-scran: Update to 1.12.0. |
Date: |
Sun, 5 May 2019 18:15:44 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 4540727a21e7c467270da9fd4ae73f11541d2087
Author: Ricardo Wurmus <address@hidden>
Date: Sun May 5 23:42:47 2019 +0200
gnu: r-scran: Update to 1.12.0.
* gnu/packages/bioinformatics.scm (r-scran): Update to 1.12.0.
[propagated-inputs]: Add r-bh, r-biocsingular, and r-dqrng; remove
r-rhdf5lib.
---
gnu/packages/bioinformatics.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 11c9db5..f09fccb 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -10606,29 +10606,31 @@ quality control.")
(define-public r-scran
(package
(name "r-scran")
- (version "1.10.2")
+ (version "1.12.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "scran" version))
(sha256
(base32
- "07mgilr3gq3lnrm1fjm9zhz4w7970bjhsykln1drqy9gkzj5sn7g"))))
+ "19cyjjzgmhswni6js4bhbj5djp976sl9n648kk7viazgkspql884"))))
(build-system r-build-system)
(propagated-inputs
`(("r-beachmat" ,r-beachmat)
+ ("r-bh" ,r-bh)
("r-biocgenerics" ,r-biocgenerics)
("r-biocneighbors" ,r-biocneighbors)
("r-biocparallel" ,r-biocparallel)
+ ("r-biocsingular" ,r-biocsingular)
("r-delayedarray" ,r-delayedarray)
("r-delayedmatrixstats" ,r-delayedmatrixstats)
+ ("r-dqrng" ,r-dqrng)
("r-dynamictreecut" ,r-dynamictreecut)
("r-edger" ,r-edger)
("r-igraph" ,r-igraph)
("r-limma" ,r-limma)
("r-matrix" ,r-matrix)
("r-rcpp" ,r-rcpp)
- ("r-rhdf5lib" ,r-rhdf5lib)
("r-s4vectors" ,r-s4vectors)
("r-scater" ,r-scater)
("r-singlecellexperiment" ,r-singlecellexperiment)
- 68/215: gnu: r-pcamethods: Update to 1.76.0., (continued)
- 68/215: gnu: r-pcamethods: Update to 1.76.0., guix-commits, 2019/05/05
- 64/215: gnu: r-affyio: Update to 1.54.0., guix-commits, 2019/05/05
- 71/215: gnu: r-aroma-light: Update to 3.14.0., guix-commits, 2019/05/05
- 73/215: gnu: r-edaseq: Update to 2.18.0., guix-commits, 2019/05/05
- 72/215: gnu: r-deseq: Update to 1.36.0., guix-commits, 2019/05/05
- 75/215: gnu: Add r-biocfilecache., guix-commits, 2019/05/05
- 76/215: gnu: r-delayedmatrixstats: Update to 1.6.0., guix-commits, 2019/05/05
- 80/215: gnu: r-beachmat: Update to 2.0.0., guix-commits, 2019/05/05
- 79/215: gnu: r-singlecellexperiment: Update to 1.6.0., guix-commits, 2019/05/05
- 78/215: gnu: r-scater: Update to 1.12.0., guix-commits, 2019/05/05
- 77/215: gnu: r-scran: Update to 1.12.0.,
guix-commits <=
- 93/215: gnu: r-ggbio: Update to 1.32.0., guix-commits, 2019/05/05
- 89/215: gnu: r-ldblock: Update to 1.14.0., guix-commits, 2019/05/05
- 101/215: gnu: r-keggrest: Update to 1.24.0., guix-commits, 2019/05/05
- 103/215: gnu: r-annotationhub: Update to 2.16.0., guix-commits, 2019/05/05
- 87/215: gnu: r-gviz: Update to 1.28.0., guix-commits, 2019/05/05
- 84/215: gnu: r-fithic: Update to 1.10.0., guix-commits, 2019/05/05
- 91/215: gnu: r-snpstats: Update to 1.34.0., guix-commits, 2019/05/05
- 95/215: gnu: r-organismdbi: Update to 1.26.0., guix-commits, 2019/05/05
- 112/215: gnu: r-regioner: Update to 1.16.0., guix-commits, 2019/05/05
- 105/215: gnu: r-rcas: Update to 1.10.0., guix-commits, 2019/05/05