test_that("use", {
if (!is_pureseqtm_installed()) return()
fasta_filename <- get_example_filename("1bhaA.fasta")
readLines(fasta_filename)
filenames <- create_pureseqtm_files(fasta_filename)
expect_equal(5, length(filenames))
expect_true(all(file.exists((filenames))))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.