diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-11-23 16:30:16 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-11-23 16:30:16 +0100 |
commit | 92d9a1e2c6c6b60efef2ad1b7425c0f921760665 (patch) | |
tree | 160554490a1b29db05db695a630954485f1d1871 /gnu/packages | |
parent | c068d0074672c0f6375773de0ef950e3a6e2ac10 (diff) | |
download | patches-92d9a1e2c6c6b60efef2ad1b7425c0f921760665.tar patches-92d9a1e2c6c6b60efef2ad1b7425c0f921760665.tar.gz |
gnu: pigx-bsseq: Use latest snakemake.
* gnu/packages/bioinformatics.scm (pigx-bsseq)[inputs]: Replace snakemake-4
with snakemake.
Diffstat (limited to 'gnu/packages')
-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 350d639a76..3507853165 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -13134,7 +13134,7 @@ in an easily configurable manner.") ("ghc-pandoc-citeproc" ,ghc-pandoc-citeproc) ("python-wrapper" ,python-wrapper) ("python-pyyaml" ,python-pyyaml) - ("snakemake" ,snakemake-4) + ("snakemake" ,snakemake) ("bismark" ,bismark) ("fastqc" ,fastqc) ("bowtie" ,bowtie) |