File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -265,6 +265,7 @@ def init_anat_preproc_wf(
265
265
sloppy = sloppy ,
266
266
omp_nthreads = omp_nthreads ,
267
267
skull_strip_fixed_seed = skull_strip_fixed_seed ,
268
+ fs_reuse_base = fs_reuse_base ,
268
269
)
269
270
anat_second_derivatives_wf = init_anat_second_derivatives_wf (
270
271
bids_root = bids_root ,
@@ -376,6 +377,7 @@ def init_anat_fit_wf(
376
377
sloppy : bool = False ,
377
378
name = "anat_fit_wf" ,
378
379
skull_strip_fixed_seed : bool = False ,
380
+ fs_reuse_base : bool = False ,
379
381
):
380
382
"""
381
383
Stage the anatomical preprocessing steps of *sMRIPrep*.
Original file line number Diff line number Diff line change @@ -315,7 +315,6 @@ def init_surface_recon_wf(
315
315
])
316
316
# fmt:on
317
317
318
-
319
318
# fmt:off
320
319
workflow .connect ([
321
320
(get_surfaces , midthickness , [
You can’t perform that action at this time.
0 commit comments