Skip to content

Commit

Permalink
fix bug introdued when reoslving conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
akhanf committed Mar 6, 2025
1 parent e695456 commit d622595
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hippunfold/workflow/rules/unfold_reg.smk
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ rule native_metric_to_unfold_nii:
root=root,
datatype="surf",
suffix="inner.surf.gii",
space="unfoldsmoothed",
space="unfold",
hemi="{hemi}",
label="{label}",
**inputs.subj_wildcards,
Expand All @@ -105,7 +105,7 @@ rule native_metric_to_unfold_nii:
root=root,
datatype="surf",
suffix="midthickness.surf.gii",
space="unfoldsmoothed",
space="unfold",
hemi="{hemi}",
label="{label}",
**inputs.subj_wildcards,
Expand All @@ -114,7 +114,7 @@ rule native_metric_to_unfold_nii:
root=root,
datatype="surf",
suffix="outer.surf.gii",
space="unfoldsmoothed",
space="unfold",
hemi="{hemi}",
label="{label}",
**inputs.subj_wildcards,
Expand Down

0 comments on commit d622595

Please sign in to comment.