snakemake-workflows / dna-seq-varlociraptor

A Snakemake workflow for calling small and structural variants under any kind of scenario (tumor/normal, tumor/normal/relapse, germline, pedigree, populations) via the unified statistical model of Varlociraptor.
MIT License
82 stars 38 forks source link

feat: Set excluded regions for delly #203

Closed FelixMoelder closed 1 year ago

FelixMoelder commented 1 year ago

As the currently implementation of excluding regions for delly may be to strict excluded regions are now handled differently.

Excluded regions can now be defined in the config-file setting exclude_regions in the calling/delly section. In case the option is not set a predefined template file will be downloaded from https://github.com/dellytools/delly/tree/main/excludeTemplates if existing for the definied species and build. If neither a custom region file is set nor a predefined template exists delly will be called without excluding regions.