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
81 stars 36 forks source link

fix: fusion candidate filtering and add HGVSc to variant datavzrd report #299

Closed FelixMoelder closed 2 months ago

FelixMoelder commented 2 months ago

The fusion calling workflow fails in case of candidate calls being filtered. This happens as vembrane filter does not keep entries coordinate sorted but groups records by fusion mates. Therefore varlociraptor preprocess fails as it expects coordinate sorted input.

Further a minor change to the variant calling datavzrd report has been made. The report now shows HGVSc instead of HGVSg values. HGVSg values are still used for Genome Nexus linkouts but the entry itself is now hidden.