Skip to content

Commit

Permalink
Fix typo in get_scale_method parameter name
Browse files Browse the repository at this point in the history
  • Loading branch information
alsmith151 committed Mar 21, 2024
1 parent 1ae16db commit a707b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seqnado/workflow/rules/heatmap.smk
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ rule heatmap_matrix:
input:
bigwigs=expand(
"seqnado_output/bigwigs/deeptools/{method}/{sample}.bigWig",
method=get_scale_method(cofig),
method=get_scale_method(config),
sample=prefix,
),
output:
Expand Down

0 comments on commit a707b38

Please sign in to comment.