File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 6.6.1] ( https://github.com/snakemake-workflows/dna-seq-varlociraptor/compare/v6.6.0...v6.6.1 ) (2026-03-18)
4+
5+
6+ ### Miscellaneous Chores
7+
8+ * release 6.6.1 ([ 4ecaa79] ( https://github.com/snakemake-workflows/dna-seq-varlociraptor/commit/4ecaa7939bf3e555dac12cea6fed7d7e605a7b38 ) )
9+
310## [ 6.6.0] ( https://github.com/snakemake-workflows/dna-seq-varlociraptor/compare/v6.5.2...v6.6.0 ) (2026-03-06)
411
512
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ rule vembrane_table:
1111 log :
1212 "logs/vembrane-table/{group}.{event}.{calling_type}.log" ,
1313 shell :
14- 'vembrane table --header "{params.config[header]}" "{params.config[expr]}" '
14+ 'vembrane table --wide -- header "{params.config[header]}" "{params.config[expr]}" '
1515 "{input.bcf} > {output.bcf} 2> {log}"
1616
1717
You can’t perform that action at this time.
0 commit comments