1 parent 3b3990c commit 2b90119Copy full SHA for 2b90119
1 file changed
workflow/rules/5_balancing_selection_betascan.smk
@@ -64,7 +64,7 @@ rule get_allele_counts:
64
shell:
65
"""
66
set -e
67
- exec 2> "{log}"
+ exec 2> {log}
68
69
cmd="bcftools view {input.vcf}"
70
0 commit comments