Skip Menu |

This queue is for tickets about the GO-TermFinder CPAN distribution.

Report information
The Basics
Id: 77197
Status: new
Priority: 0/
Queue: GO-TermFinder

People
Owner: Nobody in particular
Requestors: twanvl [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.86
Fixed in: (no value)



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.