Nothing
test_GmapGenomeDirectory <- function() {
genomeDir <- tempdir()
if (!file.exists(genomeDir)) dir.create(genomeDir)
on.exit(unlink(genomeDir, recursive=TRUE))
##test constructor
ggd <- GmapGenomeDirectory(path=genomeDir, create=TRUE)
checkTrue(is(ggd, "GmapGenomeDirectory"))
##test methods
checkIdentical(genome(ggd), character(0))
checkIdentical(path(ggd), normalizePath(genomeDir))
}
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.