Description Usage Arguments Examples
Run makeblastdb and create output folder in data
1 | makeblastdb(input, outname, outdir, dbtype)
|
input |
String, path to input fasta file |
dbtype |
String, name of database type "nucl" / "prot" |
out |
String, name of output files |
1 2 3 4 | makeblastdb(input = "/home/rstudio/data/test_db_tara",
outname = "tara_db",
outdir = "/home/rstudio/data/",
dbtype = "nucl")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.