issues
search
jogoodma
/
homology-explorer
A tool for exploring orthology and paraology relationships in model organism species.
MIT License
1
stars
0
forks
source link
Improved gene search
#4
Closed
jogoodma
closed
1 year ago
jogoodma
commented
1 year ago
Description
This PR improves gene symbol searches by three minor changes.
Remove leading wildcard from SQL ilike query of the symbol search endpoint.
Sort results by string length so that exact matches come before longer non-exact matches. e.g. pan comes before PAN1.
Adds model organism database IDs to the symbol view so that you can also search by ID.
Description
This PR improves gene symbol searches by three minor changes.