Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor: Regex in clinvar.py #22

Open
berntpopp opened this issue Aug 22, 2024 · 0 comments
Open

Refactor: Regex in clinvar.py #22

berntpopp opened this issue Aug 22, 2024 · 0 comments

Comments

@berntpopp
Copy link
Member

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:

  • Review the current regex patterns and simplify them where possible.
  • Consider breaking down the regex logic into smaller, more manageable parts.
  • Add comments explaining the purpose of each regex pattern.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant