~ruther/guix-local

573045f5f7b430f3f403cfea8f097a54799d90cc — Ricardo Wurmus 1 year, 4 months ago 2825921
gnu: macs-3: Add missing input.

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

Change-Id: I22b8d8e144434ae537af7c113f4719392933e90c
1 files changed, 5 insertions(+), 1 deletions(-)

M gnu/packages/bioinformatics.scm
M gnu/packages/bioinformatics.scm => gnu/packages/bioinformatics.scm +5 -1
@@ 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