makeblastdb: Run makeblastdb and create output folder in data

Description Usage Arguments Examples

View source: R/makeblastdb.R

Description

Run makeblastdb and create output folder in data

Usage

1
makeblastdb(input, outname, outdir, dbtype)

Arguments

input

String, path to input fasta file

dbtype

String, name of database type "nucl" / "prot"

out

String, name of output files

Examples

1
2
3
4
makeblastdb(input = "/home/rstudio/data/test_db_tara",
outname = "tara_db",
outdir = "/home/rstudio/data/",
dbtype = "nucl")

uashogeschoolutrecht/structural_colours documentation built on June 20, 2020, 4:07 p.m.