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

Ensure that all datasets are returned by metadata/datasets route #342

Closed deepakunni3 closed 4 years ago

deepakunni3 commented 4 years ago

This PR fixes a poor assumption made earlier where the datasets returned by SciGraph was being filtered to get only datasets and no OWLs. Instead, now the metadata/datasets route will return all datasets (OWL included) such that filtering of the dataset list can be done after the fact.

@kshefchek @justaddcoffee FYI

justaddcoffee commented 4 years ago

cool, thanks Deepak!