Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minor edit on how to run mriqc at subject level #37

Merged
merged 1 commit into from
Jul 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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