File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 3838# - multipple tasks
3939# sbatch cpp_fmriprep.sh sub-01 'visMotLocalizer audMotLocalizer'
4040
41- # create output and jobs_report folders in case they don't exist
42- mkdir -p " ${output_dir} "
41+ # create jobs_report and output folders in case they don't exist
4342mkdir -p $HOME /jobs_report/
43+ mkdir -p " ${output_dir} "
4444
4545# fail whenever something is fishy
4646# -e exit immediately
@@ -69,6 +69,7 @@ bids_dir="$HOME/fmriprep_trial/raw"
6969output_dir=" $HOME /fmriprep_trial/derivatives/fmriprep"
7070freesurfer_license_folder=" $HOME /tools/freesurfer_license"
7171
72+ # make the scratch folder, here there is no limit space and fmriprep can store stuff in case of crash and do not start from zero again
7273mkdir -p " ${scratch_dir} " /work-fmriprep
7374
7475singularity run --cleanenv \
You can’t perform that action at this time.
0 commit comments