File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ subjID=$1
6262TaskName=$2
6363
6464# "latest" or procide specific version number
65- FMRIPREP_VERSION=" 23.1.4 "
65+ FMRIPREP_VERSION=" 24.0.0 "
6666
6767# set username to locate scratch folder
6868ceci_username=" marcobar"
@@ -87,15 +87,15 @@ singularity run --cleanenv \
8787 -B " ${bids_dir} " :/bids_dir \
8888 -B " ${output_dir} " :/output \
8989 -B " ${freesurfer_license_folder} " :/freesurfer_license \
90- " ${path_to_singularity_image} " \
91- /bids_dir \
92- /output \
93- participant --participant-label " ${subjID} " \
94- --task " ${TaskName} " \
95- --work-dir /scratch_dir/work-fmriprep \
96- --fs-license-file /freesurfer_license/license.txt \
97- --output-spaces MNI152NLin2009cAsym T1w \
98- --dummy-scans ${nb_dummy_scans} \
99- --notrack \
100- --skip_bids_validation \
101- --stop-on-first-crash
90+ " ${path_to_singularity_image} " \
91+ /bids_dir \
92+ /output \
93+ participant --participant-label " ${subjID} " \
94+ --task " ${TaskName} " \
95+ --work-dir /scratch_dir/work-fmriprep/ " ${subjID} " \
96+ --fs-license-file /freesurfer_license/license.txt \
97+ --output-spaces MNI152NLin2009cAsym T1w \
98+ --dummy-scans ${nb_dummy_scans} \
99+ --notrack \
100+ --skip_bids_validation \
101+ --stop-on-first-crash
You can’t perform that action at this time.
0 commit comments