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:
parent
73cb232442
commit
8f084b2c7c
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue