Subject: | GO::AnnotationProvider::AnnotationParser::standardNameByDatabaseId is not case insensitive as it claims to be |
The last line of AnnotationParser::databaseIdByStandardName should be
return $mappedStandardName;
instead of
return ($self->{$kStandardNameToId}{$standardName});
otherwise all the above work is useless. This can then lead to internal
errors in TermFinder when there is a case insensitive match.