gnu: r-doubletcollection: Add missing input and disable tests.

* gnu/packages/bioinformatics.scm (r-doubletcollection)[native-inputs]: Add
r-testthat.
[arguments]: Disable tests.

Change-Id: I8802f703ecfd8d69e6e457cffb28e34d3f4f2b06
This commit is contained in:
Ricardo Wurmus 2024-11-27 12:12:42 +01:00
parent 7e64097a9d
commit 10296b8cae
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -12332,6 +12332,8 @@ (define-public r-doubletcollection
"02cvibyc2nwc4037ramm5cskjwyrb9ib9hkrfhmvhbslkn5ixz1v"))))
(properties `((upstream-name . "DoubletCollection")))
(build-system r-build-system)
;; There are no tests.
(arguments (list #:tests? #false))
(propagated-inputs (list r-biocgenerics
r-doubletfinder
r-gam
@ -12351,6 +12353,7 @@ (define-public r-doubletcollection
python
python-scrublet
python-doubletdetection))
(native-inputs (list r-testthat))
(home-page "https://github.com/xnnba1984/DoubletCollection")
(synopsis "Tool for finding doublets in scRNA-seq data")
(description