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: Clean Up pipeline.py #27

Closed berntpopp closed 2 months ago

berntpopp commented 2 months ago

Description:
The pipeline.py file currently contains too much logic, making it harder to maintain. The orchestration of the pipeline should be separated from the actual function implementations.

Proposed Solution: