diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2025-05-10 10:05:14 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2025-05-12 08:55:49 +0200 |
commit | 46ccde1476e3c7567b74fc8c2bc1816421c4bdef (patch) | |
tree | 5936dad1da7330c6826bab8e6c8977c56e03cac8 | |
parent | d21eb7129ec1fbeddb0148c48429725f22259222 (diff) | |
download | guix-46ccde1476e3c7567b74fc8c2bc1816421c4bdef.tar.gz guix-46ccde1476e3c7567b74fc8c2bc1816421c4bdef.zip |
gnu: pigx-rnaseq: Use Snakemake 7.
* gnu/packages/bioinformatics.scm (pigx-rnaseq)[inputs]: Replace snakemake
with snakemake-7.
Change-Id: I2ab8af1438b59c3d36951b5901aeb57039b4aafc
-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 2c62dcd60b..fadaeaa4e5 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -18081,7 +18081,7 @@ once. This package provides tools to perform Drop-seq analyses.") (list coreutils sed gzip - snakemake + snakemake-7 megadepth multiqc star-for-pigx |