NAME
Bio::MLST::Blast::Database
SYNOPSIS Take in a fasta file and create a tempory blast database
DESCRIPTION
use Bio::MLST::Blast::Database;
my $blast_database= Bio::MLST::Blast::Database->new( fasta_file => 'contigs.fa', exec => 'makeblastdb' );
$blast_database->location(); =head1 CONTACT path-help@sanger.ac.uk