monarch-initiative / biolink-api

API for linked biological knowledge
https://api.monarchinitiative.org/api/
BSD 3-Clause "New" or "Revised" License
63 stars 25 forks source link

500 for homologs endpoint #287

Closed kshefchek closed 5 years ago

kshefchek commented 5 years ago

Our uptime URL is currently returning a 500: https://api.monarchinitiative.org/api/bioentity/gene/NCBIGene:3630/homologs/?homology_type=O&fetch_objects=false

An exception occurred: search_associations() got multiple values for keyword argument 'relation'

We are running on commit f1c00ed7, I can revert to an earlier version for now.

deepakunni3 commented 5 years ago

@kshefchek Thanks for reverting to an earlier commit.

I think my recent relation filter PR is messing up with a few GO specific routes. I'll have a fix for this soon.

deepakunni3 commented 5 years ago

@kshefchek This should be closed now, right?