scholl-lab / vcf-filtering

A collection of scripts for filtering annotated variant call format files
MIT License
2 stars 1 forks source link

Feature request: Add Error Tolerance and Debugging Level to Main Script #45

Closed berntpopp closed 1 month ago

berntpopp commented 1 month ago

Description: Introduce error tolerance and configurable debugging levels to the main script to improve its robustness and facilitate troubleshooting. The script should be able to continue execution with non-critical errors and provide detailed debugging information based on the configured level.

Acceptance Criteria:

Impact: This will make the script more resilient to errors and easier to debug, enhancing its reliability and maintainability.