[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
67/72: gnu: macs-3: Add missing input.
From: |
guix-commits |
Subject: |
67/72: gnu: macs-3: Add missing input. |
Date: |
Thu, 26 Dec 2024 09:33:09 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit bfc7b0b6d7f336407049c3dd465d6d63f30b1543
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Dec 21 09:40:02 2024 +0100
gnu: macs-3: Add missing input.
* gnu/packages/bioinformatics.scm (macs-3)[native-inputs]: Add python-wheel.
Change-Id: I22b8d8e144434ae537af7c113f4719392933e90c
---
gnu/packages/bioinformatics.scm | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 940b1139f2..f34cb0bd83 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -9231,7 +9231,11 @@ sequencing tag position and orientation.")
python-scikit-learn
python-scipy))
(native-inputs
- (list python-cython-3 python-pytest python-setuptools zlib))
+ (list python-cython-3
+ python-pytest
+ python-setuptools
+ python-wheel
+ zlib))
(home-page "https://github.com/macs3-project/MACS")
(synopsis "Model based analysis for ChIP-Seq data")
(description
- 49/72: gnu: python-stsci-stimage: Fix build., (continued)
- 49/72: gnu: python-stsci-stimage: Fix build., guix-commits, 2024/12/26
- 51/72: gnu: python-email-validator: Update to 2.2.0., guix-commits, 2024/12/26
- 55/72: gnu: python-pythran: Update to 0.17.0., guix-commits, 2024/12/26
- 56/72: gnu: python-pandas-2: Remove X., guix-commits, 2024/12/26
- 57/72: gnu: python-pandas-2: Restrict number of test processes., guix-commits, 2024/12/26
- 54/72: gnu: python-beniget: Update to 0.4.2.post1., guix-commits, 2024/12/26
- 58/72: gnu: python-gevent: Update to 24.11.1., guix-commits, 2024/12/26
- 63/72: gnu: python-httpretty: Enable tests., guix-commits, 2024/12/26
- 65/72: gnu: python-pydevd: Avoid test failures due to greendns., guix-commits, 2024/12/26
- 61/72: gnu: python-geventhttpclient: Update to 2.3.3., guix-commits, 2024/12/26
- 67/72: gnu: macs-3: Add missing input.,
guix-commits <=
- 70/72: gnu: python-pydantic-core: Update to 2.18.1., guix-commits, 2024/12/26
- 71/72: gnu: python-pydantic-2: Update to 2.7.0., guix-commits, 2024/12/26