1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-17 04:20:44 +02:00

gnu: macs-3: Add missing input.

* gnu/packages/bioinformatics.scm (macs-3)[native-inputs]: Add python-wheel.

Change-Id: I22b8d8e144434ae537af7c113f4719392933e90c
This commit is contained in:
Ricardo Wurmus 2024-12-21 09:40:02 +01:00
parent 2825921d1e
commit 573045f5f7
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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