@@ -297,7 +297,6 @@ jobs:
297297 - DATASET : bcp
298298 - CHECK_BCP : true
299299 - MIGAS_OPTOUT : " 1"
300- - NIBABIES_POOCH_DIR : /tmp/pooch
301300 steps :
302301 - checkout
303302 - run : *check_skip_job
@@ -348,7 +347,8 @@ jobs:
348347 --nthreads 4 -vv --age-months 2 --sloppy \
349348 --surface-recon-method infantfs \
350349 --derivatives precomputed=/tmp/data/${DATASET}/derivatives/bibsnet \
351- --output-layout bids --anat-only
350+ --output-layout bids --anat-only \
351+ --pooch-cache-dir /tmp/pooch
352352 - run :
353353 name : Checking outputs of anatomical nibabies run
354354 command : |
@@ -377,7 +377,8 @@ jobs:
377377 --nthreads 4 -vv --age-months 2 --sloppy \
378378 --surface-recon-method infantfs \
379379 --derivatives precomputed=/tmp/data/${DATASET}/derivatives/bibsnet \
380- --output-layout bids
380+ --output-layout bids \
381+ --pooch-cache-dir /tmp/pooch
381382 - run :
382383 name : Checking outputs of full nibabies run
383384 command : |
@@ -423,7 +424,8 @@ jobs:
423424 --nthreads 4 -vv --age-months 2 --sloppy \
424425 --surface-recon-method infantfs \
425426 --derivatives precomputed=/tmp/data/${DATASET}-t2only/derivatives/bibsnet \
426- --output-layout bids --anat-only --cifti-output
427+ --output-layout bids --anat-only --cifti-output \
428+ --pooch-cache-dir /tmp/pooch
427429 - run :
428430 name : Checking outputs of T2-only nibabies anat
429431 command : |
0 commit comments