Skip to content

Commit d3d6f33

Browse files
committed
fix circleci job
1 parent 77bc56a commit d3d6f33

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.circleci/config.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -555,6 +555,8 @@ jobs:
555555
name: Re-run fMRIPrep on single run of task data, without T1w in BIDS
556556
no_output_timeout: 2h
557557
command: |
558+
mkdir -p /tmp/${DATASET}/fmriprep-partial_noT1w
559+
chmod o+w /tmp/${DATASET}/fmriprep-partial_noT1w
558560
rm -Rf /tmp/data/${DATASET}/sub-01/anat
559561
FASTRACK_ARG="--derivatives anat=/tmp/${DATASET}/smriprep"
560562
fmriprep-docker -i nipreps/fmriprep:latest \
@@ -564,8 +566,8 @@ jobs:
564566
/tmp/data/${DATASET} /tmp/${DATASET}/fmriprep-partial-noT1w participant \
565567
--fs-subjects-dir /tmp/${DATASET}/freesurfer \
566568
${FASTRACK_ARG} \
567-
--sloppy --write-graph --use-syn-sdc --mem-mb 14336 \
568-
--output-spaces MNI152NLin2009cAsym fsaverage5 fsnative MNI152NLin6Asym anat \
569+
--sloppy --write-graph --mem-mb 14336 \
570+
--output-spaces MNI152NLin2009cAsym fsaverage5 \
569571
--nthreads 4 --cifti-output --project-goodvoxels -vv
570572
- run:
571573
name: Clean working directory

0 commit comments

Comments
 (0)