Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan DeKraker - B. Bernhardt Lab committed Feb 21, 2024
1 parent a708c32 commit f47f56c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hippunfold/workflow/rules/preproc_t1.smk
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ rule warp_t1_to_corobl_crop:
template_dir=Path(download_dir) / "template" / config["template"],
params:
ref=lambda wildcards, input: Path(input.template_dir)
/ config["template_files"][config["template"]]["crop_ref"].format(**wildcards),
/ config["template_files"][config["template"]]["crop_ref"].format(**wildcards, modality="T1w"),
output:
t1=bids(
root=work,
Expand Down

0 comments on commit f47f56c

Please sign in to comment.