[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
53/296: gnu: r-rcas: Update to 1.14.0.
From: |
guix-commits |
Subject: |
53/296: gnu: r-rcas: Update to 1.14.0. |
Date: |
Fri, 12 Jun 2020 19:29:37 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 3c53617efc25e191e0246b6254abd7b6dedc86c0
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Jun 12 16:19:30 2020 +0200
gnu: r-rcas: Update to 1.14.0.
* gnu/packages/bioinformatics.scm (r-rcas): Update to 1.14.0.
[propagated-inputs]: Remove r-annotationdbi, r-biomart, r-dbi, r-knitr,
r-motifrg, r-org-hs-eg-db, and r-topgo; add r-bsgenome, r-gprofiler2,
r-iranges, and r-ranger.
[native-inputs]: Add r-knitr.
---
gnu/packages/bioinformatics.scm | 19 +++++++++----------
1 file changed, 9 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index f604daf..6e1c92c 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -8694,24 +8694,22 @@ paired-end data.")
(define-public r-rcas
(package
(name "r-rcas")
- (version "1.12.0")
+ (version "1.14.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "RCAS" version))
(sha256
(base32
- "1s3gvvxi1029d1vfwnjh21nnw3mlx08kcwz63891hml9y850cvsn"))))
+ "0f812pgv3ys1zv4n9sqkgm01hj4cdd0i0h85dqbhkwd94zl6cavl"))))
(properties `((upstream-name . "RCAS")))
(build-system r-build-system)
(propagated-inputs
- `(("r-annotationdbi" ,r-annotationdbi)
- ("r-biocgenerics" ,r-biocgenerics)
- ("r-biomart" ,r-biomart)
+ `(("r-biocgenerics" ,r-biocgenerics)
("r-biostrings" ,r-biostrings)
+ ("r-bsgenome" ,r-bsgenome)
("r-bsgenome-hsapiens-ucsc-hg19" ,r-bsgenome-hsapiens-ucsc-hg19)
("r-cowplot" ,r-cowplot)
("r-data-table" ,r-data-table)
- ("r-dbi" ,r-dbi)
("r-dt" ,r-dt)
("r-genomation" ,r-genomation)
("r-genomeinfodb" ,r-genomeinfodb)
@@ -8719,20 +8717,21 @@ paired-end data.")
("r-genomicranges" ,r-genomicranges)
("r-ggplot2" ,r-ggplot2)
("r-ggseqlogo" ,r-ggseqlogo)
- ("r-knitr" ,r-knitr)
- ("r-motifrg" ,r-motifrg)
- ("r-org-hs-eg-db" ,r-org-hs-eg-db)
+ ("r-gprofiler2" ,r-gprofiler2)
+ ("r-iranges" ,r-iranges)
("r-pbapply" ,r-pbapply)
("r-pheatmap" ,r-pheatmap)
("r-plotly" ,r-plotly)
("r-plotrix" ,r-plotrix)
("r-proxy" ,r-proxy)
+ ("r-ranger" ,r-ranger)
("r-rsqlite" ,r-rsqlite)
("r-rtracklayer" ,r-rtracklayer)
("r-rmarkdown" ,r-rmarkdown)
("r-s4vectors" ,r-s4vectors)
- ("r-topgo" ,r-topgo)
("pandoc" ,ghc-pandoc)))
+ (native-inputs
+ `(("r-knitr" ,r-knitr)))
(synopsis "RNA-centric annotation system")
(description
"RCAS aims to be a standalone RNA-centric annotation system that provides
- 34/296: gnu: r-biomart: Update to 2.44.0., (continued)
- 34/296: gnu: r-biomart: Update to 2.44.0., guix-commits, 2020/06/12
- 51/296: gnu: r-rhtslib: Update to 1.20.0., guix-commits, 2020/06/12
- 49/296: gnu: r-motifrg: Update to 1.31.0., guix-commits, 2020/06/12
- 25/296: gnu: r-iranges: Update to 2.22.2., guix-commits, 2020/06/12
- 35/296: gnu: r-biocparallel: Update to 1.22.0., guix-commits, 2020/06/12
- 38/296: gnu: r-delayedarray: Update to 0.14.0., guix-commits, 2020/06/12
- 39/296: gnu: r-summarizedexperiment: Update to 1.18.1., guix-commits, 2020/06/12
- 56/296: gnu: r-rhdf5: Update to 2.32.0., guix-commits, 2020/06/12
- 59/296: gnu: r-copywriter: Update to 2.20.0., guix-commits, 2020/06/12
- 45/296: gnu: r-impute: Update to 1.62.0., guix-commits, 2020/06/12
- 53/296: gnu: r-rcas: Update to 1.14.0.,
guix-commits <=
- 54/296: gnu: r-mutationalpatterns: Update to 2.0.0., guix-commits, 2020/06/12
- 58/296: gnu: r-chipseq: Update to 1.38.0., guix-commits, 2020/06/12
- 63/296: gnu: r-affyio: Update to 1.58.0., guix-commits, 2020/06/12
- 66/296: gnu: r-mzid: Update to 1.26.0., guix-commits, 2020/06/12
- 60/296: gnu: r-methylkit: Update to 1.14.2., guix-commits, 2020/06/12
- 65/296: gnu: r-vsn: Update to 3.56.0., guix-commits, 2020/06/12
- 52/296: gnu: r-bamsignals: Update to 1.20.0., guix-commits, 2020/06/12
- 55/296: gnu: r-tximport: Update to 1.16.1., guix-commits, 2020/06/12
- 61/296: gnu: r-sva: Update to 3.36.0., guix-commits, 2020/06/12
- 68/296: gnu: r-msnbase: Update to 2.14.2., guix-commits, 2020/06/12