NAME

Database - represents a single genus-species database on a single species

SYNOPSIS

use Bio::MLST::Download::Database; my $database = Bio::MLST::Download::Database->new(

  database_attributes => \%database_attributes,
  base_directory => '/path/to/abc'
);
$database->update;