[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
19/296: gnu: r-systempiper: Update to 1.22.0.
From: |
guix-commits |
Subject: |
19/296: gnu: r-systempiper: Update to 1.22.0. |
Date: |
Fri, 12 Jun 2020 19:29:26 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit bb18d11d85031d662a962f091b7a77ea4dd7cff0
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Jun 12 16:01:24 2020 +0200
gnu: r-systempiper: Update to 1.22.0.
* gnu/packages/bioinformatics.scm (r-systempiper): Update to 1.22.0.
[propagated-inputs]: Add r-assertthat, r-magrittr, r-rsvg, r-dot, and
r-stringr; remove r-biocgenerics.
[native-inputs]: Add r-knitr.
---
gnu/packages/bioinformatics.scm | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index adb6f4f..672deb6 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7246,22 +7246,23 @@ ungapped alignment formats.")
(define-public r-systempiper
(package
(name "r-systempiper")
- (version "1.20.0")
+ (version "1.22.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "systemPipeR" version))
(sha256
(base32
- "17r25v9wcglyma2v1c8fka80dm7fx86saxlsb2aprmwi4h3dhb0j"))))
+ "01ilhlrvy28jfdyxjria4024yryj5zgympgqznw17g3y3az78kk2"))))
(properties `((upstream-name . "systemPipeR")))
(build-system r-build-system)
(propagated-inputs
`(("r-annotate" ,r-annotate)
+ ("r-assertthat" ,r-assertthat)
("r-batchtools" ,r-batchtools)
- ("r-biocgenerics" ,r-biocgenerics)
("r-biostrings" ,r-biostrings)
("r-deseq2" ,r-deseq2)
+ ("r-dot" ,r-dot)
("r-edger" ,r-edger)
("r-genomicfeatures" ,r-genomicfeatures)
("r-genomicranges" ,r-genomicranges)
@@ -7269,13 +7270,18 @@ ungapped alignment formats.")
("r-go-db" ,r-go-db)
("r-gostats" ,r-gostats)
("r-limma" ,r-limma)
+ ("r-magrittr" ,r-magrittr)
("r-pheatmap" ,r-pheatmap)
("r-rjson" ,r-rjson)
("r-rsamtools" ,r-rsamtools)
+ ("r-rsvg" ,r-rsvg)
("r-shortread" ,r-shortread)
+ ("r-stringr" ,r-stringr)
("r-summarizedexperiment" ,r-summarizedexperiment)
("r-yaml" ,r-yaml)
("r-variantannotation" ,r-variantannotation)))
+ (native-inputs
+ `(("r-knitr" ,r-knitr)))
(home-page "https://github.com/tgirke/systemPipeR";)
(synopsis "Next generation sequencing workflow and reporting environment")
(description
- 17/296: gnu: r-gostats: Update to 2.54.0., (continued)
- 17/296: gnu: r-gostats: Update to 2.54.0., guix-commits, 2020/06/12
- 11/296: gnu: r-deseq2: Update to 1.28.1., guix-commits, 2020/06/12
- 12/296: gnu: r-dexseq: Update to 1.34.0., guix-commits, 2020/06/12
- 13/296: gnu: r-annotationforge: Update to 1.30.1., guix-commits, 2020/06/12
- 16/296: gnu: r-category: Update to 2.54.0., guix-commits, 2020/06/12
- 21/296: gnu: r-biocviews: Update to 1.56.0., guix-commits, 2020/06/12
- 22/296: gnu: r-biocstyle: Update to 2.16.0., guix-commits, 2020/06/12
- 24/296: gnu: r-s4vectors: Update to 0.26.1., guix-commits, 2020/06/12
- 14/296: gnu: r-rbgl: Update to 1.64.0., guix-commits, 2020/06/12
- 18/296: gnu: r-shortread: Update to 1.46.0., guix-commits, 2020/06/12
- 19/296: gnu: r-systempiper: Update to 1.22.0.,
guix-commits <=
- 20/296: gnu: r-grohmm: Update to 1.22.0., guix-commits, 2020/06/12
- 23/296: gnu: r-bioccheck: Update to 1.24.0., guix-commits, 2020/06/12
- 26/296: gnu: r-genomeinfodb: Update to 1.24.0., guix-commits, 2020/06/12
- 29/296: gnu: r-limma: Update to 3.44.1., guix-commits, 2020/06/12
- 27/296: gnu: r-edger: Update to 3.30.3., guix-commits, 2020/06/12
- 28/296: gnu: r-variantannotation: Update to 1.34.0., guix-commits, 2020/06/12
- 30/296: gnu: r-xvector: Update to 0.28.0., guix-commits, 2020/06/12
- 36/296: gnu: r-biostrings: Update to 2.56.0., guix-commits, 2020/06/12
- 40/296: gnu: r-genomicalignments: Update to 1.24.0., guix-commits, 2020/06/12
- 41/296: gnu: r-rtracklayer: Update to 1.48.0., guix-commits, 2020/06/12