Skip to content

Commit

Permalink
Update cpp_fmriprep.slurm
Browse files Browse the repository at this point in the history
  • Loading branch information
marcobarilari authored Oct 23, 2023
1 parent 7637169 commit a034e85
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/cpp_fmriprep.slurm
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
# - multipple tasks
# sbatch cpp_fmriprep.sh sub-01 'visMotLocalizer audMotLocalizer'

# create output and jobs_report folders in case they don't exist
mkdir -p "${output_dir}"
# create jobs_report and output folders in case they don't exist
mkdir -p $HOME/jobs_report/
mkdir -p "${output_dir}"

# fail whenever something is fishy
# -e exit immediately
Expand Down Expand Up @@ -69,6 +69,7 @@ bids_dir="$HOME/fmriprep_trial/raw"
output_dir="$HOME/fmriprep_trial/derivatives/fmriprep"
freesurfer_license_folder="$HOME/tools/freesurfer_license"

# 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
mkdir -p "${scratch_dir}"/work-fmriprep

singularity run --cleanenv \
Expand Down

0 comments on commit a034e85

Please sign in to comment.