Make blast Database (DEPRECATED)
makeblastdb(file, dbtype = "nucl", args = NULL, quiet = FALSE)
(Required) A fasta file to create a database from.
(Optional) Molecule type of database, accepts "nucl" for nucleotide or "prot" for protein.
(Optional) Extra arguments passed to BLAST
(Optional) Whether progress should be printed to console, default is FALSE