You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,4 +19,4 @@ To get an account and connect, follow the instructions in the
19
19
20
20
### How can I connect to a cluster from outside the UCLouvain network?
21
21
22
-
Use a a VPN to connect as-if you are within the UCLouvain network. Check [how to use UCLouvain VPN](https://intranet.uclouvain.be/fr/myucl/services-informatiques/vpn.html)
22
+
Use a a VPN to connect as-if you are within the UCLouvain network. Check [how to use UCLouvain VPN](https://intranet.uclouvain.be/fr/myucl/services-informatiques/vpn.html)
Copy file name to clipboardExpand all lines: doc/run_fmriprep.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,8 +60,8 @@ Content of the `cpp_fmriprep.slurm` file (download and edit from [here](cpp_fmri
60
60
!!! Warning
61
61
62
62
1. Read the fmriprep documentation to know what you are doing and how the arguments of the run call effects the results
63
-
2. All the paths and email are set afte Marco's users for demosntration.
64
-
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.).
63
+
2. All the paths and email are set afte Marco's users for demosntration.
64
+
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.).
Copy file name to clipboardExpand all lines: doc/run_mriqc.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,8 +65,8 @@ Content of the `cpp_mriqc.slurm` file (download and edit from [here](cpp_mriqc.s
65
65
!!! Warning
66
66
67
67
1. Read the MRIqc documentation to know what you are doing and how the arguments of the run call effects the results
68
-
2. All the paths and email are set afte Marco's users for demosntration.
69
-
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.).
68
+
2. All the paths and email are set afte Marco's users for demosntration.
69
+
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.).
70
70
71
71
```bash
72
72
{% include "cpp_mriqc.slurm" %}
@@ -92,15 +92,15 @@ sbatch cpp_mriqc.slurm sub-01
92
92
ls -d sub* | xargs -n1 -I{} sbatch path/to/cpp_mriqc.slurm {}
93
93
```
94
94
95
-
### Group level
95
+
### Group level
96
96
97
97
Content of the `cpp_mriqc_group.slurm` file (download and edit from [here](cpp_mriqc_group.slurm))
98
98
99
99
!!! Warning
100
100
101
101
1. Read the MRIqc documentation to know what you are doing and how the arguments of the run call effects the results
102
-
2. All the paths and email are set afte Marco's users for demosntration.
103
-
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.).
102
+
2. All the paths and email are set afte Marco's users for demosntration.
103
+
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.).
0 commit comments