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

Typo.

parent d2738b05
No related branches found
No related tags found
No related merge requests found
......@@ -277,7 +277,7 @@ sub project_go_terms {
DBENTRY: foreach my $dbEntry (@{$from_translation->get_all_DBEntries("GO")}) {
next if (!$bdEntry || $dbEntry->dbname() ne "GO" || ref($dbEntry) ne "Bio::EnsEMBL::GoXref");
next if (!$dbEntry || $dbEntry->dbname() ne "GO" || ref($dbEntry) ne "Bio::EnsEMBL::GoXref");
# Skip the whole dbEntry if one or more if its evidence codes isn't in the whitelist
foreach my $et (@{$dbEntry->get_all_linkage_types}){
......
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