@@ -297,7 +297,6 @@ jobs:
297
297
- DATASET : bcp
298
298
- CHECK_BCP : true
299
299
- MIGAS_OPTOUT : " 1"
300
- - NIBABIES_POOCH_DIR : /tmp/pooch
301
300
steps :
302
301
- checkout
303
302
- run : *check_skip_job
@@ -348,7 +347,8 @@ jobs:
348
347
--nthreads 4 -vv --age-months 2 --sloppy \
349
348
--surface-recon-method infantfs \
350
349
--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
352
352
- run :
353
353
name : Checking outputs of anatomical nibabies run
354
354
command : |
@@ -377,7 +377,8 @@ jobs:
377
377
--nthreads 4 -vv --age-months 2 --sloppy \
378
378
--surface-recon-method infantfs \
379
379
--derivatives precomputed=/tmp/data/${DATASET}/derivatives/bibsnet \
380
- --output-layout bids
380
+ --output-layout bids \
381
+ --pooch-cache-dir /tmp/pooch
381
382
- run :
382
383
name : Checking outputs of full nibabies run
383
384
command : |
@@ -423,7 +424,8 @@ jobs:
423
424
--nthreads 4 -vv --age-months 2 --sloppy \
424
425
--surface-recon-method infantfs \
425
426
--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
427
429
- run :
428
430
name : Checking outputs of T2-only nibabies anat
429
431
command : |
0 commit comments