-
Notifications
You must be signed in to change notification settings - Fork 516
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 intersection with parens #11032
Fix intersection with parens #11032
Conversation
<!-- when you make selection in genomic binning chart, it will still send genomic data filter --> | ||
<include refid="numericalGenomicDataFilter"/> | ||
</otherwise> | ||
( |
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.
@fuzhaoyuan i think the problem was that we introduced a UNION ALL inside in order to handle the nulls and that needs to be scoped so as to avoid interfering with the INTERSECTION above it.
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.
probably needs to be applied also to generic assay
Quality Gate passedIssues Measures |
c82f34e
into
cBioPortal:demo-rfc80-poc-na-count-for-genomic-and-generic-assay
* Fix intersection with parens
* Fix intersection with parens
* Add NA for genomic-data-bin-counts * Filtering with NA for genomic-data-bin-counts * Fix when subqueries return empty for NA counts * Refinement and comments * Address comments * Fix intersection with parens (#11032) * Fix intersection with parens * Demo rfc80 poc genomic data filter tests (#11036) * add genomic data filter tests testing for missing NAs * add NA genomic data filter tests --------- Co-authored-by: Zhaoyuan (Ryan) Fu <fuzhaoyuan@gmail.com>
No description provided.