[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
62/397: gnu: macs-3: Add missing input.
From: |
guix-commits |
Subject: |
62/397: gnu: macs-3: Add missing input. |
Date: |
Thu, 16 Jan 2025 04:29:58 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit 11d4a424fa397f559ee84214414a0e1abd25a348
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 962e2d6f86..8b84378e65 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -9266,7 +9266,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
- 48/397: gnu: linkchecker: Update to 10.5.0., (continued)
- 48/397: gnu: linkchecker: Update to 10.5.0., guix-commits, 2025/01/16
- 49/397: gnu: python-gast: Update to 0.6.0., guix-commits, 2025/01/16
- 50/397: gnu: python-beniget: Update to 0.4.2.post1., guix-commits, 2025/01/16
- 53/397: gnu: python-pandas-2: Restrict number of test processes., guix-commits, 2025/01/16
- 54/397: gnu: python-gevent: Update to 24.11.1., guix-commits, 2025/01/16
- 55/397: gnu: python-eventlet: Update to 0.38.2., guix-commits, 2025/01/16
- 56/397: gnu: python-gevent: Propagate greenlet., guix-commits, 2025/01/16
- 57/397: gnu: python-geventhttpclient: Update to 2.3.3., guix-commits, 2025/01/16
- 58/397: gnu: python-dulwich: Update to 0.21.7., guix-commits, 2025/01/16
- 59/397: gnu: python-httpretty: Enable tests., guix-commits, 2025/01/16
- 62/397: gnu: macs-3: Add missing input.,
guix-commits <=
- 64/397: gnu: Add rust-jiter-0.2., guix-commits, 2025/01/16
- 65/397: gnu: python-pydantic-core: Update to 2.18.1., guix-commits, 2025/01/16
- 70/397: gnu: python-markdown2: Update to 2.5.2., guix-commits, 2025/01/16
- 78/397: gnu: python-schema-salad: Update to 8.8.20241206093842., guix-commits, 2025/01/16
- 81/397: gnu: python-rdflib-6: Disable one test., guix-commits, 2025/01/16
- 87/397: gnu: python-cryptography-vectors: Update to 44.0.0., guix-commits, 2025/01/16
- 94/397: gnu: python-testtools: Update to 2.7.2., guix-commits, 2025/01/16
- 101/397: gnu: python-matrix-nio: Use test-flags., guix-commits, 2025/01/16
- 102/397: gnu: Add python-expandvars., guix-commits, 2025/01/16
- 103/397: gnu: Add python-propcache., guix-commits, 2025/01/16