Skip to content
Snippets Groups Projects
Commit 894b2934 authored by Alessandro Vullo's avatar Alessandro Vullo Committed by Magali Ruffier
Browse files

[ENSCORESW-1846]. Should not set pr_port to port, but also use default MySQL port when not defined.

parent 9f01e3e6
No related branches found
No related tags found
No related merge requests found
......@@ -406,10 +406,7 @@ sub process_file {
$pr_user = $species_hash{'pr_user'};
$pr_dbname = $species_hash{'pr_dbname'};
if(defined($species_hash{'pr_port'})){
$pr_port = $species_hash{'port'};
}
else{
$pr_port = '';
$pr_port = $species_hash{'pr_port'};
}
my $previous_core = new XrefMapper::db(-host => $pr_host,
......
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