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: Consolidate PDB Download Logic #24

Open berntpopp opened 3 weeks ago

berntpopp commented 3 weeks ago

Description:
The logic for downloading PDB files from both AlphaFold and RCSB PDB is currently scattered across the codebase. It would be more efficient to consolidate this logic into a single function, reducing redundancy.

Proposed Solution: