Skip to content

Commit 80c7cdf

Browse files
Merge pull request #19 from marcobarilari/marco_small-fixies
last fixes to run fmriprep
2 parents fe9b4ca + b28c013 commit 80c7cdf

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

doc/cpp_fmriprep.slurm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
#SBATCH --job-name=fMRIprep
4-
#SBATCH --time=09:00:00 # hh:mm:ss
4+
#SBATCH --time=00:05:00 # hh:mm:ss
55

66
#SBATCH --ntasks=1
77
#SBATCH --cpus-per-task=6
@@ -10,7 +10,7 @@
1010

1111
#SBATCH --mail-user=marco.barilari@uclouvain.be
1212
#SBATCH --mail-type=ALL
13-
#SBATCH --output=$HOME/jobs_report/fmriprep_job-%j.txt
13+
#SBATCH --output=/home/ucl/irsp/marcobar/jobs_report/fmriprep_job-%j.txt
1414

1515
#SBATCH --comment=project-name
1616

doc/run_fmriprep.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ Content of the `cpp_fmriprep.slurm` file (download and edit from [here](cpp_fmri
4949
!!! Warning
5050

5151
1. Read the fmriprep documentation to know what you are doing and how the arguments of the run call effects the results
52-
2. Edit the scripts with the info you need to make it run for your user (check the paths and the `username` etc.)
52+
2. All the paths and email are set afte Marco's users for demosntration.
53+
3. Edit the scripts with the info you need to make it run for your user from top to buttom of the script, do not over look the first "commented" chunk cause it is not a real commented section (check the email and job report path, data paths and the `username` etc.).
5354

5455
```bash
5556
{% include "cpp_fmriprep.slurm" %}

0 commit comments

Comments
 (0)