NAME Bio::MLST::Download::Database =head1 SYNOPSIS Represents a single genus-species database on a single species =head1 DESCRIPTION
use Bio::MLST::Download::Database; my $database = Bio::MLST::Download::Database->new(
database_attributes => \%database_attributes,
base_directory => '/path/to/abc'
);
$database->update;
=head1 CONTACT
path-help@sanger.ac.uk