mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 02:20:53 +02:00
gnu: python-iced: Update to 0.5.13.
* gnu/packages/bioinformatics.scm (python-iced): Update to 0.5.13. [native-inputs]: Add python-pytest, python-setuptools, and python-wheel. Change-Id: I2251b0ba37dab29bf82a2db73be1e05fee11c34e
This commit is contained in:
parent
2e3f8619a3
commit
1e46fbd812
1 changed files with 11 additions and 5 deletions
|
@ -20471,18 +20471,24 @@ pyGenomeTracks can make plots with or without Hi-C data.")
|
|||
(define-public python-iced
|
||||
(package
|
||||
(name "python-iced")
|
||||
(version "0.5.8")
|
||||
(version "0.5.13")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "iced" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1avcjmpyyvhgbj5qca4l70ipiz7j3xmcw9p6rd9c06j99faa0r71"))))
|
||||
(build-system python-build-system)
|
||||
(arguments `(#:tests? #false)) ; there are none
|
||||
"1fg6fxg6qhymr5d8drlvaclxgsfay2qcfsvpxkyy0r6cchscnpj5"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs
|
||||
(list python-pytest
|
||||
python-setuptools
|
||||
python-wheel))
|
||||
(propagated-inputs
|
||||
(list python-numpy python-pandas python-scipy python-scikit-learn))
|
||||
(list python-numpy
|
||||
python-pandas
|
||||
python-scipy
|
||||
python-scikit-learn))
|
||||
(home-page "https://github.com/hiclib/iced")
|
||||
(synopsis "ICE normalization")
|
||||
(description "This is a package for normalizing Hi-C contact counts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue