mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-bambu: Disable tests.
* gnu/packages/bioconductor.scm (r-bambu)[arguments]: Disable tests. Change-Id: I49c9c43dfb87edc5659ca1e07b53762763118a37
This commit is contained in:
parent
da17b14a6d
commit
c62a30615c
1 changed files with 4 additions and 1 deletions
|
@ -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")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue