-
Notifications
You must be signed in to change notification settings - Fork 601
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
For sample pre/post treatment use Sample acq or Specimen track #9984
Conversation
- People want samples to be added to the treatments table only if they have a sample aquisition date - You should figure out if this should be configurable or not. As is, you're probably removing the sample treatment chart from many public studies
00fc349
to
86e7402
Compare
86e7402
to
ccf129e
Compare
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.
LGTM! Thanks!
@@ -33,6 +33,7 @@ | |||
INNER JOIN cancer_study ON patient.CANCER_STUDY_ID = cancer_study.CANCER_STUDY_ID | |||
<include refid="where"/> | |||
AND clinical_event_data.KEY = 'SAMPLE_ID' | |||
AND (clinical_event.EVENT_TYPE = 'Sample Acquisition' OR clinical_event.EVENT_TYPE = 'SPECIMEN') |
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.
@dippindots maybe good to allow case insensitive here as well as underscores, like: https://github.com/cBioPortal/cbioportal-frontend/pull/4489/files#diff-61b054d9b46310665b83bb6e1754f86f4d019ceadecd86979d51d608080d007aR98-R99
Kudos, SonarCloud Quality Gate passed!
|
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.
LGTM - thanks so much!
Fix #9966
Describe changes proposed in this pull request:
clinical_event.EVENT_TYPE
isSample Acquisition
orSPECIMEN
, case insensitive)