Skip to content

Commit f9acf46

Browse files
Merge pull request #37 from marcobarilari/main
minor edit on how to run mriqc at subject level
2 parents 66cea05 + 9ce0000 commit f9acf46

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

doc/cpp_mriqc.slurm

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,19 @@
2121
#
2222
# writtent by CPP people
2323
#
24-
# Submission command for Lemaitre4
24+
# USAGE on cluster:
2525
#
26-
# sbatch cpp_mriqc_group.slurm
26+
# 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 {}
2737

2838
# create jobs_report folder in case they don't exist
2939
mkdir -p $HOME/jobs_report/

0 commit comments

Comments
 (0)