Skip to content
Snippets Groups Projects
Commit c2f96695 authored by Magali Ruffier's avatar Magali Ruffier
Browse files

do not re-run officialnaming when trying to recalculate the display xrefs, it will not work

parent c52baf9e
No related branches found
No related tags found
No related merge requests found
......@@ -95,8 +95,6 @@ print "current status is $status\n" if ($mapper->verbose);
if($recalc_display_xrefs){
my $official_naming = XrefMapper::OfficialNaming->new($mapper);
$official_naming->run();
my $display = XrefMapper::DisplayXrefs->new($mapper);
$display->remove_source_priorities();
$display->genes_and_transcripts_attributes_set();
......
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