Nothing
temp_bfc_rm <- recount3_cache(file.path(tempdir(), "cache_rm_test"))
test_url <- "http://idies.jhu.edu/recount3/data/human/data_sources/sra/metadata/35/DRP002835/sra.recount_project.DRP002835.MD.gz"
BiocFileCache::bfcrpath(
temp_bfc_rm,
test_url
)
test_that("Wiping out the cache works", {
recount3_cache_rm(temp_bfc_rm)
expect_equal(recount3_cache_files(temp_bfc_rm), character())
expect_error(recount3_cache_rm(
tempdir(),
"should be a BiocFileCache::BiocFileCache object"
))
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.