Preserve merged-track OQL groups when submitting queries from Study View#5569
Draft
Copilot wants to merge 3 commits into
Draft
Preserve merged-track OQL groups when submitting queries from Study View#5569Copilot wants to merge 3 commits into
Copilot wants to merge 3 commits into
Conversation
✅ Deploy Preview for cbioportalfrontend ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Agent-Logs-Url: https://github.com/cBioPortal/cbioportal-frontend/sessions/9bfce8d4-572d-4bed-827a-06b3db65a733 Co-authored-by: alisman <186521+alisman@users.noreply.github.com>
Agent-Logs-Url: https://github.com/cBioPortal/cbioportal-frontend/sessions/9bfce8d4-572d-4bed-827a-06b3db65a733 Co-authored-by: alisman <186521+alisman@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix study view to support OQL trackgroups format
Preserve merged-track OQL groups when submitting queries from Study View
May 11, 2026
This file contains hidden or 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
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.
Study View accepted merged-track OQL syntax in the input box, but submission rebuilt
gene_listfrom flattened parsed lines, dropping track-group structure/labels before opening Results View. As a result, grouped queries like["My fav genes" TP53: HOMDEL, BRAF: V600E]were not represented the same way as homepage submissions.Submission path alignment (Study View vs homepage)
geneQueryStr) when present.Store integration
StudyViewPageStore.onSubmitQuery()to use the new serializer instead of always joiningunparseOQLQueryLine(query)output, which flattened merged groups.Regression coverage