summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2019-04-02 16:11:23 +0200
committerRicardo Wurmus <rekado@elephly.net>2019-04-02 16:11:23 +0200
commitcbe40b8b2465331e6647dffd86fdd529765acf4c (patch)
tree8da79eb1880bc53ac41ce26cc936b1b574b36aee /gnu
parentdc112a0fe2e0ffe00276cdd61167084ec1ff0849 (diff)
gnu: pigx-scrnaseq: Use older loompy.
* gnu/packages/bioinformatics.scm (pigx-scrnaseq)[inputs]: Replace python-loompy with python-loompy-for-pigx-scrnaseq.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/bioinformatics.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index c37fb6fe42..5c3606ffe6 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -12825,7 +12825,7 @@ methylation and segmentation.")
("python-pandas" ,python-pandas)
("python-magic" ,python-magic)
("python-numpy" ,python-numpy)
- ("python-loompy" ,python-loompy)
+ ("python-loompy" ,python-loompy-for-pigx-scrnaseq)
("ghc-pandoc" ,ghc-pandoc)
("ghc-pandoc-citeproc" ,ghc-pandoc-citeproc)
("samtools" ,samtools)