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

fix: Filter offtarget variants #180

Closed FelixMoelder closed 1 year ago

FelixMoelder commented 1 year ago

Candidate variants are currently called based on covered and, if provided, the intersection of target regions. To reduce runtime close regions are getting merged. As a consequence called variants can originate from off-target regions. These are now getting eliminated by filtering the candidate calls by target regions if provided.