Closed holtgrewe closed 1 month ago
Attention: Patch coverage is 0.46948%
with 212 lines
in your changes missing coverage. Please review.
Project coverage is 71%. Comparing base (
a9a2ae3
) to head (ecf0f35
). Report is 4 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
src/seqvars/query/mod.rs | 0% | 212 Missing :warning: |
[!WARNING]
Rate limit exceeded
@holtgrewe has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 13 minutes and 24 seconds before requesting another review.
⌛ How to resolve this issue?
After the wait time has elapsed, a review can be triggered using the `@coderabbitai review` command as a PR comment. Alternatively, push new commits to this PR. We recommend that you space out your commits to avoid hitting the rate limit.🚦 How do rate limits work?
CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our [FAQ](https://coderabbit.ai/docs/faq) for further information.📥 Commits
Files that changed from the base of the PR and between bce728ea5f9544f9d66b5a1d2e4748a15ea78912 and ecf0f35e275e08810533b0eaef93eed0e8598bd3.
The pull request introduces significant enhancements to the protocol buffer definitions in output.proto
, adding two new enumerations: TranscriptType
and VariantLocation
, which categorize transcript types and variant locations, respectively. Additionally, the GeneRelatedConsequences
message is updated with new optional fields for transcript accession, version, and variant location. Changes in hpo.rs
involve a minor adjustment in function parameter passing. The mod.rs
file sees extensive updates to variant annotation processing, including new logic for handling variant consequences and score collection.
File Path | Change Summary |
---|---|
protos/varfish/v1/seqvars/output.proto | - Added enum TranscriptType with three types: unspecified, coding, non-coding.- Added enum VariantLocation with locations: upstream, exonic, intronic, downstream.- Updated GeneRelatedConsequences message to include new optional fields: tx_accession , tx_version , location , rank_ord , rank_total . |
src/seqvars/query/hpo.rs | - Modified test_load_ncbi_to_hgnc function to pass path directly instead of &path . |
src/seqvars/query/mod.rs | - Enhanced consequences function to determine variant locations and extract additional information.- Updated SingleValueCollector struct to include optional parameters for separator and max value computation.- Expanded VariantScoreColumn definitions to include new score types and refined output structure.- Improved error handling and updated test cases. |
ModeOfInheritance
to the output.proto
file, which is directly related to the changes made in the main PR that also modifies the output.proto
file by adding new enumerations and fields related to genetic variants.🐰 In the meadow, changes bloom,
New enums sprout, dispelling gloom.
With transcripts clear and scores refined,
Our data's richer, well-defined.
Hooray for variants, let’s all cheer,
For better insights, year by year! 🌼
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?
Summary by CodeRabbit
New Features
TranscriptType
andVariantLocation
, enhancing data granularity related to transcript types and variant locations.GeneRelatedConsequences
message with new fields for transcript accession, version, and variant location.Improvements
Bug Fixes