Skip to content

Commit

Permalink
quick patch for changed rule name
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan DeKraker committed Dec 19, 2024
1 parent 3d0a60c commit d52974f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hippunfold/workflow/rules/native_surf.smk
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ resample_from_density = (
)


# if we aren't doing unfolded reg, then we have these rules override correct_nan_vertices2
ruleorder: resample_native_surf > correct_nan_vertices2
ruleorder: warp_midthickness_to_inout > correct_nan_vertices2
# if we aren't doing unfolded reg, then we have these rules override correct_bad_vertices2
ruleorder: resample_native_surf > correct_bad_vertices2
ruleorder: warp_midthickness_to_inout > correct_bad_vertices2


rule prep_hipp_coords_for_meshing:
Expand Down

0 comments on commit d52974f

Please sign in to comment.