1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-26 04:00:30 +02:00

gnu: python-decoupler-py: Add missing input.

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

Change-Id: I37b8162e0dde4513b3a6f94455315489d7d08499
This commit is contained in:
Ricardo Wurmus
2025-01-08 17:53:52 +01:00
parent f1de8265f5
commit d3070a194d

View File

@@ -2460,7 +2460,7 @@ parsing of Variant Call Format (VCF) files.")
python-skranger
python-tqdm
python-typing-extensions))
(native-inputs (list python-pytest))
(native-inputs (list python-pytest python-wheel))
(home-page "https://github.com/saezlab/decoupler-py")
(synopsis
"Framework for modeling, analyzing and interpreting single-cell RNA-seq data")