biothings / biothings_explorer

TRAPI service for BioThings Explorer
https://explorer.biothings.io
Apache License 2.0
9 stars 10 forks source link

change infores-curie to infores #339

Closed colleenXu closed 2 years ago

colleenXu commented 2 years ago

Translator consortium recently asked for a "id for each tool", and it was decided to use the infores identifier under x-translator.infores. The infores-curie property was therefore changed here: https://github.com/NCATSTranslator/translator_extensions/commit/3c90b732149e66a518eaeaa0f0b2813b861ba60b

However, we had defined and used infores-curie in our code to handle provenance (situations A and part of C for #208 ).

Now we need to change our code and the registry to use infores rather than infores-curie.

colleenXu commented 2 years ago

note that I plan to ask others like Chunlei to fix the cached files like smartapi_specs once the PRs are merged / registry refreshed...

colleenXu commented 2 years ago

Order to make these changes:

Merge these first to update the registry, then refresh registry:

Then merge these / push to prod so BTE can handle the change from infores-curie to infores:

colleenXu commented 2 years ago

waiting for hadlock lab's PRs to merge / refresh registry. Then this will be done...

colleenXu commented 2 years ago

closing since all prs have been merged, registry refreshed