mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
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:
parent
17c1e8ef1b
commit
8f9b6c3137
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue