is_codon_aln_tool <- function(tool = NULL){
provided <- c("pal2nal")
if(is.null(tool)){
message("The followig methods are provided: ", paste0(provided, collapse = ", "))
return(FALSE)
}
return(is.element(tool, provided))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.