1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-20 16:15:54 +02:00

gnu: python-cell2cell: Add missing input.

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

Change-Id: I79015fa48c976489d4c1182cb4506aae139325ad
This commit is contained in:
Ricardo Wurmus
2025-01-08 17:53:25 +01:00
parent 309d4b218d
commit f1de8265f5
+1
View File
@@ -2224,6 +2224,7 @@ to explore and analyze bulk RNA-seq data.")
python-tqdm
python-umap-learn
python-xlrd))
(native-inputs (list python-wheel))
(home-page "https://github.com/earmingol/cell2cell")
(synopsis "Python library for cell communication analysis")
(description