Skip to content
Snippets Groups Projects
Commit efbd031b authored by Alessandro Vullo's avatar Alessandro Vullo
Browse files

[ENSCORESW-2325]. Take note of the fix.

parent edf58537
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,10 @@ use Test::Exception;
use Bio::EnsEMBL::Registry;
use Bio::EnsEMBL::ApiVersion;
# [ENSCORESW-2475]. With the new branching policy, next release DBs are unavailable
# when adding a version upgrade to the following one.
my $version = software_version()-2;
Bio::EnsEMBL::Registry->load_registry_from_url('mysql://anonymous@ensembldb.ensembl.org/'.$version);
my $dbas = Bio::EnsEMBL::Registry->get_all_DBAdaptors(-GROUP=>'core');
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment