~ruther/guix-local

ff846b86358fcb5f99a7834cd8b6367d2421c9db — Nicolas Graves 3 months ago ad5929a
gnu: clipper-peak: Adjust native-inputs.

* gnu/packages/bioinformatics.scm (clipper-peak)[native-inputs]:
Remove python-wheel; replace python-nose by python-pynose; sort a->z.

Change-Id: Id8fa425960c4d8675f3e863e0576dc407c383d8f
Modified-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
1 files changed, 4 insertions(+), 5 deletions(-)

M gnu/packages/bioinformatics.scm
M gnu/packages/bioinformatics.scm => gnu/packages/bioinformatics.scm +4 -5
@@ 6298,12 6298,11 @@ setup"))))
                  python-pysam
                  python-numpy
                  python-scipy))
    (native-inputs (list python-setuptools-git
    (native-inputs (list python-mock
                         python-pynose
                         python-pytz
                         python-setuptools
                         python-wheel
                         python-mock ;for tests
                         python-nose ;for tests
                         python-pytz)) ;for tests
                         python-setuptools-git))
    (home-page "https://github.com/YeoLab/clipper")
    (synopsis "CLIP peak enrichment recognition")
    (description "CLIPper is a tool to define peaks in CLIP-seq datasets.")