~ruther/guix-local

a7244d3b48dfaa42d545ed837aff4bf4cb7eb503 — Ricardo Wurmus 1 year, 3 months ago 7e49f67
gnu: python-celltypist: Add missing input.

* gnu/packages/bioinformatics.scm (python-celltypist)[native-inputs]: Add
python-wheel.

Change-Id: Ife136efe1d6f734951dde25e950148d3d7057d64
1 files changed, 1 insertions(+), 0 deletions(-)

M gnu/packages/bioinformatics.scm
M gnu/packages/bioinformatics.scm => gnu/packages/bioinformatics.scm +1 -0
@@ 2308,6 2308,7 @@ from high-throughput single-cell RNA sequencing (scRNA-seq) data.")
           python-scanpy
           python-scikit-learn
           python-requests))
    (native-inputs (list python-wheel))
    (home-page "https://github.com/Teichlab/celltypist")
    (synopsis "Tool for semi-automatic cell type classification")
    (description