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

Feat: Caching Mechanism for API Calls #18

Open berntpopp opened 3 months ago

berntpopp commented 3 months ago

Description:
Implement a caching mechanism to avoid repeated API calls for the same data. This will reduce the load on external APIs and improve the overall performance of the tool.

Proposed Solution: