Skip to content

Commit

Permalink
cli.afni_task_subj and cli.afni_resting_subj working
Browse files Browse the repository at this point in the history
  • Loading branch information
nmuncy committed May 17, 2022
1 parent 033d6fd commit 35d48ee
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 10 deletions.
4 changes: 2 additions & 2 deletions func_processing/cli/afni_resting_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
Final output is:
<proj_dir>/derivatives/afni/analyses/FINAL_RS-<seed>*
Examples
Example
--------
code_dir="$(pwd)"/func_processing
code_dir=/home/nmuncy/compute/func_processing/func_processing
sbatch --job-name=runRSGroup \
--output=${code_dir}/logs/runAfniRestGroup_log \
--mem-per-cpu=4000 \
Expand Down
7 changes: 4 additions & 3 deletions func_processing/cli/afni_resting_subj.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,18 @@
Seed-based regression matrix is:
decon_task-rest_<anaticor>_<seed>_ztrans+tlrc.
Examples
Example
--------
code_dir="$(pwd)"/func_processing
code_dir=/home/nmuncy/compute/func_processing/func_processing
sbatch --job-name=runAfniRest \
--output=${code_dir}/logs/runAfniRest_log \
--mem-per-cpu=4000 \
--partition=IB_44C_512G \
--account=iacc_madlab \
--qos=pq_madlab \
${code_dir}/cli/afni_resting_subj.py \
-c $code_dir
-c $code_dir \
-j ${code_dir}/examples/rs_seed.json
"""


Expand Down
2 changes: 1 addition & 1 deletion func_processing/cli/afni_task_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
Example
--------
code_dir="$(pwd)"/func_processing
code_dir=/home/nmuncy/compute/func_processing/func_processing
sbatch --job-name=runTaskGroup \
--output=${code_dir}/logs/runAfniTaskGroup_log \
--mem-per-cpu=4000 \
Expand Down
2 changes: 1 addition & 1 deletion func_processing/cli/afni_task_subj.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
Example
--------
code_dir="$(pwd)"/func_processing
code_dir=/home/nmuncy/compute/func_processing/func_processing
sbatch --job-name=runAfniTask \
--output=${code_dir}/logs/runAfniTask_log \
--mem-per-cpu=4000 \
Expand Down
2 changes: 1 addition & 1 deletion func_processing/cli/ashs.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
Example
--------
code_dir="$(pwd)"/func_processing
code_dir=/home/nmuncy/compute/func_processing/func_processing
sbatch --job-name=runAshs \
--output=${code_dir}/logs/runAshs_log \
--mem-per-cpu=4000 \
Expand Down
2 changes: 1 addition & 1 deletion func_processing/cli/fmriprep.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
Example
--------
code_dir="$(pwd)"/func_processing
code_dir=/home/nmuncy/compute/func_processing/func_processing
sbatch --job-name=runPrep \
--output=${code_dir}/logs/runPrep_log \
--mem-per-cpu=4000 \
Expand Down
2 changes: 1 addition & 1 deletion func_processing/cli/reface.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Examples
--------
code_dir="$(pwd)"/func_processing
code_dir=/home/nmuncy/compute/func_processing/func_processing
sbatch --job-name=runReface \
--output=${code_dir}/logs/runReface_log \
--mem-per-cpu=4000 \
Expand Down
1 change: 1 addition & 0 deletions func_processing/examples/rs_seed.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"rPCC": "5 -55 25"}

0 comments on commit 35d48ee

Please sign in to comment.