Skip to content

Commit 50c6bd2

Browse files
committed
fix: minor fixes
1 parent d709dc4 commit 50c6bd2

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

docs/assets/fmriprep-bootcamp-geneva2024/day1-04-containers/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,7 @@
742742
```
743743
* .larger[*fMRIPrep*]
744744
``` Bash
745-
docker pull nipreps/fmriprep:24.0.1rc0
745+
docker pull nipreps/fmriprep:24.1.0rc0
746746
```
747747
]
748748
]

docs/assets/fmriprep-bootcamp-geneva2024/day1-06-apptainer/index.html

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -480,8 +480,9 @@
480480
#SBATCH --time=1:00:00 #NOTE: likely longer than generally needed
481481
#SBATCH --ntasks 1
482482
#SBATCH --cpus-per-task=16
483-
#SBATCH --mem-per-cpu=4G
484-
#SBATCH --partition=public-cpu
483+
#SBATCH --mem-per-cpu=1G
484+
#SBATCH --partition=shared-cpu
485+
#SBATCH --reservation=share_courvoisier_workshop_570
485486

486487
# Outputs ----------------------------------
487488
#SBATCH --output log/%x-%A-%a.out
@@ -523,11 +524,9 @@
523524

524525
We only run T1w images (`-m T1w`), we make it more verbose `-vv`,
525526
we name the dataset (`--dsname bootcamp`), we allow the workflow
526-
to run up to 16 processes with up to 8 cores each `--nprocs 16 --omp-nthreads 8`,
527-
and preserve the intermediate files at `$HOME/scratch/work`:
527+
to run up to 16 processes with up to 8 cores each `--nprocs 16 --omp-nthreads 8`:
528528
``` Bash
529-
-m T1w -vv --dsname bootcamp --nprocs 16 --omp-nthreads 8 \
530-
-w $HOME/scratch/work
529+
-m T1w -vv --dsname bootcamp --nprocs 16 --omp-nthreads 8
531530
```
532531

533532
</textarea>

0 commit comments

Comments
 (0)