File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -555,6 +555,8 @@ jobs:
555
555
name : Re-run fMRIPrep on single run of task data, without T1w in BIDS
556
556
no_output_timeout : 2h
557
557
command : |
558
+ mkdir -p /tmp/${DATASET}/fmriprep-partial_noT1w
559
+ chmod o+w /tmp/${DATASET}/fmriprep-partial_noT1w
558
560
rm -Rf /tmp/data/${DATASET}/sub-01/anat
559
561
FASTRACK_ARG="--derivatives anat=/tmp/${DATASET}/smriprep"
560
562
fmriprep-docker -i nipreps/fmriprep:latest \
@@ -564,8 +566,8 @@ jobs:
564
566
/tmp/data/${DATASET} /tmp/${DATASET}/fmriprep-partial-noT1w participant \
565
567
--fs-subjects-dir /tmp/${DATASET}/freesurfer \
566
568
${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 \
569
571
--nthreads 4 --cifti-output --project-goodvoxels -vv
570
572
- run :
571
573
name : Clean working directory
You can’t perform that action at this time.
0 commit comments