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

gnu: pigx-scrnaseq: Use latest version of Pandoc.

* gnu/packages/bioinformatics.scm (pigx-scrnaseq)[inputs]: Replace
"ghc-pandoc-citeproc-with-pandoc-1" with "ghc-pandoc-citeproc", and
"ghc-pandoc-1" with "ghc-pandoc".
parent c2b4f81e
No related branches found
No related tags found
No related merge requests found
...@@ -13005,8 +13005,8 @@ (define-public pigx-scrnaseq ...@@ -13005,8 +13005,8 @@ (define-public pigx-scrnaseq
("python-magic" ,python-magic) ("python-magic" ,python-magic)
("python-numpy" ,python-numpy) ("python-numpy" ,python-numpy)
("python-loompy" ,python-loompy) ("python-loompy" ,python-loompy)
("ghc-pandoc" ,ghc-pandoc-1) ("ghc-pandoc" ,ghc-pandoc)
("ghc-pandoc-citeproc" ,ghc-pandoc-citeproc-with-pandoc-1) ("ghc-pandoc-citeproc" ,ghc-pandoc-citeproc)
("samtools" ,samtools) ("samtools" ,samtools)
("snakemake" ,snakemake-4) ("snakemake" ,snakemake-4)
("star" ,star) ("star" ,star)
......
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