diff mbox series

[bug#61575] gnu: r-doubletcollection: Update to (git-version 1.1.0 revision commit).

Message ID 20230217150252.44540-1-navid.afkhami@mdc-berlin.de
State New
Headers show
Series [bug#61575] gnu: r-doubletcollection: Update to (git-version 1.1.0 revision commit). | expand

Commit Message

nafkhamdc Feb. 17, 2023, 3:02 p.m. UTC
* gnu/packages/bioinformatics.scm (r-doubletcollection): Update to (git-version 1.1.0 revision commit).
[propagated-inputs]: Add r-minimal, python, python-scrublet, and python-doubletdetection.
---
 gnu/packages/bioinformatics.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Comments

Ricardo Wurmus March 6, 2023, 7:32 a.m. UTC | #1
I’ve removed r-minimal from the packages and changed the commit message
before pushing it.

Thanks!
diff mbox series

Patch

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 9470e6eb1a..515e390fa1 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -8488,7 +8488,11 @@  (define-public r-doubletcollection
                                r-seurat
                                r-singlecellexperiment
                                r-slingshot
-                               r-summarizedexperiment))
+                               r-summarizedexperiment
+                               r-minimal
+                               python
+                               python-scrublet
+                               python-doubletdetection))
       (home-page "https://github.com/xnnba1984/DoubletCollection")
       (synopsis "Tool for finding doublets in scRNA-seq data")
       (description