Skip to content

Commit

Permalink
reactivate failing JASPAR2024 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mbstadler committed Oct 31, 2024
1 parent a32a937 commit 7f8887b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: monaLisa
Type: Package
Title: Binned Motif Enrichment Analysis and Visualization
Version: 1.13.0
Version: 1.13.1
Authors@R: c(
person("Dania", "Machlab", email = "[email protected]", role = c("aut"),
comment = c(ORCID = "0000-0002-2578-6930")),
Expand Down
12 changes: 5 additions & 7 deletions tests/testthat/test_Homer.R
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,11 @@ test_that("dumpJaspar() works properly", {
opts = list(ID = c("MA0006.1", "MA0007.3", "MA0828.1")),
verbose = TRUE))
unlink(tmp1)
# remark: temporarily comment JASPAR2024 test (the data for JASPAR2024
# cannot be accessed as of now, 2024-10-10)
# expect_true(dumpJaspar(filename = tmp1,
# pkg = "JASPAR2024",
# opts = list(ID = c("MA0006.1", "MA0007.3", "MA0828.1")),
# verbose = TRUE))
# unlink(tmp1)
expect_true(dumpJaspar(filename = tmp1,
pkg = "JASPAR2024",
opts = list(ID = c("MA0006.1", "MA0007.3", "MA0828.1")),
verbose = TRUE))
unlink(tmp1)
expect_error(dumpJaspar(filename = tmp1,
pkg = "BSgenome",
opts = list(ID = c("MA0006.1", "MA0007.3", "MA0828.1")),
Expand Down

0 comments on commit 7f8887b

Please sign in to comment.