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: Improve Argument Parsing #16

Open berntpopp opened 2 months ago

berntpopp commented 2 months ago

Description:
Currently, input arguments are not thoroughly validated. It's essential to validate input arguments to ensure that paths provided as arguments exist or are writable where necessary. This will prevent errors during runtime and ensure a smoother execution of the CLI tool.

Proposed Solution: