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

clean up of unmapped objects no longer an option but enforced as...

clean up of unmapped objects no longer an option but enforced as external_db_id also added to the delete line to ensure safety
parent 9e35d8c0
No related branches found
No related tags found
No related merge requests found
......@@ -386,6 +386,8 @@ if($upload){
print "\nChecking pair data\n";
$mapper->add_missing_pairs();
print "\nPriority unmapped xrefs sorting\n";
$mapper->unmapped_data_for_prioritys();
print "\nChecking xrefs\n";
$mapper->cleanup_database();
......
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