Skip to content

Commit

Permalink
Merge pull request #459 from kjsanger/feature/change-mlwh-name
Browse files Browse the repository at this point in the history
Change name of ML warehouse database
  • Loading branch information
kjsanger authored Nov 8, 2021
2 parents 25ff890 + 8741393 commit e7d33a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/perl/bin/update_fluidigm_metadata.pl
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ sub run {
my $log = Log::Log4perl->get_logger('main');

my $ssdb = WTSI::NPG::Database::MLWarehouse->new
(name => 'sequencescape_warehouse',
(name => 'multi_lims_warehouse',
inifile => $config)->connect(RaiseError => 1,
mysql_enable_utf8 => 1,
mysql_auto_reconnect => 1);
Expand Down

0 comments on commit e7d33a9

Please sign in to comment.