gnu: r-doubletcollection: Add missing inputs.

If these Python packages are not available at runtime the package tries to
install them automatically via Conda.

* gnu/packages/bioinformatics.scm (r-doubletcollection)[propagated-inputs]:
Add python, python-scrublet, and python-doubletdetection.
This commit is contained in:
Navid Afkhami 2023-02-17 16:02:52 +01:00 committed by Ricardo Wurmus
parent 73cb232442
commit 8f084b2c7c
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -8657,7 +8657,10 @@ (define-public r-doubletcollection
r-seurat
r-singlecellexperiment
r-slingshot
r-summarizedexperiment))
r-summarizedexperiment
python
python-scrublet
python-doubletdetection))
(home-page "https://github.com/xnnba1984/DoubletCollection")
(synopsis "Tool for finding doublets in scRNA-seq data")
(description