mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
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-seurat
|
||||||
r-singlecellexperiment
|
r-singlecellexperiment
|
||||||
r-slingshot
|
r-slingshot
|
||||||
r-summarizedexperiment))
|
r-summarizedexperiment
|
||||||
|
python
|
||||||
|
python-scrublet
|
||||||
|
python-doubletdetection))
|
||||||
(home-page "https://github.com/xnnba1984/DoubletCollection")
|
(home-page "https://github.com/xnnba1984/DoubletCollection")
|
||||||
(synopsis "Tool for finding doublets in scRNA-seq data")
|
(synopsis "Tool for finding doublets in scRNA-seq data")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue