-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix NodeBinding description and add NodeBinding.query_id #304
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vgardner-renci
requested review from
tziomics,
stevencox,
vdancik,
webyrd,
yakaboskic,
andrewsu,
bill-baumgartner,
brettasmi,
CaseyTa,
kshefchek,
marcdubybroad,
MarkDWilliams and
RichardBruskiewich
December 2, 2021 18:07
CaseyTa
approved these changes
Dec 6, 2021
kshefchek
approved these changes
Dec 6, 2021
marcdubybroad
approved these changes
Dec 6, 2021
MarkDWilliams
approved these changes
Dec 7, 2021
stevencox
approved these changes
Dec 7, 2021
bill-baumgartner
approved these changes
Dec 7, 2021
kennethmorton
approved these changes
Dec 8, 2021
kennethmorton
approved these changes
Dec 8, 2021
brettasmi
approved these changes
Dec 15, 2021
gaurav
added a commit
to ExposuresProvider/cam-kp-api
that referenced
this pull request
Aug 17, 2022
As per the model described in https://github.com/NCATSTranslator/ReasonerAPI/blob/1e0795a1c4ff5bcac3ccd5f188fdc09ec6bd27c3/TranslatorReasonerAPI.yaml#L468-L505 Includes TRAPI model changes from: - NCATSTranslator/ReasonerAPI#304 - NCATSTranslator/ReasonerAPI#312
gaurav
added a commit
to ExposuresProvider/cam-kp-api
that referenced
this pull request
Aug 25, 2022
This PR updates the TRAPI model to TRAPI 1.3. This includes: - Removed the TRAPISubAttribute type and allow attributes to have TRAPIAttributes of their own. See [TRAPI model change](NCATSTranslator/ReasonerAPI@6ec8ea2) and [TRAPI ChangeLog](https://github.com/NCATSTranslator/ReasonerAPI/blob/7520ac564e63289dffe092d4c7affd6db4ba22f1/ChangeLog.md). - This requires making some usages `lazy` so that they can recursively refer to themselves. - Updated TRAPINodeBinding to the model described in https://github.com/NCATSTranslator/ReasonerAPI/blob/1e0795a1c4ff5bcac3ccd5f188fdc09ec6bd27c3/TranslatorReasonerAPI.yaml#L468-L505, which includes changes from: - NCATSTranslator/ReasonerAPI#304 - NCATSTranslator/ReasonerAPI#312
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Addresses #293