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:
parent
2825921d1e
commit
573045f5f7
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue