Skip to content
Snippets Groups Projects
Commit efbd71eb authored by Monika Komorowska's avatar Monika Komorowska
Browse files

added comment when source_id is not found

parent f9bb2d57
No related branches found
No related tags found
No related merge requests found
......@@ -215,7 +215,7 @@ sub dump_xref{
}
}
if (!$source_found) {
die "unable to find source_id for source name ". $sources[$k] ."\n";
die "SubmitMapper:dump_xref unable to find source_id for source name ". $sources[$k] .".\nMake sure that the get_set_lists method is correct for species (SubmitMapper method which can be overriden in species.pm module)\n";
}
$exception_sql[$k] .= " AND x.source_id in (".join(', ',@tmp).") ";
......
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