Closed holtgrewe closed 1 month ago
[!CAUTION]
Review failed
The pull request is closed.
The changes in this pull request involve significant modifications to several protocol buffer files and Rust source files, primarily focusing on the renaming and consolidation of message types related to mitochondrial frequency settings. The GnomadMitochondrialFrequency
and HelixMtDbFrequency
messages have been replaced with a unified MitochondrialFrequency
message. Corresponding updates were made to various structures and functions across the codebase to reflect these changes, including adjustments to field names and the removal of obsolete settings.
File Path | Change Summary |
---|---|
protos/varfish/v1/seqvars/output.proto | - Renamed GnomadMitochondrialFrequency to MitochondrialFrequency .- Removed HelixMtDbFrequency .- Updated fields in FrequencyAnnotation . |
protos/varfish/v1/seqvars/query.proto | - Renamed GnomadMitochondrialFrequencySettings to MitochondrialFrequencySettings .- Removed HelixMtDbFrequencySettings .- Renamed end to stop in Range . |
src/seqvars/query/interpreter/frequency.rs | - Renamed frequency settings in passes function.- Updated test cases to reflect new settings. |
src/seqvars/query/interpreter/regions_allowlist.rs | - Renamed parameter seqvar_end to seqvar_stop in overlaps function. |
src/seqvars/query/mod.rs | - Updated FrequencyAnnotation fields to use MitochondrialFrequency .- Adjusted error handling in various functions. |
src/seqvars/query/schema/query.rs | - Removed GnomadMitochondrialFrequencySettings .- Renamed HelixMtDbFrequencySettings to MitochondrialFrequencySettings .- Updated field end to stop . |
output.proto
file by adding a new enumeration for modes of inheritance, which is related to the renaming and consolidation of frequency messages in the main PR.output.proto
file by adding new annotations, which may relate to the changes made in the main PR regarding the structure of frequency annotations.🐇 In the meadow where the frequencies play,
A rabbit hops to greet the day.
With names now clear and messages bright,
Mitochondrial joy takes flight!
Consolidation brings a happy tune,
As we dance beneath the bright, full moon. 🌕
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Attention: Patch coverage is 94.73684%
with 2 lines
in your changes missing coverage. Please review.
Project coverage is 71%. Comparing base (
fd08d42
) to head (7c3b478
). Report is 1 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
src/seqvars/query/mod.rs | 0% | 2 Missing :warning: |
Release-As: 0.16.0
Summary by CodeRabbit