We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b16fe50 commit f8d3f02Copy full SHA for f8d3f02
.circleci/config.yml
@@ -439,11 +439,11 @@ jobs:
439
rm /tmp/data/ds005/sub-01/func/*_run-02_*
440
fmriprep-docker -i poldracklab/fmriprep:latest \
441
-e FMRIPREP_DEV 1 -u $(id -u) \
442
- --config $PWD/nipype.cfg -w /tmp/ds005/work \
+ --config $PWD/nipype.cfg -w /tmp/ds005/work_partial \
443
/tmp/data/ds005 /tmp/ds005/derivatives_partial participant \
444
--sloppy --write-graph --use-syn-sdc --mem_mb 4096 \
445
--output-space T1w template fsaverage5 \
446
- --aroma-melodic-dimensionality 1 --use-aroma \
+ --aroma-melodic-dimensionality 2 --use-aroma \
447
--template-resampling-grid native \
448
--nthreads 2 --cifti-output -vv
449
- run:
0 commit comments