mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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-scikit-learn
|
||||||
python-scipy))
|
python-scipy))
|
||||||
(native-inputs
|
(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")
|
(home-page "https://github.com/macs3-project/MACS")
|
||||||
(synopsis "Model based analysis for ChIP-Seq data")
|
(synopsis "Model based analysis for ChIP-Seq data")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue