diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2025-05-10 10:05:54 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2025-05-12 08:55:49 +0200 |
commit | 150ecd15799c238f913da764eb839fac4fe22ab9 (patch) | |
tree | 1e21253961e515beb1e8dcde0398f30a93d61580 | |
parent | c43c9f984969c6ffbe184590145eb9f39ab8589c (diff) | |
download | guix-150ecd15799c238f913da764eb839fac4fe22ab9.tar.gz guix-150ecd15799c238f913da764eb839fac4fe22ab9.zip |
gnu: pigx-bsseq: Use Snakemake 7.
* gnu/packages/bioinformatics.scm (pigx-bsseq)[inputs]: Replace snakemake
with snakemake-7.
Change-Id: If82236f94d46c8e1f7f325e6eaf76f68397218d1
-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 24085feacf..499e8b8970 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -18260,7 +18260,7 @@ in an easily configurable manner.") pandoc python-wrapper python-pyyaml - snakemake + snakemake-7 bismark bowtie bwa-meth |