Skip to content

Commit

Permalink
Merge pull request #386 from CristiGuijarro/bugfix/compara_controlled…
Browse files Browse the repository at this point in the history
…_tables

ControlledTablesCompara taxonomy compatibility with compara pipelines
  • Loading branch information
james-monkeyshines committed Jun 29, 2021
2 parents 29ac5cb + 540b04d commit 783f0bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ sub taxonomy_tables {
my ($self, $helper, $tables) = @_;

my $desc_1 = "Taxonomy database found";
my $taxonomy_dba = ($self->registry->alias_exists('multi')) ? $self->get_dba('multi', 'taxonomy') : $self->get_dba('ncbi_taxonomy', 'taxonomy');
my $taxonomy_dba = $self->get_dba('multi', 'taxonomy') ? $self->get_dba('multi', 'taxonomy') : $self->get_dba('ncbi_taxonomy', 'taxonomy');

if (ok(defined $taxonomy_dba, $desc_1)) {
my $taxonomy_helper = $taxonomy_dba->dbc->sql_helper;
Expand Down

0 comments on commit 783f0bc

Please sign in to comment.