Skip to content

Commit

Permalink
Merge pull request #424 from mgxd/fix/multistepreg
Browse files Browse the repository at this point in the history
FIX: Multi-step registration options
  • Loading branch information
mgxd authored Dec 20, 2024
2 parents 7813345 + 4ab5421 commit f95e40b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions nibabies/workflows/anatomical/registration.py
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,7 @@ def init_concat_registrations_wf(
),
name='intermed_xfms',
iterfield=['std'],
overwrite=True, # otherwise, cache hits but not guarantee files are present on reruns
run_without_submitting=True,
)

Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ dependencies = [
"nipype >= 1.8.5",
"nireports >= 23.2.0",
"nitime",
"nitransforms >= 24.1.1",
# "nitransforms >= 24.1.1",
"nitransforms @ git+https://github.com/nipy/nitransforms.git@enh/itk-displacement-field",
"niworkflows >= 1.12.1",
"numpy >= 1.21.0",
"packaging",
Expand Down

0 comments on commit f95e40b

Please sign in to comment.