Skip to content

Commit

Permalink
fix dag issue
Browse files Browse the repository at this point in the history
also reverts naming of unfoldeven to unfold
(we now call the upstream surface unfolduneven)
  • Loading branch information
akhanf committed Mar 3, 2025
1 parent 53382ba commit 76eb984
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions hippunfold/workflow/rules/native_surf.smk
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ rule update_native_mesh_structure:
surf_gii=bids(
root=work,
datatype="surf",
suffix="{surfname}.surf.gii",
space="{space}",
suffix="{surfname,midthickness|inner|outer}.surf.gii",
space="{space,corobl|unfold}",
hemi="{hemi}",
label="{label}",
**inputs.subj_wildcards,
Expand Down Expand Up @@ -448,7 +448,7 @@ rule warp_native_mesh_to_unfold:
datatype="surf",
suffix="{surfname}.surf.gii",
desc="nostruct",
space="unfold",
space="unfolduneven",
hemi="{hemi}",
label="{label}",
**inputs.subj_wildcards,
Expand Down Expand Up @@ -476,7 +476,7 @@ rule space_unfold_vertices_evenly:
datatype="surf",
suffix="midthickness.surf.gii",
desc="nostruct",
space="unfold",
space="unfolduneven",
hemi="{hemi}",
label="{label}",
**inputs.subj_wildcards,
Expand All @@ -499,7 +499,7 @@ rule space_unfold_vertices_evenly:
datatype="surf",
suffix="midthickness.surf.gii",
desc="nostruct",
space="unfoldeven",
space="unfold",
hemi="{hemi}",
label="{label}",
**inputs.subj_wildcards,
Expand Down Expand Up @@ -530,7 +530,7 @@ rule gen_inner_outer_unfoldeven:
datatype="surf",
suffix="midthickness.surf.gii",
desc="nostruct",
space="unfoldeven",
space="unfold",
hemi="{hemi}",
label="{label}",
**inputs.subj_wildcards,
Expand All @@ -543,7 +543,7 @@ rule gen_inner_outer_unfoldeven:
datatype="surf",
suffix="{surfname,inner|outer}.surf.gii",
desc="nostruct",
space="unfoldeven",
space="unfold",
hemi="{hemi}",
label="{label}",
**inputs.subj_wildcards,
Expand Down
8 changes: 4 additions & 4 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="unfoldeven",
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="unfoldeven",
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="unfoldeven",
space="unfold",
hemi="{hemi}",
label="{label}",
**inputs.subj_wildcards,
Expand All @@ -136,7 +136,7 @@ rule native_metric_to_unfold_nii:
root=work,
datatype="anat",
suffix="{metric}.nii.gz",
space="unfoldeven",
space="unfold",
hemi="{hemi}",
label="{label}",
**inputs.subj_wildcards,
Expand Down

0 comments on commit 76eb984

Please sign in to comment.