gnu: r-bgeecall: Add missing inputs and disable tests.

* gnu/packages/bioconductor.scm (r-bgeecall)[native-inputs]: Add
r-annotationhub and r-httr.
[arguments]: Disable tests.

Change-Id: Ic2ea9e81075c70501d53df556ab9548d46ac24ae
This commit is contained in:
Ricardo Wurmus 2024-11-28 12:38:58 +01:00
parent 17c1e8ef1b
commit 8f9b6c3137
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -25371,6 +25371,8 @@ (define-public r-bgeecall
(base32
"13lhps2dswd29rxr08yhpd9aqbdcvcgq5kfbymmrgr5ampl9dk29"))))
(properties `((upstream-name . "BgeeCall")))
;; Tests need internet access.
(arguments (list #:tests? #false))
(build-system r-build-system)
(propagated-inputs
(list kallisto
@ -25386,7 +25388,7 @@ (define-public r-bgeecall
r-sjmisc
r-txdbmaker
r-tximport))
(native-inputs (list r-knitr r-testthat))
(native-inputs (list r-annotationhub r-httr r-knitr r-testthat))
(home-page "https://github.com/BgeeDB/BgeeCall")
(synopsis "RNA-Seq present/absent gene expression calls generation")
(description