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: general fixes and optimizations #263

Closed FelixMoelder closed 10 months ago

FelixMoelder commented 10 months ago

Since updating all integrated wrappers the workflow fails at certain points. Besides we write a lot of intermediate fastq and bam files without deleting them. For large samples this might end up in over a hundred gigabytes of additional disk storage. I therefore marked all of these intermediate results as temporary only keeping merged fastqs and recalibrated bam files.

List of changes:

Wrappers versions are not final, yet. They have been updated but we still need to wait for a new snakemake-wrappers release.

FelixMoelder commented 10 months ago

This is ready to review. Still, before merging we should update datavzrd once available as the was a rendering error fixed.