Skip to content

Commit

Permalink
hipp curvature was being used always, instead of wildcard
Browse files Browse the repository at this point in the history
this didn't affect any workflow computations, just the subsequent
dscalar.nii and spec file that would have the wrong curvature map
  • Loading branch information
akhanf committed Dec 9, 2024
1 parent 8230c03 commit bdc0233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hippunfold/workflow/rules/gifti.smk
Original file line number Diff line number Diff line change
Expand Up @@ -978,7 +978,7 @@ rule normalize_curvature2:
space="{space}",
hemi="{hemi}",
desc="unnorm",
label="hipp",
label="{autotop}",
**config["subj_wildcards"]
),
output:
Expand Down

0 comments on commit bdc0233

Please sign in to comment.