File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
nibabies/workflows/anatomical Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -196,12 +196,12 @@ def init_infant_anat_wf(
196
196
197
197
# Define output workflows
198
198
anat_reports_wf = init_anat_reports_wf (
199
- surface_recon = freesurfer , output_dir = output_dir , sloppy = sloppy
199
+ surface_recon = recon_method , output_dir = output_dir , sloppy = sloppy
200
200
)
201
201
202
202
anat_derivatives_wf = init_anat_derivatives_wf (
203
203
bids_root = bids_root ,
204
- surface_recon = freesurfer ,
204
+ surface_recon = recon_method ,
205
205
num_t1w = num_t1w ,
206
206
num_t2w = num_t2w ,
207
207
output_dir = output_dir ,
@@ -427,7 +427,7 @@ def init_infant_anat_wf(
427
427
])
428
428
# fmt:on
429
429
430
- if not freesurfer :
430
+ if not recon_method :
431
431
return wf
432
432
433
433
if recon_method == 'freesurfer' :
You can’t perform that action at this time.
0 commit comments