mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20: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
|
(properties
|
||||||
'((updater-extra-native-inputs . ("r-ccfindr"))))
|
'((updater-extra-native-inputs . ("r-ccfindr"))))
|
||||||
(build-system r-build-system)
|
(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
|
(native-inputs
|
||||||
(list r-ccfindr
|
(list r-ccfindr
|
||||||
r-knitr
|
r-knitr
|
||||||
|
|||||||
Reference in New Issue
Block a user