Skip to content

Commit

Permalink
Merge pull request #321 from khanlab/bugfix-dentatecurv
Browse files Browse the repository at this point in the history
FIX: hipp curvature was being used always, instead of wildcard
  • Loading branch information
akhanf authored Dec 9, 2024
2 parents 253e007 + bdc0233 commit 3bc01da
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 3bc01da

Please sign in to comment.