Skip to content

Commit

Permalink
Merge pull request #37 from marcobarilari/main
Browse files Browse the repository at this point in the history
minor edit on how to run mriqc at subject level
  • Loading branch information
marcobarilari authored Jul 5, 2024
2 parents 66cea05 + 9ce0000 commit f9acf46
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions doc/cpp_mriqc.slurm
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,19 @@
#
# writtent by CPP people
#
# Submission command for Lemaitre4
# USAGE on cluster:
#
# sbatch cpp_mriqc_group.slurm
# sbatch cpp_mriqc.slurm <subjID>
#
# examples:
# - 1 subject
#
# sbatch cpp_mriqc.slurm sub-01
#
# submit all the subjects (1 per job) all at once
# read subj list to submit each to a job for all the tasks
# !!! to run from within `raw` folder
# ls -d sub* | xargs -n1 -I{} sbatch path/to/cpp_mriqc.slurm {}

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

0 comments on commit f9acf46

Please sign in to comment.