Skip to content
Snippets Groups Projects
Commit c1dbe6ef authored by Glenn Proctor's avatar Glenn Proctor
Browse files

Now just change linkage_type to IEA, don't add it to existing one.

parent a40a8c43
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
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