test_that("get_genomic_annotations gives correct error", {
sample_data_table <- data.frame(bw_path = c("bw1.bw", "bw2.bw"),
sample_id = c("bw1", "bw2"))
expect_error(get_genomic_annotations(data_table = sample_data_table))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.