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
|
@ -13184,7 +13184,7 @@ methylation and segmentation.")
|
||||||
("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 New Issue