Skip to content

Commit e56a819

Browse files
bpinsardeffigies
andauthored
Update .circleci/config.yml
trying to reuse the workdir, IIRC it gave me errors before Co-authored-by: Chris Markiewicz <[email protected]>
1 parent 2505c19 commit e56a819

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.circleci/config.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -555,20 +555,17 @@ 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}/work_partial_noT1w
559-
chmod a+rwX /tmp/${DATASET}/work_partial_noT1w
560558
rm -Rf /tmp/data/${DATASET}/sub-01/anat
561559
FASTRACK_ARG="--derivatives anat=/tmp/${DATASET}/smriprep"
562560
fmriprep-docker -i nipreps/fmriprep:latest \
563561
-e FMRIPREP_DEV 1 --user $(id -u):$(id -g) \
564562
--network none \
565-
--config $PWD/nipype.cfg -w /tmp/${DATASET}/work_partial_noT1w \
563+
--config $PWD/nipype.cfg -w /tmp/${DATASET}/work_partial \
566564
/tmp/data/${DATASET} /tmp/${DATASET}/fmriprep-partial-noT1w participant \
567565
--fs-subjects-dir /tmp/${DATASET}/freesurfer \
568566
${FASTRACK_ARG} \
569567
--sloppy --write-graph --mem-mb 14336 \
570-
--output-spaces MNI152NLin2009cAsym fsaverage5 \
571-
--nthreads 4 --cifti-output --project-goodvoxels -vv
568+
--level minimal --nthreads 4 -vv
572569
- run:
573570
name: Clean working directory
574571
when: on_success

0 commit comments

Comments
 (0)