Skip to content

Commit

Permalink
Update docs/source/resources/mriqc.sbatch
Browse files Browse the repository at this point in the history
Co-authored-by: Oscar Esteban <[email protected]>
  • Loading branch information
mckenziephagen and oesteban authored Oct 15, 2024
1 parent b2cf66e commit 2c257fd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/source/resources/mriqc.sbatch
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,7 @@ echo Subject $subject
cmd="${APPTAINER_CMD} ${BIDS_DIR} ${OUTPUT_DIR} participant \
--participant-label $subject \
-w $PWD/work/ \
--omp-nthreads 10 --nprocs 12 \
# For nodes with at least 32GB RAM
--verbose-reports"
--omp-nthreads 10 --nprocs 12" # For nodes with at least 32GB RAM

echo Running task ${SLURM_ARRAY_TASK_ID}
echo Commandline: $cmd
Expand Down

0 comments on commit 2c257fd

Please sign in to comment.