test_that('brassica ASV assigned to multiple varieties', {
brassica <- 'ATCCTGGGTTACGCGAACAAAACAGAGTTTAGAAAGCGG'
ref <- test_path('..',
'testdata',
'trnLGH.fasta')
expect_gt(object = nrow(assignSpecies_mod(brassica, ref)),
expected = 1)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.