Skip to content
Snippets Groups Projects
Unverified Commit 844cc1c8 authored by Ricardo Wurmus's avatar Ricardo Wurmus
Browse files

gnu: pigx-scrnaseq: Update to 0.0.5.

* gnu/packages/bioinformatics.scm (pigx-scrnaseq): Update to 0.0.5.
[inputs]: Add python-magic.
parent 4bf474b2
No related branches found
No related tags found
No related merge requests found
......@@ -13053,7 +13053,7 @@ (define-public pigx-bsseq
(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 @@ (define-public pigx-scrnaseq
"/pigx_scrnaseq-" version ".tar.gz"))
(sha256
(base32
"1pvjm6f3mascprs65vflggwwg5v925knvgal7k7a6nnlmw5qndrf"))))
"0a73rilv0vnw42d5rsdq205h4f0x8j3jqv998janh4s324c6w2kj"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags
......@@ -13089,6 +13089,7 @@ (define-public pigx-scrnaseq
("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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment