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: Error Handling for Missing Configurations #15

Closed berntpopp closed 2 months ago

berntpopp commented 2 months ago

Description:
If the config.json file is missing or misconfigured, the program should handle the exception gracefully and provide a user-friendly error message instead of crashing. This will improve the user experience and make debugging easier.

Proposed Solution: