run_quast = function(filepath, outdir) {
program = "python /quast-5.0.2/quast.py"
command = paste0(program, " ", filepath, " -o ", outdir)
system(command)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.