guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

62/299: gnu: macs-3: Add missing input.


From: guix-commits
Subject: 62/299: gnu: macs-3: Add missing input.
Date: Mon, 13 Jan 2025 15:17:56 -0500 (EST)

rekado pushed a commit to branch python-team
in repository guix.

commit 00419fba9b7447145db1d82f58bc31e2694d5ddc
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 36e7596f26..e2566af770 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -9223,7 +9223,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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]