ols4
ols4 copied to clipboard
OLS4 preferredRoots not working
Describe the bug
Using the preferredRoots
endpoint returns Status 500: Internal Server Error
To Reproduce Steps to reproduce the behavior:
- Run
curl https://www.ebi.ac.uk/ols4/api/ontologies/GO/terms/preferredRoots
- See error
Expected behavior
The same as using the roots
endpoint but filtered to only include terms where is_preferred_root=true
Additional context
preferredRoots
is not documented for the previous OLS version; is it a new feature?