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

triage stuff moved to the end

parent 005036b4
No related branches found
No related tags found
No related merge requests found
......@@ -348,7 +348,7 @@ if(defined($recalc_display_xrefs)){
exit;
}
print "\nDumping xref & Ensembl sequences\n";
#print "\nDumping xref & Ensembl sequences\n";
$mapper->dump_seqs($location);
......@@ -375,6 +375,14 @@ if($upload){
print "\nChecking pair data\n";
$mapper->add_missing_pairs();
if($notriage){
$mapper->dump_xref_with_no_triage_data();
}
else{
$mapper->dump_triage_data();
}
if(!defined($notriage)){
print "\nPriority unmapped xrefs sorting\n";
$mapper->unmapped_data_for_prioritys();
......@@ -383,6 +391,7 @@ if($upload){
$mapper->write_dependent_unmapped_objects();
}
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