Skip to content

Commit

Permalink
fix a couple typos
Browse files Browse the repository at this point in the history
  • Loading branch information
akhanf committed Feb 16, 2024
1 parent b981a91 commit de12dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hippunfold/workflow/rules/shape_inject.smk
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ rule import_template_shape:
container:
config["singularity"]["autotop"]
shell:
"cp {input} {output}"
"cp {params.template_seg} {output.template_seg}"


def get_image_pairs(wildcards, input):
Expand Down

0 comments on commit de12dea

Please sign in to comment.