[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
35/289: gnu: r-glimma: Update to 2.0.0.
From: |
guix-commits |
Subject: |
35/289: gnu: r-glimma: Update to 2.0.0. |
Date: |
Fri, 6 Nov 2020 18:04:09 -0500 (EST) |
rekado pushed a commit to branch wip-r
in repository guix.
commit ba4498ff73c8287c04895e38a3a5766858ea9357
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Fri Oct 30 15:48:42 2020 +0100
gnu: r-glimma: Update to 2.0.0.
* gnu/packages/bioconductor.scm (r-glimma): Update to 2.0.0.
---
gnu/packages/bioconductor.scm | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 06a90a6..62dd674 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -2220,20 +2220,24 @@ defined categories which are over/under represented in
RNA-seq data.")
(define-public r-glimma
(package
(name "r-glimma")
- (version "1.16.0")
+ (version "2.0.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "Glimma" version))
(sha256
(base32
- "1bxfgwjqb9p400a5a5q6p17kcnl3ddz090llihkfih9kyxii9n4y"))))
+ "0gy30v30lw27frhmw39pzacqzrv2vwj5rsp6gb3yifllrahdiffv"))))
(properties `((upstream-name . "Glimma")))
(build-system r-build-system)
(propagated-inputs
- `(("r-edger" ,r-edger)
+ `(("r-deseq2" ,r-deseq2)
+ ("r-edger" ,r-edger)
+ ("r-htmlwidgets" ,r-htmlwidgets)
("r-jsonlite" ,r-jsonlite)
- ("r-s4vectors" ,r-s4vectors)))
+ ("r-limma" ,r-limma)
+ ("r-s4vectors" ,r-s4vectors)
+ ("r-summarizedexperiment" ,r-summarizedexperiment)))
(native-inputs
`(("r-knitr" ,r-knitr)))
(home-page "https://github.com/Shians/Glimma")
- 20/289: gnu: r-multtest: Update to 2.46.0., (continued)
- 20/289: gnu: r-multtest: Update to 2.46.0., guix-commits, 2020/11/06
- 22/289: gnu: r-chippeakanno: Update to 3.24.0., guix-commits, 2020/11/06
- 23/289: gnu: r-marray: Update to 1.68.0., guix-commits, 2020/11/06
- 26/289: gnu: r-qdnaseq: Update to 1.26.0., guix-commits, 2020/11/06
- 28/289: gnu: r-chipcomp: Update to 1.20.0., guix-commits, 2020/11/06
- 29/289: gnu: r-riboprofiling: Update to 1.20.0., guix-commits, 2020/11/06
- 30/289: gnu: r-riboseqr: Update to 1.24.0., guix-commits, 2020/11/06
- 21/289: gnu: r-graph: Update to 1.68.0., guix-commits, 2020/11/06
- 24/289: gnu: r-cghbase: Update to 1.50.0., guix-commits, 2020/11/06
- 33/289: gnu: r-ctc: Update to 1.64.0., guix-commits, 2020/11/06
- 35/289: gnu: r-glimma: Update to 2.0.0.,
guix-commits <=
- 08/289: gnu: r-affycontam: Update to 1.48.0., guix-commits, 2020/11/06
- 15/289: gnu: r-geneplotter: Update to 1.68.0., guix-commits, 2020/11/06
- 25/289: gnu: r-cghcall: Update to 2.52.0., guix-commits, 2020/11/06
- 31/289: gnu: r-interactionset: Update to 1.18.0., guix-commits, 2020/11/06
- 27/289: gnu: r-bayseq: Update to 2.24.0., guix-commits, 2020/11/06
- 38/289: gnu: r-inspect: Update to 1.20.0., guix-commits, 2020/11/06
- 44/289: gnu: r-savr: Update to 1.28.0., guix-commits, 2020/11/06
- 45/289: gnu: r-chipexoqual: Update to 1.14.0., guix-commits, 2020/11/06
- 37/289: gnu: r-plgem: Update to 1.62.0., guix-commits, 2020/11/06
- 42/289: gnu: r-biocsingular: Update to 1.6.0., guix-commits, 2020/11/06