File tree 3 files changed +4
-5
lines changed
3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -388,8 +388,7 @@ jobs:
388
388
--sloppy --write-graph --use-syn-sdc --mem_mb 4096 \
389
389
--use-aroma \
390
390
--skull-strip-template OASIS30ANTs:res-1 \
391
- --output-space T1w template fsaverage5 fsnative \
392
- --template-resampling-grid native \
391
+ --output-spaces MNI152NLin2009cAsym fsaverage5 fsnative MNI152NLin6Asym anat \
393
392
--use-plugin /home/circleci/src/fmriprep/.circleci/legacy.yml \
394
393
--nthreads 2 --cifti-output -vv
395
394
- run :
@@ -416,9 +415,8 @@ jobs:
416
415
--config $PWD/nipype.cfg -w /tmp/ds005/work_partial \
417
416
/tmp/data/ds005 /tmp/ds005/derivatives_partial participant \
418
417
--sloppy --write-graph --use-syn-sdc --mem_mb 4096 \
419
- --output-space T1w template fsaverage5 fsnative \
418
+ --output-spaces MNI152NLin2009cAsym fsaverage5 fsnative MNI152NLin6Asym anat \
420
419
--aroma-melodic-dimensionality 2 --use-aroma \
421
- --template-resampling-grid native \
422
420
--nthreads 2 --cifti-output -vv
423
421
- run :
424
422
name : Checking outputs of partial fMRIPrep run
Original file line number Diff line number Diff line change @@ -73,6 +73,7 @@ RUN curl -sSL "http://neuro.debian.net/lists/$( lsb_release -c | cut -f2 ).us-ca
73
73
RUN apt-get update && \
74
74
apt-get install -y --no-install-recommends \
75
75
fsl-core=5.0.9-5~nd16.04+1 \
76
+ fsl-mni152-templates=5.0.7-2 \
76
77
afni=16.2.07~dfsg.1-5~nd16.04+1 \
77
78
convert3d \
78
79
git-annex-standalone && \
Original file line number Diff line number Diff line change @@ -778,7 +778,7 @@ def init_func_preproc_wf(
778
778
freesurfer = freesurfer ,
779
779
mem_gb = mem_gb ['resampled' ],
780
780
omp_nthreads = omp_nthreads ,
781
- standard_spaces = std_spaces ,
781
+ standard_spaces = volume_std_spaces ,
782
782
name = 'bold_std_trans_wf' ,
783
783
use_compression = not low_mem ,
784
784
use_fieldwarp = fmaps is not None ,
You can’t perform that action at this time.
0 commit comments