[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
229/296: gnu: r-rqc: Update to 1.22.0.
From: |
guix-commits |
Subject: |
229/296: gnu: r-rqc: Update to 1.22.0. |
Date: |
Fri, 12 Jun 2020 19:30:35 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 1c5360ac3d120aa445d2730fc52de123f0d578dc
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 13 00:58:32 2020 +0200
gnu: r-rqc: Update to 1.22.0.
* gnu/packages/bioconductor.scm (r-rqc): Update to 1.22.0.
[native-inputs]: Add r-knitr.
---
gnu/packages/bioconductor.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 7ab55a1..2851a44 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -5531,14 +5531,14 @@ quantification of genomic regions of interest.")
(define-public r-rqc
(package
(name "r-rqc")
- (version "1.20.0")
+ (version "1.22.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "Rqc" version))
(sha256
(base32
- "1nxkrb9kx41g050yz935yrl9pjkakhr8v6whxcvr72gg4r9m2x3m"))))
+ "1qsm9r6xfsplk8zpf7p0k7fi86l8a74nx963sna8gzig5qgrvnm3"))))
(properties `((upstream-name . "Rqc")))
(build-system r-build-system)
(propagated-inputs
@@ -5560,6 +5560,8 @@ quantification of genomic regions of interest.")
("r-s4vectors" ,r-s4vectors)
("r-shiny" ,r-shiny)
("r-shortread" ,r-shortread)))
+ (native-inputs
+ `(("r-knitr" ,r-knitr)))
(home-page "https://github.com/labbcb/Rqc")
(synopsis "Quality control tool for high-throughput sequencing data")
(description
- 198/296: gnu: r-annotationtools: Update to 1.62.0., (continued)
- 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
- 211/296: gnu: r-roar: Update to 1.24.0., guix-commits, 2020/06/12
- 220/296: gnu: r-rbowtie2: Update to 1.10.0., guix-commits, 2020/06/12
- 226/296: gnu: r-sgseq: Update to 1.22.0., guix-commits, 2020/06/12
- 229/296: gnu: r-rqc: Update to 1.22.0.,
guix-commits <=
- 230/296: gnu: r-birewire: Update to 3.20.0., guix-commits, 2020/06/12
- 232/296: gnu: r-multidataset: Update to 1.16.0., guix-commits, 2020/06/12
- 233/296: gnu: r-ropls: Update to 1.20.0., guix-commits, 2020/06/12
- 234/296: gnu: r-biosigner: Update to 1.16.0., guix-commits, 2020/06/12
- 238/296: gnu: r-consensusclusterplus: Update to 1.52.0., guix-commits, 2020/06/12
- 118/296: gnu: r-oligo: Update to 1.52.0., guix-commits, 2020/06/12
- 144/296: gnu: r-destiny: Update to 3.2.0., guix-commits, 2020/06/12
- 235/296: gnu: r-annotatr: Update to 1.14.0., guix-commits, 2020/06/12
- 240/296: gnu: r-flowcore: Update to 2.0.1., guix-commits, 2020/06/12
- 243/296: gnu: r-ggcyto: Update to 1.16.0., guix-commits, 2020/06/12