Skip to content

Commit

Permalink
Merge ecddd09 into 48da572
Browse files Browse the repository at this point in the history
  • Loading branch information
james-monkeyshines committed Feb 7, 2020
2 parents 48da572 + ecddd09 commit 0276b33
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/Bio/EnsEMBL/DataCheck/Checks/CheckSyntenySanity.pm
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ use constant {
sub tests {
my ($self) = @_;

# Force load of registry, so that the DnaFragAdaptor can find core dbs.
$self->registry();

my $dba = $self->dba;
my $helper = $dba->dbc->sql_helper;
my $mlss_adap = $dba->get_MethodLinkSpeciesSetAdaptor;
Expand Down

0 comments on commit 0276b33

Please sign in to comment.