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: Config Path Handling #13

Closed berntpopp closed 3 weeks ago

berntpopp commented 3 weeks ago

Description:
The load_config() function currently assumes that config.json is always located in the Amissense directory. It would be more flexible to allow the path to config.json to be specified via an environment variable or as a command-line argument. This would make the configuration more adaptable to different environments.

Proposed Solution: