[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
191/296: gnu: r-motifbreakr: Update to 2.2.0.
From: |
guix-commits |
Subject: |
191/296: gnu: r-motifbreakr: Update to 2.2.0. |
Date: |
Fri, 12 Jun 2020 19:30:22 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit e65783e032f6a97e846493f3119985b6a10dd7b5
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 13 00:51:07 2020 +0200
gnu: r-motifbreakr: Update to 2.2.0.
* gnu/packages/bioconductor.scm (r-motifbreakr): Update to 2.2.0.
[propagated-inputs]: Add r-summarizedexperiment.
[native-inputs]: Add r-knitr.
---
gnu/packages/bioconductor.scm | 31 +++++++++++++++++--------------
1 file changed, 17 insertions(+), 14 deletions(-)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index c638749..b36465c 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -4236,32 +4236,35 @@ frequency matrices from nine public sources, for
multiple organisms.")
(define-public r-motifbreakr
(package
(name "r-motifbreakr")
- (version "2.0.0")
+ (version "2.2.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "motifbreakR" version))
(sha256
- (base32 "190z8gj393qdpq5wz7gph96k0l8c1j9wd0p0llscysvk5kr1hf9n"))))
+ (base32 "09czgmyjcycsvyvadpjddwwvqvxzd0ba3zhczh4mqc09gwa6vhlm"))))
(properties `((upstream-name . "motifbreakR")))
(build-system r-build-system)
(propagated-inputs
- `(("r-grimport" ,r-grimport)
- ("r-stringr" ,r-stringr)
- ("r-biocgenerics" ,r-biocgenerics)
- ("r-s4vectors" ,r-s4vectors)
- ("r-iranges" ,r-iranges)
- ("r-genomeinfodb" ,r-genomeinfodb)
- ("r-genomicranges" ,r-genomicranges)
+ `(("r-biocgenerics" ,r-biocgenerics)
+ ("r-biocparallel" ,r-biocparallel)
("r-biostrings" ,r-biostrings)
("r-bsgenome" ,r-bsgenome)
- ("r-rtracklayer" ,r-rtracklayer)
- ("r-variantannotation" ,r-variantannotation)
- ("r-biocparallel" ,r-biocparallel)
- ("r-motifstack" ,r-motifstack)
+ ("r-genomeinfodb" ,r-genomeinfodb)
+ ("r-genomicranges" ,r-genomicranges)
+ ("r-grimport" ,r-grimport)
("r-gviz" ,r-gviz)
+ ("r-iranges" ,r-iranges)
("r-matrixstats" ,r-matrixstats)
+ ("r-motifdb" ,r-motifdb)
+ ("r-motifstack" ,r-motifstack)
+ ("r-rtracklayer" ,r-rtracklayer)
+ ("r-s4vectors" ,r-s4vectors)
+ ("r-stringr" ,r-stringr)
+ ("r-summarizedexperiment" ,r-summarizedexperiment)
("r-tfmpvalue" ,r-tfmpvalue)
- ("r-motifdb" ,r-motifdb)))
+ ("r-variantannotation" ,r-variantannotation)))
+ (native-inputs
+ `(("r-knitr" ,r-knitr)))
(home-page "https://www.bioconductor.org/packages/motifbreakR/")
(synopsis "Predicting disruptiveness of single nucleotide polymorphisms")
(description "This package allows biologists to judge in the first place
- 157/296: gnu: r-scdd: Update to 1.12.0., (continued)
- 157/296: gnu: r-scdd: Update to 1.12.0., guix-commits, 2020/06/12
- 163/296: gnu: r-minfi: Update to 1.34.0., guix-commits, 2020/06/12
- 167/296: gnu: r-ioniser: Update to 2.12.0., guix-commits, 2020/06/12
- 174/296: gnu: r-fgsea: Update to 1.14.0., guix-commits, 2020/06/12
- 178/296: gnu: r-mlinterfaces: Update to 1.68.0., guix-commits, 2020/06/12
- 181/296: gnu: r-a4classif: Update to 1.36.0., guix-commits, 2020/06/12
- 185/296: gnu: r-a4: Update to 1.36.0., guix-commits, 2020/06/12
- 184/296: gnu: r-a4base: Update to 1.36.0., guix-commits, 2020/06/12
- 183/296: gnu: r-a4reporting: Update to 1.36.0., guix-commits, 2020/06/12
- 190/296: gnu: r-motifdb: Update to 1.30.0., guix-commits, 2020/06/12
- 191/296: gnu: r-motifbreakr: Update to 2.2.0.,
guix-commits <=
- 200/296: gnu: r-aucell: Update to 1.10.0., guix-commits, 2020/06/12
- 197/296: gnu: r-annotationfuncs: Update to 1.38.0., guix-commits, 2020/06/12
- 199/296: gnu: r-allelicimbalance: Update to 1.26.0., guix-commits, 2020/06/12
- 196/296: gnu: r-abaenrichment: Update to 1.18.0., guix-commits, 2020/06/12
- 204/296: gnu: r-somaticsignatures: Update to 2.24.0., guix-commits, 2020/06/12
- 205/296: gnu: r-yapsa: Update to 1.14.0., guix-commits, 2020/06/12
- 210/296: gnu: r-yarn: Update to 1.14.0., guix-commits, 2020/06/12
- 208/296: gnu: r-yaqcaffy: Update to 1.48.0., guix-commits, 2020/06/12
- 217/296: gnu: r-widgettools: Update to 1.66.0., guix-commits, 2020/06/12
- 216/296: gnu: r-wiggleplotr: Update to 1.12.0., guix-commits, 2020/06/12