mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
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:
parent
7e64097a9d
commit
10296b8cae
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue