We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66cea05 commit 9ce0000Copy full SHA for 9ce0000
doc/cpp_mriqc.slurm
@@ -21,9 +21,19 @@
21
#
22
# writtent by CPP people
23
24
-# Submission command for Lemaitre4
+# USAGE on cluster:
25
26
-# sbatch cpp_mriqc_group.slurm
+# sbatch cpp_mriqc.slurm <subjID>
27
+#
28
+# examples:
29
+# - 1 subject
30
31
+# sbatch cpp_mriqc.slurm sub-01
32
33
+# submit all the subjects (1 per job) all at once
34
+# read subj list to submit each to a job for all the tasks
35
+# !!! to run from within `raw` folder
36
+# ls -d sub* | xargs -n1 -I{} sbatch path/to/cpp_mriqc.slurm {}
37
38
# create jobs_report folder in case they don't exist
39
mkdir -p $HOME/jobs_report/
0 commit comments