mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 13:10:33 +02:00
gnu: r-mutationalpatterns: Enable all tests.
* gnu/packages/bioconductor.scm (r-mutationalpatterns)[arguments]: Remove phase 'skip-bad-tests. Change-Id: I51ee4d02fd12e34100a6823a8ba71e117bc618a1
This commit is contained in:
@@ -11779,18 +11779,6 @@ platform that mimics both single and multi-sample scRNA-seq data.")
|
||||
(properties
|
||||
'((updater-extra-native-inputs . ("r-ccfindr"))))
|
||||
(build-system r-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:phases
|
||||
'(modify-phases %standard-phases
|
||||
(add-after 'unpack 'skip-bad-tests
|
||||
(lambda _
|
||||
;; These tests may fail with accuracy problems.
|
||||
(with-directory-excursion "tests/testthat"
|
||||
(substitute* "test-context_potential_damage_analysis.R"
|
||||
((".*Output is equal to expected.*" m)
|
||||
(string-append m "skip('guix')\n")))
|
||||
(delete-file "test-mut_matrix_stranded.R")))))))
|
||||
(native-inputs
|
||||
(list r-ccfindr
|
||||
r-knitr
|
||||
|
||||
Reference in New Issue
Block a user