Skip to content
Snippets Groups Projects
Commit e8be848b authored by Ian Longden's avatar Ian Longden
Browse files

small output warning bug fixed

parent c8c6133b
No related branches found
No related tags found
No related merge requests found
......@@ -218,7 +218,7 @@ SQL
# print STDERR $count." direct_xrefs added to ensembl ".$table."s BUT $err_count stable ids could not be found\n";
# }
}
foreach my $key (%err_count){
foreach my $key ( keys %err_count){
print STDERR "*WARNING*: ".$err_count{$key}." direct xrefs for database ".$key." could not be added as their stable_ids could not be found\n";
}
$ins_go_sth->finish;
......
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