Skip to content

Commit

Permalink
refactor: misspelled varianble
Browse files Browse the repository at this point in the history
  • Loading branch information
jonca79 authored Sep 20, 2024
1 parent 8c1fa42 commit a5e6ca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/rules/svdb.smk
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ rule svdb_merge:
overlap=config.get("svdb_merge", {}).get("overlap", 0.6),
bnd_distance=config.get("svdb_merge", {}).get("bnd_distance", 10000),
priority=get_priority,
vcfs=lambda wildards: get_vcfs_for_svdb_merge(wildards, add_suffix=True),
vcfs=lambda wildcards: get_vcfs_for_svdb_merge(wildcards, add_suffix=True),
log:
"cnv_sv/svdb_merge/{sample}_{type}.{tc_method}.merged.vcf.log",
benchmark:
Expand Down

0 comments on commit a5e6ca1

Please sign in to comment.