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.
Description:
Add a retry mechanism for API calls to handle network issues gracefully. This will improve the reliability of the tool, especially when dealing with unstable connections.
Proposed Solution:
Implement retries with exponential backoff for all external API calls.
Make the number of retries and the backoff strategy configurable in config.json.
Log retry attempts and final failures for transparency.
Description:
Add a retry mechanism for API calls to handle network issues gracefully. This will improve the reliability of the tool, especially when dealing with unstable connections.
Proposed Solution:
config.json
.