diff options
author | Ricardo Wurmus <[email protected]> | 2024-12-21 09:40:02 +0100 |
---|---|---|
committer | Ricardo Wurmus <[email protected]> | 2025-01-20 21:37:25 +0100 |
commit | 573045f5f7b430f3f403cfea8f097a54799d90cc (patch) | |
tree | f29b9fb8383cf5046c194913a6e5dc514335420b | |
parent | 2825921d1e0f34eab28b423dfeffc4234efe3d23 (diff) |
gnu: macs-3: Add missing input.
* gnu/packages/bioinformatics.scm (macs-3)[native-inputs]: Add python-wheel.
Change-Id: I22b8d8e144434ae537af7c113f4719392933e90c
-rw-r--r-- | gnu/packages/bioinformatics.scm | 6 |
1 files changed, 5 insertions, 1 deletions
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 |