File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
docs/assets/fmriprep-bootcamp-geneva2024 Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html >
3
3
< head >
4
- < title > fMRIPrep Bootcamp | Day 1 :: Containers </ title >
4
+ < title > fMRIPrep Bootcamp | Day 1 :: Apptainer in UNIGE's HPC </ title >
5
5
< meta charset ="utf-8 ">
6
6
< link rel ="stylesheet " type ="text/css " href ="/assets/asciinema-player/asciinema-player.css " />
7
7
< style >
522
522
### 3 | MRIQC's specific arguments
523
523
524
524
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`:
527
528
``` 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
529
531
```
530
532
531
533
</ textarea >
Original file line number Diff line number Diff line change 607
607
| 14h00 | Introduction to UNIGE's HPC and running jobs |
608
608
| 14h45 | [Making data available on HPC (hands-on)](/assets/fmriprep-bootcamp-geneva2024/day1-05-data-and-hpc) |
609
609
| 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) |
611
611
| 16h00 | Hands-on: run fMRIPrep on the dataset |
612
612
| 17h00 | End |
613
613
| 19h00 | Welcome dinner |
You can’t perform that action at this time.
0 commit comments