pkgnm <- environmentName(env = environment())
#' @name raxml
#' @title raxml
#' @description Run raxml
#' @param arglist Arguments to raxml provided as a character vector
#' @param outdir Filepath to where all output files should be returned.
#' @example examples/raxml.R
#' @export
raxml <- function(arglist = arglist_get(...), outdir = getwd()) {
files_to_send <- filestosend_get(arglist)
arglist <- arglist_parse(arglist)
otsdr <- outsider_init(pkgnm = 'om..raxml', cmd = 'raxmlHPC-PTHREADS-SSE3',
wd = outdir, files_to_send = files_to_send,
arglist = arglist)
run(otsdr)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.