File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -470,7 +470,7 @@ jobs:
470
470
which dmriprep | grep wheel\\/bin
471
471
INSTALLED_VERSION=$(dmriprep --version)
472
472
INSTALLED_VERSION=${INSTALLED_VERSION%$'\r'}
473
- INSTALLED_VERSION=${INSTALLED_VERSION#*"dmriprep v"}
473
+ INSTALLED_VERSION=${INSTALLED_VERSION#*"dMRIPrep v"}
474
474
echo "VERSION: \"$THISVERSION\""
475
475
echo "INSTALLED: \"$INSTALLED_VERSION\""
476
476
test "$INSTALLED_VERSION" = "$THISVERSION"
Original file line number Diff line number Diff line change @@ -201,15 +201,15 @@ def init_single_subject_wf(subject_id):
201
201
freesurfer = config .workflow .run_reconall ,
202
202
hires = config .workflow .hires ,
203
203
longitudinal = config .workflow .longitudinal ,
204
- num_t1w = len (subject_data ['t1w' ]),
205
204
omp_nthreads = config .nipype .omp_nthreads ,
206
205
output_dir = str (config .execution .output_dir ),
207
206
reportlets_dir = reportlets_dir ,
208
207
skull_strip_fixed_seed = config .workflow .skull_strip_fixed_seed ,
209
- # skull_strip_mode='force',
208
+ skull_strip_mode = 'force' ,
210
209
skull_strip_template = Reference .from_string (
211
210
config .workflow .skull_strip_template )[0 ],
212
211
spaces = spaces ,
212
+ t1w = subject_data ['t1w' ],
213
213
)
214
214
215
215
workflow .connect ([
You can’t perform that action at this time.
0 commit comments