guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: pigx-scrnaseq: Update to 0.0.5.


From: Ricardo Wurmus
Subject: 01/01: gnu: pigx-scrnaseq: Update to 0.0.5.
Date: Wed, 13 Jun 2018 16:31:02 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 844cc1c8f394f03b404c5bb3aee086922373490c
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Jun 13 22:25:48 2018 +0200

    gnu: pigx-scrnaseq: Update to 0.0.5.
    
    * gnu/packages/bioinformatics.scm (pigx-scrnaseq): Update to 0.0.5.
    [inputs]: Add python-magic.
---
 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 9aca0f8..1b11c79 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -13053,7 +13053,7 @@ methylation and segmentation.")
 (define-public pigx-scrnaseq
   (package
     (name "pigx-scrnaseq")
-    (version "0.0.4")
+    (version "0.0.5")
     (source (origin
               (method url-fetch)
               (uri (string-append 
"https://github.com/BIMSBbioinfo/pigx_scrnaseq/";
@@ -13061,7 +13061,7 @@ methylation and segmentation.")
                                   "/pigx_scrnaseq-" version ".tar.gz"))
               (sha256
                (base32
-                "1pvjm6f3mascprs65vflggwwg5v925knvgal7k7a6nnlmw5qndrf"))))
+                "0a73rilv0vnw42d5rsdq205h4f0x8j3jqv998janh4s324c6w2kj"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags
@@ -13089,6 +13089,7 @@ methylation and segmentation.")
        ("python-wrapper" ,python-wrapper)
        ("python-pyyaml" ,python-pyyaml)
        ("python-pandas" ,python-pandas)
+       ("python-magic" ,python-magic)
        ("python-numpy" ,python-numpy)
        ("python-loompy" ,python-loompy)
        ("ghc-pandoc" ,ghc-pandoc-1)



reply via email to

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