guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

108/215: gnu: r-systempiper: Update to 1.18.0.


From: guix-commits
Subject: 108/215: gnu: r-systempiper: Update to 1.18.0.
Date: Sun, 5 May 2019 18:15:50 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 3addf736d5b140c8c4b2303e63cd6375dd8b9720
Author: Ricardo Wurmus <address@hidden>
Date:   Sun May 5 23:51:59 2019 +0200

    gnu: r-systempiper: Update to 1.18.0.
    
    * gnu/packages/bioinformatics.scm (r-systempiper): Update to 1.18.0.
    [propagated-inputs]: Replace r-batchjobs with r-batchtools; add r-yaml.
---
 gnu/packages/bioinformatics.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index f6564e7..c38481d 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -6944,19 +6944,19 @@ ungapped alignment formats.")
 (define-public r-systempiper
   (package
     (name "r-systempiper")
-    (version "1.16.1")
+    (version "1.18.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "systemPipeR" version))
        (sha256
         (base32
-         "0qzydz87rld2nhwzbfgrw5jfgh8maa9y54mjx9c4285m11qj2shq"))))
+         "1063vdf4g2i5xyabwvzkqfxd2j8s4zs6z4zxf8lx2ccjddhkn37a"))))
     (properties `((upstream-name . "systemPipeR")))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-annotate" ,r-annotate)
-       ("r-batchjobs" ,r-batchjobs)
+       ("r-batchtools" ,r-batchtools)
        ("r-biocgenerics" ,r-biocgenerics)
        ("r-biostrings" ,r-biostrings)
        ("r-deseq2" ,r-deseq2)
@@ -6972,6 +6972,7 @@ ungapped alignment formats.")
        ("r-rsamtools" ,r-rsamtools)
        ("r-shortread" ,r-shortread)
        ("r-summarizedexperiment" ,r-summarizedexperiment)
+       ("r-yaml" ,r-yaml)
        ("r-variantannotation" ,r-variantannotation)))
     (home-page "https://github.com/tgirke/systemPipeR";)
     (synopsis "Next generation sequencing workflow and reporting environment")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]