Releases: snakemake-workflows/dna-seq-varlociraptor
Releases · snakemake-workflows/dna-seq-varlociraptor
v3.17.1
3.17.1 (2022-09-27)
Bug Fixes
- use latest bcftools concat wrapper which fixes a regression that caused it to just pass on the first given bcf. This was leading to missing a lot of calls! Make sure to rerun with the following:
-R merge_calls gather_annotated_calls gather_benchmark_calls bcftools_concat gather_calls
if those rules were executed with release 3.16 or 3.17. (56be4e1)
v3.17.0
3.17.0 (2022-09-23)
Features
- allow multiple target_regions BED files defined in config.yaml, merging them into one (#161) (84064ef)
- more informative file names (#148) (4b99df9)
v3.16.0
3.16.0 (2022-09-01)
Features
- add group annotation capabilities and corresponding display thereof in oncoprint views (#158) (c8aa3f5)
Bug Fixes
- update conda envs and wrappers (if necessary) to work properly with strict priorities (#159) (a5d7be3)
v3.14.0
3.14.0 (2022-05-20)
Features
Bug Fixes
- automatically calculate genomic sites covered for tumor mutational burden calculation (#130) (7a26dcc)
v3.13.0
3.13.0 (2022-05-11)
Features
Bug Fixes
- update to latest datavzrd, which fixes various little glitches (77b01de)
v3.12.0
3.12.0 (2022-05-10)
Features
Bug Fixes
- obtain domain for tick plots in datavzrd report from all related columns (#142) (2e57b12)