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 15, 2024
1 parent 27f4e7b commit e191a95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hippunfold/workflow/rules/preproc_t1.smk
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ else:

def reg_to_template_cmd(wildcards, input, output):

ref = (
ref = str(
Path(input.template_dir)
/ config["template_files"][config["template"]][wildcards.modality],
)
Expand Down
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 e191a95

Please sign in to comment.