ExposuresProvider / cam-kp-api

Web service API for the NCATS Data Translator CAM-KP
MIT License
3 stars 2 forks source link

Update knowledge sources #638

Open gaurav opened 1 year ago

gaurav commented 1 year ago

Since every Translator KP is expected to return a primary knowledge source, this PR changes the current original_knowledge_source with the new field primary_knowledge_source. We will eventually need to do a better job of figuring out exactly where non-CAM KPs come from (see e.g. #485, #494), but this should be a mostly-correct quick-and-dirty fix for now.

Closes #628.

Should be merged after PR #620.