diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2025-05-10 10:06:02 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2025-05-12 08:55:49 +0200 |
commit | fdc8303a2718ca79727495bde7805935461db85f (patch) | |
tree | 2ab9c28c80d4be46a173b07e05b50193e3368830 | |
parent | 150ecd15799c238f913da764eb839fac4fe22ab9 (diff) | |
download | guix-fdc8303a2718ca79727495bde7805935461db85f.tar.gz guix-fdc8303a2718ca79727495bde7805935461db85f.zip |
gnu: pigx-scrnaseq: Use Snakemake 7.
* gnu/packages/bioinformatics.scm (pigx-scrnaseq)[inputs]: Replace snakemake
with snakemake-7.
Change-Id: I9b903dba192e862d3b5b6ca4e0018ed88069937d
-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 499e8b8970..ae19a2766e 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -18317,7 +18317,7 @@ methylation and segmentation.") python-loompy pandoc samtools - snakemake + snakemake-7 star-for-pigx r-minimal r-argparser |