~ruther/guix-local

3c140efabb38f927cd68d5c723b8c47367591ed0 — Sharlatan Hellseher 5 months ago 6877a2a
gnu: python-iced: Update to 0.6.0.

* gnu/packages/bioinformatics.scm (python-iced): Update to 0.6.0.
[native-inputs]: Remove python-wheel; add python-cython.

Change-Id: I9fa0c3f1e1e4972349007d82095ddda7ae65e0b1
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
1 files changed, 8 insertions(+), 7 deletions(-)

M gnu/packages/bioinformatics.scm
M gnu/packages/bioinformatics.scm => gnu/packages/bioinformatics.scm +8 -7
@@ 20491,24 20491,25 @@ pyGenomeTracks can make plots with or without Hi-C data.")
(define-public python-iced
  (package
    (name "python-iced")
    (version "0.5.13")
    (version "0.6.0")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "iced" version))
       (sha256
        (base32
         "1fg6fxg6qhymr5d8drlvaclxgsfay2qcfsvpxkyy0r6cchscnpj5"))))
         "1zkbq2xq16by8pys5ndqihydb9jfc35lsnznywvg77n44wl16whm"))))
    (build-system pyproject-build-system)
    ;; tests: 33 passed, 10 warnings
    (native-inputs
     (list python-pytest
           python-setuptools
           python-wheel))
     (list python-cython
           python-pytest
           python-setuptools))
    (propagated-inputs
     (list python-numpy
           python-pandas
           python-scipy
           python-scikit-learn))
           python-scikit-learn
           python-scipy))
    (home-page "https://github.com/hiclib/iced")
    (synopsis "ICE normalization")
    (description "This is a package for normalizing Hi-C contact counts