diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-12 10:35:20 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-18 14:37:07 +0100 |
| commit | 6d8061ed0b8951fd620464600c19cdc828139254 (patch) | |
| tree | 5522e459c923f6c2145fa117c93b55fc5f1aa8d6 | |
| parent | 88861fcadc6c1e4e708dad6e171f17caa78ddcc8 (diff) | |
gnu: python-baltica: Build with snakemake@8.
* gnu/packages/bioinformatics.scm (python-baltica):
[propagated-inputs]: Remove snakemake-7; add snakemake.
Change-Id: Ic3a755d8218da2f71d411ddd2535af79bbe43f72
| -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 a431f92bb5..955b1824ca 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -7896,7 +7896,7 @@ software to answer ad hoc questions.") r-tidyr r-upsetr r-yaml - snakemake-7)) + snakemake)) (native-inputs (list python-cython python-pyfakefs python-pytest)) (home-page "https://github.com/dieterich-lab/Baltica") (synopsis "Integrated splice junction usage analysis") |
