mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: pigx-scrnaseq: Use latest snakemake.
* gnu/packages/bioinformatics.scm (pigx-scrnaseq)[inputs]: Replace snakemake-4 with snakemake.
This commit is contained in:
parent
92d9a1e2c6
commit
d57ec906ba
1 changed files with 1 additions and 1 deletions
|
@ -13184,7 +13184,7 @@ (define-public pigx-scrnaseq
|
||||||
("ghc-pandoc" ,ghc-pandoc)
|
("ghc-pandoc" ,ghc-pandoc)
|
||||||
("ghc-pandoc-citeproc" ,ghc-pandoc-citeproc)
|
("ghc-pandoc-citeproc" ,ghc-pandoc-citeproc)
|
||||||
("samtools" ,samtools)
|
("samtools" ,samtools)
|
||||||
("snakemake" ,snakemake-4)
|
("snakemake" ,snakemake)
|
||||||
("star" ,star)
|
("star" ,star)
|
||||||
("r-minimal" ,r-minimal)
|
("r-minimal" ,r-minimal)
|
||||||
("r-argparser" ,r-argparser)
|
("r-argparser" ,r-argparser)
|
||||||
|
|
Loading…
Reference in a new issue