Refactor/rename remove improve the docs#93
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
ⓘ You are approaching your monthly quota for Qodo. Upgrade your plan Review Summary by QodoRefactor mutation parsing, improve VCF handling, and expand documentation
WalkthroughsDescription• Improve HGVS amino acid mutation parsing with 3-letter to 1-letter conversion • Fix VCF annotation parsing and CDS extraction with robust string handling • Enhance VCF-to-protein translation with better variant key matching • Add comprehensive documentation and use case examples for all tools Diagramflowchart LR
A["HGVS Parsing"] -->|"3-letter to 1-letter conversion"| B["Improved Mutation Handling"]
C["VCF Processing"] -->|"Robust CDS extraction"| D["Better Variant Matching"]
E["Documentation"] -->|"13 use case workflows"| F["User Guides"]
B --> G["Enhanced Protein DB Generation"]
D --> G
File Changes1. pgatk/cgenomes/cgenomes_proteindb.py
|
Code Review by Qodo
1. Exon-boundary MNP risk
|
No description provided.