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

[ENSCORESW-2325]. Temporary fix to take into account unavailability of next...

[ENSCORESW-2325]. Temporary fix to take into account unavailability of next release DBs on the live server when adding the version upgrade to the following one. Also, switch to the default port.
parent 9e54886e
No related branches found
No related tags found
No related merge requests found
......@@ -22,8 +22,8 @@ use Test::Exception;
use Bio::EnsEMBL::Registry;
use Bio::EnsEMBL::ApiVersion;
my $version = software_version()-1;
Bio::EnsEMBL::Registry->load_registry_from_url('mysql://anonymous@ensembldb.ensembl.org:5306/'.$version);
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');
my $min = 10;
......
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