mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-metagenomeseq: Add test inputs.
* gnu/packages/bioconductor.scm (r-metagenomeseq)[native-inputs]: Add r-testthat. [arguments]: Add phase 'delete-bad-tests. Change-Id: I702d02695fe0b078bd2b97b958a0bbde73d0c2d5
This commit is contained in:
parent
b4c9f8368a
commit
ec8709d5eb
1 changed files with 9 additions and 1 deletions
|
@ -9910,6 +9910,14 @@ mixes commonly used in MS experiments.")
|
||||||
(base32 "0bjbiwbgs0lv0j6gjv5rhqhmqk0p7f80lfig4n24i4bqwkd2j26k"))))
|
(base32 "0bjbiwbgs0lv0j6gjv5rhqhmqk0p7f80lfig4n24i4bqwkd2j26k"))))
|
||||||
(properties `((upstream-name . "metagenomeSeq")))
|
(properties `((upstream-name . "metagenomeSeq")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:phases
|
||||||
|
'(modify-phases %standard-phases
|
||||||
|
(add-after 'unpack 'delete-bad-tests
|
||||||
|
(lambda _
|
||||||
|
;; Two tests fail with accuracy problems.
|
||||||
|
(delete-file "tests/testthat/test-fitZig.R"))))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-biobase
|
(list r-biobase
|
||||||
r-foreach
|
r-foreach
|
||||||
|
@ -9920,7 +9928,7 @@ mixes commonly used in MS experiments.")
|
||||||
r-matrixstats
|
r-matrixstats
|
||||||
r-rcolorbrewer
|
r-rcolorbrewer
|
||||||
r-wrench))
|
r-wrench))
|
||||||
(native-inputs (list r-knitr))
|
(native-inputs (list r-knitr r-testthat))
|
||||||
(home-page "https://github.com/HCBravoLab/metagenomeSeq")
|
(home-page "https://github.com/HCBravoLab/metagenomeSeq")
|
||||||
(synopsis "Statistical analysis for sparse high-throughput sequencing")
|
(synopsis "Statistical analysis for sparse high-throughput sequencing")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue