halbritter-lab / Amissense

The Amissense Tool analyzes and visualizes AlphaMissense pathogenicity scores, integrating AlphaFold structures and ClinVar data. It offers automated pipelines, visualizations, and versatile command-line utilities.
MIT License
0 stars 0 forks source link

Refactor: Regex in clinvar.py #22

Open berntpopp opened 2 months ago

berntpopp commented 2 months ago

Description:
The regex used in clinvar.py to extract information from ClinVar data is complex and could be simplified. Simplifying the regex logic can make the code more readable and easier to maintain.

Proposed Solution: