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

feat: gene coverage report #270

Closed FelixMoelder closed 8 months ago

FelixMoelder commented 8 months ago

This adds an additional datavzrd report showing the gene mean gene coverages per sample group-wise.

While the annotation file previously was a gzip file we now directly output a plain gtf file. This must be done for fusion calling anyway as zipped files are not supported.