Skip to content
Snippets Groups Projects
Commit ed4661ad authored by Dan Staines's avatar Dan Staines
Browse files

updated hostname of Ensembl Genomes MySQL server

parent a167d612
No related branches found
No related tags found
No related merge requests found
......@@ -104,7 +104,7 @@ $verbose and $verbose = 1;
$grch37 and $port = 3337;
if ($ensembl_genomes) {
$host = "mysql.ebi.ac.uk";
$host = "mysql-eg-publicsql.ebi.ac.uk";
$port = 4157;
$species = "arabidopsis thaliana"
unless defined $species;
......
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