[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
27/323: gnu: r-diffbind: Update to 3.0.7.
From: |
guix-commits |
Subject: |
27/323: gnu: r-diffbind: Update to 3.0.7. |
Date: |
Wed, 9 Dec 2020 06:46:21 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 341ebaaa0172a3f17b6dbbba1717e4e31374445a
Author: Roel Janssen <roel@gnu.org>
AuthorDate: Wed Nov 18 16:48:25 2020 +0100
gnu: r-diffbind: Update to 3.0.7.
* gnu/packages/bioconductor.scm (r-diffbind): Update to 3.0.7.
[propagated-inputs]: Add r-apeglm, r-ashr, and r-greylistchip; remove
r-edger.
---
gnu/packages/bioconductor.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index d8db2ba..ec2273c 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1687,29 +1687,31 @@ signal in the input, that lead to spurious peaks during
peak calling.")
(define-public r-diffbind
(package
(name "r-diffbind")
- (version "2.16.2")
+ (version "3.0.7")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "DiffBind" version))
(sha256
(base32
- "11y9kigdikqcd0cnksh306nsaadak0kgivk7773mv3yszrxxwzj1"))))
+ "0irhqsi6rrkrkc7dhwmfpqfd0mnigs17027czcx8vgbrbra4lcvd"))))
(properties `((upstream-name . "DiffBind")))
(build-system r-build-system)
(inputs
`(("zlib" ,zlib)))
(propagated-inputs
`(("r-amap" ,r-amap)
+ ("r-apeglm" ,r-apeglm)
+ ("r-ashr" ,r-ashr)
("r-biocparallel" ,r-biocparallel)
("r-deseq2" ,r-deseq2)
("r-dplyr" ,r-dplyr)
- ("r-edger" ,r-edger)
("r-genomicalignments" ,r-genomicalignments)
("r-genomicranges" ,r-genomicranges)
("r-ggplot2" ,r-ggplot2)
("r-ggrepel" ,r-ggrepel)
("r-gplots" ,r-gplots)
+ ("r-greylistchip" ,r-greylistchip)
("r-iranges" ,r-iranges)
("r-lattice" ,r-lattice)
("r-limma" ,r-limma)
- 60/323: gnu: r-scone: Update to 1.14.0., (continued)
- 60/323: gnu: r-scone: Update to 1.14.0., guix-commits, 2020/12/09
- 55/323: gnu: r-ihw: Update to 1.18.0., guix-commits, 2020/12/09
- 69/323: gnu: r-gosemsim: Update to 2.16.1., guix-commits, 2020/12/09
- 68/323: gnu: r-heatplus: Update to 2.36.0., guix-commits, 2020/12/09
- 72/323: gnu: r-fgsea: Update to 1.16.0., guix-commits, 2020/12/09
- 75/323: gnu: r-enrichplot: Update to 1.10.1., guix-commits, 2020/12/09
- 14/323: gnu: r-regioner: Update to 1.22.0., guix-commits, 2020/12/09
- 23/323: gnu: Add r-etrunct., guix-commits, 2020/12/09
- 08/323: gnu: r-affycompatible: Update to 1.50.0., guix-commits, 2020/12/09
- 12/323: gnu: r-annotate: Update to 1.68.0., guix-commits, 2020/12/09
- 27/323: gnu: r-diffbind: Update to 3.0.7.,
guix-commits <=
- 26/323: gnu: Add r-greylistchip., guix-commits, 2020/12/09
- 31/323: gnu: r-marray: Update to 1.68.0., guix-commits, 2020/12/09
- 33/323: gnu: r-cghcall: Update to 2.52.0., guix-commits, 2020/12/09
- 40/323: gnu: r-glimma: Update to 2.0.0., guix-commits, 2020/12/09
- 36/323: gnu: r-riboprofiling: Update to 1.20.0., guix-commits, 2020/12/09
- 38/323: gnu: r-ctc: Update to 1.64.0., guix-commits, 2020/12/09
- 39/323: gnu: r-goseq: Update to 1.42.0., guix-commits, 2020/12/09
- 46/323: gnu: r-biocneighbors: Update to 1.8.0., guix-commits, 2020/12/09
- 45/323: gnu: r-ruvseq: Update to 1.24.0., guix-commits, 2020/12/09
- 47/323: gnu: r-destiny: Update to 3.4.0., guix-commits, 2020/12/09