diff options
-rw-r--r-- | gnu/packages/bioinformatics.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index c6f8f99b0b..05278882ec 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -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") |