Skip to content

Commit

Permalink
fix circleci job
Browse files Browse the repository at this point in the history
  • Loading branch information
bpinsard committed Jan 15, 2024
1 parent 77bc56a commit 9201c24
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -555,6 +555,8 @@ jobs:
name: Re-run fMRIPrep on single run of task data, without T1w in BIDS
no_output_timeout: 2h
command: |
mkdir -p /tmp/${DATASET}/fmriprep-partial_noT1w
chmod a+rwX /tmp/${DATASET}/fmriprep-partial_noT1w
rm -Rf /tmp/data/${DATASET}/sub-01/anat
FASTRACK_ARG="--derivatives anat=/tmp/${DATASET}/smriprep"
fmriprep-docker -i nipreps/fmriprep:latest \
Expand All @@ -564,8 +566,8 @@ jobs:
/tmp/data/${DATASET} /tmp/${DATASET}/fmriprep-partial-noT1w participant \
--fs-subjects-dir /tmp/${DATASET}/freesurfer \
${FASTRACK_ARG} \
--sloppy --write-graph --use-syn-sdc --mem-mb 14336 \
--output-spaces MNI152NLin2009cAsym fsaverage5 fsnative MNI152NLin6Asym anat \
--sloppy --write-graph --mem-mb 14336 \
--output-spaces MNI152NLin2009cAsym fsaverage5 \
--nthreads 4 --cifti-output --project-goodvoxels -vv
- run:
name: Clean working directory
Expand Down

0 comments on commit 9201c24

Please sign in to comment.