guix-commits
[Top][All Lists]
Advanced

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

115/215: gnu: r-diffbind: Update to 2.12.0.


From: guix-commits
Subject: 115/215: gnu: r-diffbind: Update to 2.12.0.
Date: Sun, 5 May 2019 18:15:51 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 4c221b3bbf117ee6723403c72ed4b74e8fb0ece7
Author: Ricardo Wurmus <address@hidden>
Date:   Sun May 5 23:53:41 2019 +0200

    gnu: r-diffbind: Update to 2.12.0.
    
    * gnu/packages/bioconductor.scm (r-diffbind): Update to 2.12.0.
    [propagated-inputs]: Add r-rhtslib; remove r-zlibbioc.
---
 gnu/packages/bioconductor.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index ec3fbc7..ffa3b89 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -989,14 +989,14 @@ problems in genomics, brain imaging, astrophysics, and 
data mining.")
 (define-public r-diffbind
   (package
     (name "r-diffbind")
-    (version "2.10.0")
+    (version "2.12.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "DiffBind" version))
        (sha256
         (base32
-         "0j8pal40lr1gv8sss96hhkj7l1qn9sy4q4l2kqd4rfwl7qrcnfw5"))))
+         "1ialb1j2xa21a8dzss76qky83rg8y6jwdwi0mhy8b088zvxavich"))))
     (properties `((upstream-name . "DiffBind")))
     (build-system r-build-system)
     (inputs
@@ -1018,11 +1018,11 @@ problems in genomics, brain imaging, astrophysics, and 
data mining.")
        ("r-locfit" ,r-locfit)
        ("r-rcolorbrewer" , r-rcolorbrewer)
        ("r-rcpp" ,r-rcpp)
+       ("r-rhtslib" ,r-rhtslib)
        ("r-rsamtools" ,r-rsamtools)
        ("r-s4vectors" ,r-s4vectors)
        ("r-summarizedexperiment" ,r-summarizedexperiment)
-       ("r-systempiper" ,r-systempiper)
-       ("r-zlibbioc" ,r-zlibbioc)))
+       ("r-systempiper" ,r-systempiper)))
     (home-page "http://bioconductor.org/packages/DiffBind";)
     (synopsis "Differential binding analysis of ChIP-Seq peak data")
     (description



reply via email to

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