diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-11-23 16:30:48 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-11-23 16:30:48 +0100 |
commit | d57ec906ba5b1e2581842c4dbcbfdfbc58cdad83 (patch) | |
tree | 82e99c311d2fdde55debf6d5b6822e2b4e298e49 /gnu | |
parent | 92d9a1e2c6c6b60efef2ad1b7425c0f921760665 (diff) |
gnu: pigx-scrnaseq: Use latest snakemake.
* gnu/packages/bioinformatics.scm (pigx-scrnaseq)[inputs]: Replace snakemake-4
with snakemake.
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 3507853165..a193e56ed9 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -13184,7 +13184,7 @@ methylation and segmentation.") ("ghc-pandoc" ,ghc-pandoc) ("ghc-pandoc-citeproc" ,ghc-pandoc-citeproc) ("samtools" ,samtools) - ("snakemake" ,snakemake-4) + ("snakemake" ,snakemake) ("star" ,star) ("r-minimal" ,r-minimal) ("r-argparser" ,r-argparser) |