[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: pigx-scrnaseq: Use older loompy.
From: |
guix-commits |
Subject: |
02/02: gnu: pigx-scrnaseq: Use older loompy. |
Date: |
Tue, 2 Apr 2019 10:11:58 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit cbe40b8b2465331e6647dffd86fdd529765acf4c
Author: Ricardo Wurmus <address@hidden>
Date: Tue Apr 2 16:11:23 2019 +0200
gnu: pigx-scrnaseq: Use older loompy.
* gnu/packages/bioinformatics.scm (pigx-scrnaseq)[inputs]: Replace
python-loompy with python-loompy-for-pigx-scrnaseq.
---
gnu/packages/bioinformatics.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index c37fb6f..5c3606f 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)