R/MakeDB.R

Defines functions MakeDB

Documented in MakeDB

MakeDB <- function(dbtype = "nucl", fsa_file){
  syscommand <- paste("makeblastdb -in ", fsa_file, " -dbtype ", dbtype, " -parse_seqids", sep = "")
  system(syscommand)
}
johnathanlo/chromPaintR documentation built on July 2, 2020, 7:29 p.m.