gnu: r-bambu: Disable tests.

* gnu/packages/bioconductor.scm (r-bambu)[arguments]: Disable tests.

Change-Id: I49c9c43dfb87edc5659ca1e07b53762763118a37
This commit is contained in:
Ricardo Wurmus 2025-02-27 16:46:23 +01:00
parent da17b14a6d
commit c62a30615c
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -5937,6 +5937,8 @@ Various visual and textual types of output are available.")
"05mydm8cxkv7qcpkpny4hjkyl7p5dmqj1fyvmqa6rj9rh4ccxsl7")))) "05mydm8cxkv7qcpkpny4hjkyl7p5dmqj1fyvmqa6rj9rh4ccxsl7"))))
(properties `((upstream-name . "bambu"))) (properties `((upstream-name . "bambu")))
(build-system r-build-system) (build-system r-build-system)
;; Tests require Internet access.
(arguments (list #:tests? #false))
(propagated-inputs (propagated-inputs
(list r-biocgenerics (list r-biocgenerics
r-biocparallel r-biocparallel
@ -5955,7 +5957,8 @@ Various visual and textual types of output are available.")
r-summarizedexperiment r-summarizedexperiment
r-tidyr r-tidyr
r-xgboost)) r-xgboost))
(native-inputs (list r-annotationdbi r-ggplot2 r-knitr r-purrr r-testthat)) (native-inputs
(list r-annotationdbi r-ggplot2 r-knitr r-purrr r-testthat))
(home-page "https://github.com/GoekeLab/bambu") (home-page "https://github.com/GoekeLab/bambu")
(synopsis (synopsis
"Isoform reconstruction and quantification for long read RNA-Seq data") "Isoform reconstruction and quantification for long read RNA-Seq data")