diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2025-01-10 10:57:27 +0100 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2025-01-20 21:37:40 +0100 |
| commit | a7244d3b48dfaa42d545ed837aff4bf4cb7eb503 (patch) | |
| tree | 3d8c349a747286444da8ce5637d1d99ecee052c0 | |
| parent | 7e49f6718abda89a9e939338695844cce859e50c (diff) | |
gnu: python-celltypist: Add missing input.
* gnu/packages/bioinformatics.scm (python-celltypist)[native-inputs]: Add
python-wheel.
Change-Id: Ife136efe1d6f734951dde25e950148d3d7057d64
| -rw-r--r-- | gnu/packages/bioinformatics.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index c3e28b470f..72d4d39bfb 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -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 |
