~ruther/guix-local

7c405b8da90d01db50e7022401c08e89aed85335 — Kjartan Oli Agustsson 1 year, 1 month ago 78039c3
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>
1 files changed, 3 insertions(+), 1 deletions(-)

M gnu/packages/bioinformatics.scm
M gnu/packages/bioinformatics.scm => gnu/packages/bioinformatics.scm +3 -1
@@ 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