Closed holtgrewe closed 1 month ago
[!CAUTION]
Review failed
The pull request is closed.
The changes in this pull request focus on renaming fields in the NuclearFrequencySettings
and MitochondrialFrequencySettings
messages across three files: query.proto
, frequency.rs
, and query.rs
. The renaming aims to enhance clarity by changing field names such as heterozygous
to max_het
, homozygous
to max_hom
, and frequency
to max_af
. These changes are reflected in the respective structures, function parameters, and logic for filtering frequency data, while the overall functionality remains unchanged.
File Path | Change Summary |
---|---|
protos/varfish/v1/seqvars/query.proto | Renamed fields in NuclearFrequencySettings and MitochondrialFrequencySettings for clarity: heterozygous to max_het , homozygous to max_hom , hemizygous to max_hemi , and frequency to max_af . |
src/seqvars/query/interpreter/frequency.rs | Updated passes function and related test functions to use renamed fields: max_het , max_hom , and max_af . |
src/seqvars/query/schema/query.rs | Renamed fields in structs NuclearFrequencySettings and MitochondrialFrequencySettings for clarity: heterozygous to max_het , homozygous to max_hom , and frequency to max_af . |
NuclearFrequencySettings
and MitochondrialFrequencySettings
structs, which directly relate to the renaming of fields in the same messages in the main PR.🐰 In the meadow where changes bloom,
Fields renamed to lift the gloom.
Max counts now clear, no need to fret,
Clarity shines, a safe bet!
With every hop, we celebrate,
New names bring joy, oh, isn't it great? 🌼
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?
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 71%. Comparing base (
0edcf98
) to head (28da9b4
). Report is 1 commits behind head on main.
Release-As: 0.16.0
Summary by CodeRabbit
New Features
Bug Fixes
Tests