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

Change label for projected GO terms to say "from {species} translation..." rather than gene.

parent a5c33fec
No related branches found
No related tags found
No related merge requests found
......@@ -237,7 +237,7 @@ sub project_go_terms {
#$dbEntry->flush_linkage_types();
$dbEntry->add_linkage_type("IEA");
my $txt = "from $from_latin_species gene " . $from_translation->stable_id();
my $txt = "from $from_latin_species translation " . $from_translation->stable_id();
$dbEntry->info_type("PROJECTION");
$dbEntry->info_text($txt);
......
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