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 option to expand gene interval #41

Closed berntpopp closed 1 month ago

berntpopp commented 1 month ago

Description:

Add an option to expand the gene interval in the genes2bed command. This can be achieved using the -ud <num> flag to expand the gene interval upstream and downstream by 'num' bases.

Proposed Solution: