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: Keep BED Files in a Temporary Folder for Reuse #44

Closed berntpopp closed 1 month ago

berntpopp commented 1 month ago

Description: Enhance the script to manage BED files more efficiently by storing them in a temporary folder. Implement a mechanism to generate unique names or hashes for BED files based on the gene requests. This will allow the script to check if a BED file for the requested genes already exists, and reuse it if available.

Acceptance Criteria:

Impact: This enhancement will reduce redundant BED file generation, improving the efficiency and performance of the script.