guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: pigx-chipseq: Update to 0.0.53.


From: guix-commits
Subject: branch master updated: gnu: pigx-chipseq: Update to 0.0.53.
Date: Wed, 29 Sep 2021 04:00:06 -0400

This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 53611ab  gnu: pigx-chipseq: Update to 0.0.53.
53611ab is described below

commit 53611ab5c5a0bb302eef3328a57336b767a0d9a5
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Sep 29 09:58:45 2021 +0200

    gnu: pigx-chipseq: Update to 0.0.53.
    
    * gnu/packages/bioinformatics.scm (pigx-chipseq): Update to 0.0.53.
    [inputs]: Add r-hexbin.
---
 gnu/packages/bioinformatics.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 5a29d4b..c0e5a9c 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -10560,7 +10560,7 @@ expression report comparing samples in an easily 
configurable manner.")
 (define-public pigx-chipseq
   (package
     (name "pigx-chipseq")
-    (version "0.0.52")
+    (version "0.0.53")
     (source (origin
               (method url-fetch)
               (uri (string-append 
"https://github.com/BIMSBbioinfo/pigx_chipseq/";
@@ -10568,7 +10568,7 @@ expression report comparing samples in an easily 
configurable manner.")
                                   "/pigx_chipseq-" version ".tar.gz"))
               (sha256
                (base32
-                "097cvc8kr3r1nq0sgjpirzmixwjl074qp4qq3sx4ngfqi06af6r9"))))
+                "0c6npx35sszycf059w1x1k4k9hq1qqxny0i4p57q1188czr4561h"))))
     (build-system gnu-build-system)
     ;; parts of the tests rely on access to the network
     (arguments '(#:tests? #f))
@@ -10592,6 +10592,7 @@ expression report comparing samples in an easily 
configurable manner.")
        ("r-ggrepel" ,r-ggrepel)
        ("r-gprofiler2" ,r-gprofiler2)
        ("r-heatmaply" ,r-heatmaply)
+       ("r-hexbin" ,r-hexbin)
        ("r-htmlwidgets" ,r-htmlwidgets)
        ("r-jsonlite" ,r-jsonlite)
        ("r-pheatmap" ,r-pheatmap)



reply via email to

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