Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
Merge pull request #355 from a3sha2/master
Browse files Browse the repository at this point in the history
update task for acompcor and acompcor_gsr
  • Loading branch information
a3sha2 committed Jun 29, 2020
2 parents 6edea31 + 8a84acd commit e290d98
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/task/task.mod
Original file line number Diff line number Diff line change
Expand Up @@ -780,8 +780,14 @@ done
exec_xcp mbind.R -x ${confmat[cxt]} -y OPdx${dx} -o ${confmat_path}
output confmat ${prefix}_confmat.1D
ac_path=${outdir}/${prefix}_acompcor.1D
if [[ -f ${confjson[cxt]} ]]; then
exec_xcp acompcor_select.py -j ${confjson[cxt]} -c ${fmriprepconf[cxt]} \
-o ${ac_path}
output acp ${prefix}_acompcor.1D
else
exec_xcp generate_confmat.R -i ${fmriprepconf[cxt]} -j aCompCor -o ${ac_path}
output acp ${prefix}_acompcor.1D
fi
exec_xcp mbind.R -x ${confmat[cxt]} -y ${acp[cxt]} -o ${confmat_path}
output confmat ${prefix}_confmat.1D
elif [[ ${task_confound[cxt]} == aroma ]]; then
Expand Down

0 comments on commit e290d98

Please sign in to comment.