[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
193/296: gnu: r-genomicscores: Update to 2.0.0.
From: |
guix-commits |
Subject: |
193/296: gnu: r-genomicscores: Update to 2.0.0. |
Date: |
Fri, 12 Jun 2020 19:30:22 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 785c7596176d03c0d1eb5bed9276406551975393
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 13 00:54:17 2020 +0200
gnu: r-genomicscores: Update to 2.0.0.
* gnu/packages/bioconductor.scm (r-genomicscores): Update to 2.0.0.
[propagated-inputs]: Remove r-bsgenome; add r-delayedarray, r-hdf5array,
and r-rhdf5.
[native-inputs]: Add r-knitr.
---
gnu/packages/bioconductor.scm | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 17b14a9..ced7702 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -4321,14 +4321,14 @@ type and symbol colors.")
(define-public r-genomicscores
(package
(name "r-genomicscores")
- (version "1.10.0")
+ (version "2.0.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "GenomicScores" version))
(sha256
(base32
- "175iaqv7npa11yw48vmqpgx0qqs3g44c3dsya7ccwd1lg97fznkj"))))
+ "0si2lgc37mkah4w990q1q2bf8xmshxj7cbx92bcrp0zaipjr96bb"))))
(properties `((upstream-name . "GenomicScores")))
(build-system r-build-system)
(propagated-inputs
@@ -4336,12 +4336,16 @@ type and symbol colors.")
("r-biobase" ,r-biobase)
("r-biocgenerics" ,r-biocgenerics)
("r-biostrings" ,r-biostrings)
- ("r-bsgenome" ,r-bsgenome)
+ ("r-delayedarray" ,r-delayedarray)
("r-genomeinfodb" ,r-genomeinfodb)
("r-genomicranges" ,r-genomicranges)
+ ("r-hdf5array" ,r-hdf5array)
("r-iranges" ,r-iranges)
+ ("r-rhdf5" ,r-rhdf5)
("r-s4vectors" ,r-s4vectors)
("r-xml" ,r-xml)))
+ (native-inputs
+ `(("r-knitr" ,r-knitr)))
(home-page "https://github.com/rcastelo/GenomicScores/")
(synopsis "Work with genome-wide position-specific scores")
(description
- 175/296: gnu: r-dose: Update to 3.14.0., (continued)
- 175/296: gnu: r-dose: Update to 3.14.0., guix-commits, 2020/06/12
- 177/296: gnu: r-clusterprofiler: Update to 3.16.0., guix-commits, 2020/06/12
- 180/296: gnu: r-a4core: Update to 1.36.0., guix-commits, 2020/06/12
- 182/296: gnu: r-a4preproc: Update to 1.36.0., guix-commits, 2020/06/12
- 179/296: gnu: r-annaffy: Update to 1.60.0., guix-commits, 2020/06/12
- 187/296: gnu: r-bacon: Update to 1.16.0., guix-commits, 2020/06/12
- 186/296: gnu: r-abseqr: Update to 1.6.0., guix-commits, 2020/06/12
- 189/296: gnu: r-motiv: Update to 1.43.0., guix-commits, 2020/06/12
- 188/296: gnu: r-rgadem: Update to 2.36.0., guix-commits, 2020/06/12
- 192/296: gnu: r-motifstack: Update to 1.32.0., guix-commits, 2020/06/12
- 193/296: gnu: r-genomicscores: Update to 2.0.0.,
guix-commits <=
- 194/296: gnu: r-atacseqqc: Update to 1.12.3., guix-commits, 2020/06/12
- 202/296: gnu: r-yamss: Update to 1.14.0., guix-commits, 2020/06/12
- 195/296: gnu: r-gofuncr: Update to 1.8.0., guix-commits, 2020/06/12
- 198/296: gnu: r-annotationtools: Update to 1.62.0., guix-commits, 2020/06/12
- 203/296: gnu: r-gtrellis: Update to 1.20.1., guix-commits, 2020/06/12
- 206/296: gnu: r-gcrma: Update to 2.60.0., guix-commits, 2020/06/12
- 207/296: gnu: r-simpleaffy: Update to 2.64.0., guix-commits, 2020/06/12
- 209/296: gnu: r-quantro: Update to 1.22.0., guix-commits, 2020/06/12
- 218/296: gnu: r-webbioc: Update to 1.60.0., guix-commits, 2020/06/12
- 212/296: gnu: r-xbseq: Update to 1.20.0., guix-commits, 2020/06/12