Skip to content

Commit 2f52231

Browse files
committed
enh: minor updates
1 parent 8b8badc commit 2f52231

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<title>fMRIPrep Bootcamp | Day 1 :: Containers</title>
4+
<title>fMRIPrep Bootcamp | Day 1 :: Apptainer in UNIGE's HPC</title>
55
<meta charset="utf-8">
66
<link rel="stylesheet" type="text/css" href="/assets/asciinema-player/asciinema-player.css" />
77
<style>
@@ -522,10 +522,12 @@
522522
### 3 | MRIQC's specific arguments
523523

524524
We only run T1w images (`-m T1w`), we make it more verbose `-vv`,
525-
we name the dataset (`--dsname bootcamp`) and we allow the workflow
526-
to run up to 16 processes with up to 8 cores each `--nprocs 16 --omp-nthreads 8`:
525+
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`:
527528
``` Bash
528-
-m T1w -vv --dsname bootcamp --nprocs 16 --omp-nthreads 8
529+
-m T1w -vv --dsname bootcamp --nprocs 16 --omp-nthreads 8 \
530+
-w $HOME/scratch/work
529531
```
530532

531533
</textarea>

docs/assets/fmriprep-bootcamp-geneva2024/home/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@
607607
| 14h00 | Introduction to UNIGE's HPC and running jobs |
608608
| 14h45 | [Making data available on HPC (hands-on)](/assets/fmriprep-bootcamp-geneva2024/day1-05-data-and-hpc) |
609609
| 15h15 | Coffee break |
610-
| 15h30 | [Hands-on: Apptainer within HPC Unige](/assets/fmriprep-bootcamp-geneva2024/day1-06-apptainer) |
610+
| 15h30 | [Hands-on: Apptainer in UNIGE's HPC](/assets/fmriprep-bootcamp-geneva2024/day1-06-apptainer) |
611611
| 16h00 | Hands-on: run fMRIPrep on the dataset |
612612
| 17h00 | End |
613613
| 19h00 | Welcome dinner |

0 commit comments

Comments
 (0)