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

Feat: Add Progress Bars for Long-Running Processes #28

Open berntpopp opened 2 months ago

berntpopp commented 2 months ago

Description:
Implement progress bars (e.g., using tqdm) for long-running tasks such as fetching large datasets, downloading multiple files, or processing large TSV/JSON files. This will improve user experience by providing feedback on the task's progress.

Proposed Solution: