Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tdayris committed Jul 10, 2024
1 parent 6c37742 commit 1b595a8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion workflow/rules/common.smk
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,9 @@ def get_filter_mutect_calls_input(
intervals: str | None = get_intervals(wildcards)
if intervals:
filter_mutect_calls_input["intervals"] = intervals
filter_mutect_calls_input["contamination_table"] = "tmp/fair_gatk_mutect2_gatk_calculate_contamination/{wildcards.species}.{wildcards.build}.{wildcards.release}.{wildcards.datatype}/{wildcards.sample}.pileups.table".format(
filter_mutect_calls_input[
"contamination_table"
] = "tmp/fair_gatk_mutect2_gatk_calculate_contamination/{wildcards.species}.{wildcards.build}.{wildcards.release}.{wildcards.datatype}/{wildcards.sample}.pileups.table".format(
wildcards=wildcards
)

Expand Down

0 comments on commit 1b595a8

Please sign in to comment.