TranslatorSRI / NodeNormalization

Service that produces Translator compliant nodes given a curie
MIT License
9 stars 6 forks source link

Uniquify semantic types returned from the database #232

Closed gaurav closed 6 months ago

gaurav commented 7 months ago

The /get_semantic_types endpoint returns a list with duplicates. I'm not sure why this is the case -- I'm guessing a loader is malfunctioning -- but this can be easily fixed by uniquifying the list before returning it to the endpoint.

Closes #153.