@@ -214,8 +214,6 @@ jobs:
214214 - run :
215215 name : Get intermediate transforms
216216 command : |
217- mkdir -p /tmp/pooch
218- cd /tmp/pooch
219217 # Caching intermediate templates so no need to constantly fetch
220218 XFM="from-MNI152NLin6Asym_to-MNIInfant+1_xfm.h5"
221219 echo "Downloading $XFM"
@@ -229,7 +227,6 @@ jobs:
229227 paths :
230228 - fslicense
231229 - bcp/nipype.cfg
232- - pooch/*
233230
234231 test_pytest :
235232 !!merge <<: *machine_defaults
@@ -348,8 +345,7 @@ jobs:
348345 --nthreads 4 -vv --age-months 2 --sloppy \
349346 --surface-recon-method infantfs \
350347 --derivatives precomputed=/tmp/data/${DATASET}/derivatives/bibsnet \
351- --output-layout bids --anat-only \
352- --pooch-cache-dir /tmp/pooch
348+ --output-layout bids --anat-only
353349 - run :
354350 name : Checking outputs of anatomical nibabies run
355351 command : |
@@ -378,8 +374,7 @@ jobs:
378374 --nthreads 4 -vv --age-months 2 \
379375 --surface-recon-method infantfs \
380376 --derivatives precomputed=/tmp/data/${DATASET}/derivatives/bibsnet \
381- --output-layout bids \
382- --pooch-cache-dir /tmp/pooch
377+ --output-layout bids
383378 - run :
384379 name : Checking outputs of full nibabies run
385380 command : |
@@ -425,8 +420,7 @@ jobs:
425420 --nthreads 4 -vv --age-months 2 \
426421 --surface-recon-method infantfs \
427422 --derivatives precomputed=/tmp/data/${DATASET}-t2only/derivatives/bibsnet \
428- --output-layout bids --anat-only --cifti-output \
429- --pooch-cache-dir /tmp/pooch
423+ --output-layout bids --anat-only --cifti-output
430424 - run :
431425 name : Checking outputs of T2-only nibabies anat
432426 command : |
0 commit comments