File tree Expand file tree Collapse file tree 2 files changed +487
-3
lines changed Expand file tree Collapse file tree 2 files changed +487
-3
lines changed Original file line number Diff line number Diff line change @@ -120,11 +120,11 @@ jobs:
120120 --compcor
121121 mv /tmp/data/ds005/derivatives/rsOut /tmp/data/ds005/derivatives/rsOutCompcor
122122 - run :
123- name : Check outputs
123+ name : Check compcor outputs
124124 command : |
125125 mkdir -p /tmp/ds005/test
126- find /tmp/data/ds005/derivatives/rsOutCompcor -type f | sed s+/tmp/data/ds005/derivatives/rsOutCompcor++ | sort > /tmp/ds005/test/outputs.out
127- diff /tmp/src/RestingState/.circleci/ds005_compcor.txt /tmp/ds005/test/outputs.out
126+ find /tmp/data/ds005/derivatives/rsOutCompcor -type f | sed s+/tmp/data/ds005/derivatives/rsOutCompcor++ | sort > /tmp/ds005/test/outputs-compcor .out
127+ diff /tmp/src/RestingState/.circleci/ds005_compcor.txt /tmp/ds005/test/outputs-compcor .out
128128 exit $?
129129 - store_artifacts :
130130 path : /tmp/data/ds005/derivatives/rsOutCompcor
@@ -140,6 +140,13 @@ jobs:
140140 --roiList=/data/derivatives/data/roi_list.txt \
141141 --compcor_global
142142 mv /tmp/data/ds005/derivatives/rsOut /tmp/data/ds005/derivatives/rsOutCompcorGlobal
143+ - run :
144+ name : Check compcor_global outputs
145+ command : |
146+ mkdir -p /tmp/ds005/test
147+ find /tmp/data/ds005/derivatives/rsOutCompcorGlobal -type f | sed s+/tmp/data/ds005/derivatives/rsOutCompcorGlobal++ | sort > /tmp/ds005/test/outputs-compcor_global.out
148+ diff /tmp/src/RestingState/.circleci/ds005_compcor_global.txt /tmp/ds005/test/outputs-compcor_global.out
149+ exit $?
143150 - store_artifacts :
144151 path : /tmp/data/ds005/derivatives/rsOutCompcorGlobal
145152
You can’t perform that action at this time.
0 commit comments