[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
308/318: gnu: r-diffbind: Update to 3.0.6.
From: |
guix-commits |
Subject: |
308/318: gnu: r-diffbind: Update to 3.0.6. |
Date: |
Fri, 20 Nov 2020 08:41:19 -0500 (EST) |
rekado pushed a commit to branch wip-r
in repository guix.
commit 727515525a2521aa9afd930e13020350b52c4439
Author: Roel Janssen <roel@gnu.org>
AuthorDate: Wed Nov 18 16:48:25 2020 +0100
gnu: r-diffbind: Update to 3.0.6.
* gnu/packages/bioconductor.scm (r-diffbind): Update to 3.0.6.
[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 a9b153d..ea2ec0b 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 "3.0.0")
+ (version "3.0.6")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "DiffBind" version))
(sha256
(base32
- "0dd5hyc5ky3znli1q1y4c7bzkc00b2zxdmgxk2qm8xm1zar637rr"))))
+ "09y309mxnw5li1c1wkz02isvx8pfgvb9aafmrl6l35fcx1rsiqwz"))))
(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)
- 241/318: gnu: r-bsgenome: Update to 1.58.0., (continued)
- 241/318: gnu: r-bsgenome: Update to 1.58.0., guix-commits, 2020/11/20
- 251/318: gnu: r-tximport: Update to 1.18.0., guix-commits, 2020/11/20
- 257/318: gnu: r-sva: Update to 3.38.0., guix-commits, 2020/11/20
- 263/318: gnu: r-mzid: Update to 1.28.0., guix-commits, 2020/11/20
- 272/318: gnu: r-keggrest: Update to 1.30.0., guix-commits, 2020/11/20
- 277/318: gnu: r-ensembldb: Update to 2.14.0., guix-commits, 2020/11/20
- 278/318: gnu: r-organismdbi: Update to 1.32.0., guix-commits, 2020/11/20
- 295/318: gnu: r-biocparallel: Update to 1.24.1., guix-commits, 2020/11/20
- 300/318: gnu: r-oligo: Update to 1.54.1., guix-commits, 2020/11/20
- 302/318: gnu: Add r-apeglm., guix-commits, 2020/11/20
- 308/318: gnu: r-diffbind: Update to 3.0.6.,
guix-commits <=
- 315/318: gnu: r-rsubread: Update to 2.4.1., guix-commits, 2020/11/20
- 182/318: gnu: r-biocgraph: Update to 1.52.0., guix-commits, 2020/11/20
- 188/318: gnu: r-biocset: Update to 1.4.0., guix-commits, 2020/11/20
- 193/318: gnu: r-m3c: Update to 1.12.0., guix-commits, 2020/11/20
- 191/318: gnu: r-pcatools: Update to 2.2.0., guix-commits, 2020/11/20
- 204/318: gnu: r-scater: Update to 1.18.0., guix-commits, 2020/11/20
- 129/318: gnu: r-biosigner: Update to 1.18.0., guix-commits, 2020/11/20
- 133/318: gnu: r-consensusclusterplus: Update to 1.54.0., guix-commits, 2020/11/20
- 135/318: gnu: r-flowcore: Update to 2.2.0., guix-commits, 2020/11/20
- 139/318: gnu: r-flowviz: Update to 1.54.0., guix-commits, 2020/11/20