mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 13:10:33 +02:00
gnu: r-karyoploter: Enable all tests.
* gnu/packages/bioconductor.scm (r-karyoploter)[arguments]: Remove phase 'disable-bad-tests. Change-Id: I3d5727327d1da4ba30bd8cd8d9251100329e4cac
This commit is contained in:
@@ -17792,16 +17792,6 @@ gene and isoform level using RNA-seq data")
|
||||
(base32
|
||||
"0ymrs6mf0sxfczyxyy8nicg5cir7vz4srl2rjdz7h3937rz965yh"))))
|
||||
(build-system r-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:phases
|
||||
'(modify-phases %standard-phases
|
||||
(add-after 'unpack 'disable-bad-tests
|
||||
(lambda _
|
||||
;; This test fails with "invalid scipen"
|
||||
(substitute* "tests/testthat/test_plotKaryotype.R"
|
||||
((".*kpAddBaseNumbers works.*" m)
|
||||
(string-append m "skip('guix')\n"))))))))
|
||||
(propagated-inputs
|
||||
(list r-annotationdbi
|
||||
r-bamsignals
|
||||
|
||||
Reference in New Issue
Block a user