gnu: pigx-scrnaseq: Use older loompy.

* gnu/packages/bioinformatics.scm (pigx-scrnaseq)[inputs]: Replace
python-loompy with python-loompy-for-pigx-scrnaseq.
This commit is contained in:
Ricardo Wurmus 2019-04-02 16:11:23 +02:00
parent dc112a0fe2
commit cbe40b8b24
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -12825,7 +12825,7 @@ (define-public pigx-scrnaseq
("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)