~ruther/guix-local

f1de8265f54094719eae34502aaf9f8d01b39164 — Ricardo Wurmus 1 year, 4 months ago 309d4b2
gnu: python-cell2cell: Add missing input.

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

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

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