tests/testthat/test_run_meme.R

context("run_meme()")

test_that("run_meme() gives correct error without bin", {

  expect_error(run_meme(bin = "__not__meme__"),
               "could not find the MEME binary")

})

Try the universalmotif package in your browser

Any scripts or data that you put into this service are public.

universalmotif documentation built on April 8, 2021, 6 p.m.