You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug: Automat services are returning publications + other attributes in their edge properties, which we aren't picking up.
Expected behavior: For TRAPI APIs, we should ingest and keep their edge attributes (a caveat is what if those edge attributes aren't TRAPI/biolink compliant? but this shouldn't be much of a concern. They should be since they're TRAPI APIs...).
Example:
EDIT: use different forks/branch code to run these queries:
Eric's bte-trapi/BioThings Explorer code (Eric's fork here, my branch with copied files here) so BTE uses the latest smartapi specs
CX's biomedical id resolver branch code so BTE can query Automat correctly
BTE has edge attributes like this from Automat Pharos API, in response to the query below. (This is from the edge between PUBCHEM.COMPOUND:2662-biolink:activity_decreased_by-NCBIGene:763)
Compare to the corresponding edge, directly from Automat Pharos (this is edge 4386b8d7bf0ac020588859df59f811c9 that has the object NCBIGene:763). Notice that there are values in the publications attribute that BTE did not ingest properly above.
Summary
Bug: Automat services are returning publications + other attributes in their edge properties, which we aren't picking up.
Expected behavior: For TRAPI APIs, we should ingest and keep their edge attributes (a caveat is what if those edge attributes aren't TRAPI/biolink compliant? but this shouldn't be much of a concern. They should be since they're TRAPI APIs...).
Example:
EDIT: use different forks/branch code to run these queries:
BTE has edge attributes like this from Automat Pharos API, in response to the query below. (This is from the edge between PUBCHEM.COMPOUND:2662-biolink:activity_decreased_by-NCBIGene:763)
Compare to the corresponding edge, directly from Automat Pharos (this is edge 4386b8d7bf0ac020588859df59f811c9 that has the object NCBIGene:763). Notice that there are values in the publications attribute that BTE did not ingest properly above.
The query
this can be POST request to BTE or to Automat Pharos: https://automat.renci.org/pharos/query
The text was updated successfully, but these errors were encountered: