diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-04-02 16:11:23 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-04-02 16:11:23 +0200 |
commit | cbe40b8b2465331e6647dffd86fdd529765acf4c (patch) | |
tree | 8da79eb1880bc53ac41ce26cc936b1b574b36aee /gnu | |
parent | dc112a0fe2e0ffe00276cdd61167084ec1ff0849 (diff) | |
download | guix-cbe40b8b2465331e6647dffd86fdd529765acf4c.tar guix-cbe40b8b2465331e6647dffd86fdd529765acf4c.tar.gz |
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.scm | 2 |
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) |