-
Notifications
You must be signed in to change notification settings - Fork 1
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
[GEN-1612] Use 16.6-consortium for CRC 3.1 #144
base: develop
Are you sure you want to change the base?
Conversation
Quality Gate passedIssues Measures |
@@ -521,6 +521,7 @@ class BpcProjectRunner(metaclass=ABCMeta): | |||
_SPONSORED_PROJECT = "" | |||
# Redcap codes to cbioportal mapping synid and form key is in | |||
# version 38, 42 were last stable version(s) | |||
# NOTE: Should be pointed towards latest version of table |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There will be a new mapping version, did we want to wait until that is in to update both at the same time?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes this PR can be in place here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are we waiting on MSK cBioPortal team to share the newer mapping file?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes
🎉 All dependencies have been resolved ! |
Purpose:
_MG_RELEASE_SYNID
to use 16.6-consortium for CRC 3.1 release._REDCAP_TO_CBIOMAPPING_SYNID
Testing:
Depends on #143