mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-29 05:30:32 +02:00
gnu: python-ikarus: Use pyproject-build-system.
* gnu/packages/bioinformatics.scm (python-ikarus): [build-system]: Use pyproject. [native-inputs]: Add python-setuptools and python-wheel. Change-Id: Idb3b5a65767998e232fcc31534cb923ea6f5fed8 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
committed by
Sharlatan Hellseher
parent
78039c3e61
commit
7c405b8da9
@@ -22227,7 +22227,7 @@ single-cell RNA-seq data.")
|
||||
(sha256
|
||||
(base32
|
||||
"086czpvj4yafz4vrq5rx2gy0bj2l8nzwnkk0gw8qvy4w133xjysy"))))
|
||||
(build-system python-build-system)
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
`(#:tests? #false
|
||||
#:phases
|
||||
@@ -22249,6 +22249,8 @@ single-cell RNA-seq data.")
|
||||
python-anndata
|
||||
python-ctxcore ;because of issue 12
|
||||
pyscenic))
|
||||
(native-inputs
|
||||
(list python-setuptools python-wheel))
|
||||
(home-page "https://github.com/BIMSBbioinfo/ikarus")
|
||||
(synopsis "Machine learning classifier of tumor cells")
|
||||
(description
|
||||
|
||||
Reference in New Issue
Block a user