diff --git a/misc-scripts/xref_projection/project_display_xrefs.pl b/misc-scripts/xref_projection/project_display_xrefs.pl index 70da53fa859e100692bf3364bbddb03e646f552c..4316a4a594de3c939c00bd046c52c022eed15c0f 100644 --- a/misc-scripts/xref_projection/project_display_xrefs.pl +++ b/misc-scripts/xref_projection/project_display_xrefs.pl @@ -265,7 +265,8 @@ sub project_go_terms { #print $dbEntry->display_id() . " " . $et . " " . $projections_by_evidence_type{$et} . "\n"; } - # add linkage_type for projection to IEA (in the absence of a specific one for projections) + # Change linkage_type to IEA (in the absence of a specific one for projections) + $dbEntry->flush_linkage_types(); $dbEntry->add_linkage_type("IEA"); my $txt = "from $from_latin_species translation " . $from_translation->stable_id();