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: sample has umis #265

Closed FelixMoelder closed 10 months ago

FelixMoelder commented 10 months ago

Not really a fix but a semantical correction. The function sample_has_umis returns false if a sample contains umis. As this implementation was consistently confused the workflow ran correctly. Still, to prevent any mistakes in the future it should be changed.