-
Notifications
You must be signed in to change notification settings - Fork 2
Release 2025.1.1 #406
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
Release 2025.1.1 #406
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
Modify tentivirus to lentivirus in alembic file.
…essary csv files.
…icodeDecodeError Debug UnicodeDecodeError problem and add a related test.
The previous version of these statistics endpoints featured code that was overly complex for the task at hand. This change refactors statistics code in a way that slightly increases duplicated code (mostly API decorators) while decreasing the complexity of shared functions and logic switches. The result is much clearer and concise endpoints for existing routes.
For historical data, we do not always have the genes that we mapped a target to. This script can be used to infer the mapped gene from the HGVS string of a mapped variant.
…tistics-endpoints Additional Statistics Endpoints and Statistics Router Refactor
…re-ranges-fix Fixes #358: Literal 'null' inserted for NULL score ranges.
Adds utilities for managing materialized and non-materialized views with SQLAlchemy. These ORM methods aren't perfect and will still require knowledge of the underlying view, but make accessing them easier and make their creation automated for test cases. Might also be useful for #89.
Adds refresh jobs for existing materialized views and invokes them: - Refreshes the published variants materialized view whenever a new score set is published. (We cannot delete a published score set, nor edit it's variants, so publication time is the only moment this view becomes outdated). - Refreshes all materialized views at 0300. Adds tests for newly placed publication view refresh. Clarifies connection -> inspector flow during mat view refresh. Opens #405.
Adds an additional two statistics routes for aggregate mapped variant data based on score sets. These routes make use of the new materialized view for published variants.
Materialized View Utilities for SQLAlchemy Models
…statistics-endpoints Additional Statistics Endpoints
Collaborator
Author
|
There's a known issue where our tests fail around 5 and 6 PM on here due to UTC time, which is what happened the first run. |
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.
Features / Enhancements
Closes #375: #397
Supports #375: #404 (don't worry, these routes can be found)
Closes #403: #402
Bug Fixes
Fixes #358: #399
Fixes #392: #393
Fixes #391: #396
Maintenance