NAME

Database - Take in a fasta file and create a tempory blast database

SYNOPSIS

use Bio::MLST::Blast::Database;

my $blast_database= Bio::MLST::Blast::Database->new( fasta_file => 'contigs.fa', exec => 'makeblastdb' );

$blast_database->location();