guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: r-cicero: Update to 1.4.1.


From: guix-commits
Subject: 01/02: gnu: r-cicero: Update to 1.4.1.
Date: Sat, 22 Feb 2020 17:39:35 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 5ea4f604abba1fc844fa37d2701d00364074636f
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Sat Feb 22 22:33:57 2020 +0100

    gnu: r-cicero: Update to 1.4.1.
    
    * gnu/packages/bioconductor.scm (r-cicero): Update to 1.4.1.
    [propagated-inputs]: Add r-tidyr.
---
 gnu/packages/bioconductor.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 9546b46..55b3f5f 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -6004,14 +6004,14 @@ genes in the gene-set that are ranked above the leading 
edge).")
 (define-public r-cicero
   (package
     (name "r-cicero")
-    (version "1.4.0")
+    (version "1.4.1")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "cicero" version))
        (sha256
         (base32
-         "0mmm7vvzq50b5fayid0bw82b5lar3xm9fwl2ya30q0p4db2y6wnz"))))
+         "07g6r335zqqy3r5v4x4glxdrcsq9bjhs9jmgvppiggv1h630a22w"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-assertthat" ,r-assertthat)
@@ -6033,6 +6033,7 @@ genes in the gene-set that are ranked above the leading 
edge).")
        ("r-s4vectors" ,r-s4vectors)
        ("r-stringr" ,r-stringr)
        ("r-tibble" ,r-tibble)
+       ("r-tidyr" ,r-tidyr)
        ("r-vgam" ,r-vgam)))
     (home-page "https://bioconductor.org/packages/cicero/";)
     (synopsis "Predict cis-co-accessibility from single-cell data")



reply via email to

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