Skip to content

Commit

Permalink
add padding param to somatic_variant_calling_mutect2_split
Browse files Browse the repository at this point in the history
  • Loading branch information
tedil committed Feb 6, 2025
1 parent 48747c4 commit 2dcc98f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ rule somatic_variant_calling_mutect2_split:
)
),
params:
padding=5000,
ignore_chroms=wf.w_config.get("ignore_chroms", wf.config.get("ignore_chroms", [])),
fai=config["static_data_config"]["reference"]["path"] + ".fai",
log:
Expand Down

0 comments on commit 2dcc98f

Please sign in to comment.