-
Notifications
You must be signed in to change notification settings - Fork 2
Variant search page content #483
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
Merged
Merged
Conversation
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
Collaborator
jstone-dev
commented
Sep 27, 2025
- Added text and a list of MaveMD score sets to the variant search page.
- Fixed: Search box intermittently fails to recognize HGVS strings.
- Small changes to search handling
…ntal alignment of main heatmap
We will soon have mutational consequences calculated by VEP. But whenever we have hgvs_p strings (either in the raw data or as a result of mapping or mapping + translation), we can already distinguish missense variants.
…eatmap Choice of dna or protein heatmap
…not default to other calibrations.
Prettier wants to format these incorrectly, and event handler functions are preferable anyway.
Clinical UI improvements
The UI codebase still included Vue CSS deep selectors using both old styles (>>> and ::v-deep), which produced build warnings since these are deprecated. Both are replaced here with the :deep() pseudo-class.
…wn. sort options alphabetically and by research use
…brnich-style-calibrations Support for title/research only Score Calibrations
The global (g) flag caused the genericVariant regex to maintain a lastIndex property telling it at what position to start the next search. So while the first execution behaved as expected, subsequently it would fail to match an HGVS string.
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.