mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-12 18:10:47 +02:00
gnu: python-scanorama: Use pyproject-build-system.
* gnu/packages/bioinformatics.scm (python-scanorama): [build-system]: Use pyproject. [native-inputs]: Add python-setuptools and python-wheel. Change-Id: Ie437414bff54c361ab61ee2e9baea670762c9ce5 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
673a485a6b
commit
492035dfa8
1 changed files with 4 additions and 1 deletions
|
@ -20674,7 +20674,7 @@ matrices.")
|
|||
(sha256
|
||||
(base32
|
||||
"0il7bf4c7vli2dm2jx7dskh3ymgv8nmk0y90jzgfrnqjzh250x5w"))))
|
||||
(build-system python-build-system)
|
||||
(build-system pyproject-build-system)
|
||||
(propagated-inputs
|
||||
(list python-annoy
|
||||
python-fbpca
|
||||
|
@ -20684,6 +20684,9 @@ matrices.")
|
|||
python-numpy
|
||||
python-scikit-learn
|
||||
python-scipy))
|
||||
(native-inputs
|
||||
(list python-setuptools
|
||||
python-wheel))
|
||||
(home-page "https://github.com/brianhie/scanorama")
|
||||
(synopsis "Panoramic stitching of heterogeneous single cell transcriptomic data")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue