[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
145/174: gnu: r-isoformswitchanalyzer: Update to 2.0.1.
From: |
guix-commits |
Subject: |
145/174: gnu: r-isoformswitchanalyzer: Update to 2.0.1. |
Date: |
Tue, 11 Jul 2023 14:48:43 -0400 (EDT) |
rekado pushed a commit to branch r-updates
in repository guix.
commit a7f7fd9bca48897e643f2675012ecd3d15b69e6a
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jul 11 20:16:53 2023 +0200
gnu: r-isoformswitchanalyzer: Update to 2.0.1.
* gnu/packages/bioconductor.scm (r-isoformswitchanalyzer): Update to 2.0.1.
[propagated-inputs]: Remove r-drimseq; add r-biocparallel, r-pfamanalyzer,
r-s4vectors,
r-saturn, r-summarizedexperiment, r-sva, and r-tidyr.
---
gnu/packages/bioconductor.scm | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index b1c609f746..6655be8c17 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -5153,24 +5153,24 @@ possible.")
(define-public r-isoformswitchanalyzer
(package
(name "r-isoformswitchanalyzer")
- (version "1.21.0")
+ (version "2.0.1")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "IsoformSwitchAnalyzeR" version))
(sha256
- (base32 "1vzzsqjnkaffyxgvw6bsbxhgg1102cap2hsmzkhwzh6bvh02bwkx"))))
+ (base32 "1zjwhxlayz2sb77vspw280didhawj282i5gvxnydcdparg165zwf"))))
(properties `((upstream-name . "IsoformSwitchAnalyzeR")))
(build-system r-build-system)
(propagated-inputs
(list r-biobase
r-biocgenerics
+ r-biocparallel
r-biostrings
r-bsgenome
r-dbi
r-dexseq
r-dplyr
- r-drimseq
r-edger
r-futile-logger
r-genomeinfodb
@@ -5180,14 +5180,20 @@ possible.")
r-iranges
r-limma
r-magrittr
+ r-pfamanalyzer
r-plyr
r-rcolorbrewer
r-rcurl
r-readr
r-reshape2
r-rtracklayer
+ r-s4vectors
+ r-saturn
r-stringr
+ r-summarizedexperiment
+ r-sva
r-tibble
+ r-tidyr
r-tximeta
r-tximport
r-venndiagram
- 122/174: gnu: r-dbplyr: Update to 2.3.3., (continued)
- 122/174: gnu: r-dbplyr: Update to 2.3.3., guix-commits, 2023/07/11
- 113/174: gnu: r-paws-management: Update to 0.3.1., guix-commits, 2023/07/11
- 118/174: gnu: r-paws: Update to 0.3.0., guix-commits, 2023/07/11
- 144/174: gnu: r-iranges: Update to 2.34.1., guix-commits, 2023/07/11
- 174/174: gnu: r-tcgabiolinks: Update to 2.28.3., guix-commits, 2023/07/11
- 159/174: gnu: r-interactionset: Update to 1.28.1., guix-commits, 2023/07/11
- 169/174: gnu: r-sparsematrixstats: Update to 1.12.2., guix-commits, 2023/07/11
- 167/174: gnu: r-bioccheck: Update to 1.36.1., guix-commits, 2023/07/11
- 149/174: gnu: r-annotationforge: Update to 1.42.2., guix-commits, 2023/07/11
- 166/174: gnu: r-universalmotif: Update to 1.18.1., guix-commits, 2023/07/11
- 145/174: gnu: r-isoformswitchanalyzer: Update to 2.0.1.,
guix-commits <=
- 170/174: gnu: r-delayedmatrixstats: Update to 1.22.1., guix-commits, 2023/07/11
- 164/174: gnu: r-variantfiltering: Update to 1.36.1., guix-commits, 2023/07/11
- 172/174: gnu: r-biocthis: Update to 1.10.3., guix-commits, 2023/07/11
- 64/174: gnu: r-emmeans: Update to 1.8.7., guix-commits, 2023/07/11
- 132/174: gnu: r-robust: Update to 0.7-2., guix-commits, 2023/07/11
- 48/174: gnu: r-vctrs: Update to 0.6.3., guix-commits, 2023/07/11
- 49/174: gnu: r-quantmod: Update to 0.4.23., guix-commits, 2023/07/11
- 51/174: gnu: r-sitar: Update to 1.4.0., guix-commits, 2023/07/11
- 52/174: gnu: r-renv: Update to 1.0.0., guix-commits, 2023/07/11
- 53/174: gnu: r-reticulate: Update to 1.30., guix-commits, 2023/07/11