rekado pushed a commit to branch master
in repository guix.
commit 573045f5f7b430f3f403cfea8f097a54799d90cc
Author: Ricardo Wurmus <[email protected]>
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 e6e1f41729..449e6dd5f2 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -9293,7 +9293,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