Skip to content

Commit

Permalink
fix: add missing parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
jonca79 authored Oct 16, 2024
1 parent e28d589 commit 9328c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/rules/jumble.smk
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ rule jumble_run:
"-r {params.reference} "
"-b {input.bam} "
"-v {input.vcf} "
"-o $(dirname {output.jumble_segments}) &> {log}"
"-o $(dirname {output.jumble_segments})) &> {log}"


rule jumble_cnvkit_call:
Expand Down

0 comments on commit 9328c59

Please sign in to comment.