File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -555,20 +555,17 @@ 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}/work_partial_noT1w
559
- chmod a+rwX /tmp/${DATASET}/work_partial_noT1w
560
558
rm -Rf /tmp/data/${DATASET}/sub-01/anat
561
559
FASTRACK_ARG="--derivatives anat=/tmp/${DATASET}/smriprep"
562
560
fmriprep-docker -i nipreps/fmriprep:latest \
563
561
-e FMRIPREP_DEV 1 --user $(id -u):$(id -g) \
564
562
--network none \
565
- --config $PWD/nipype.cfg -w /tmp/${DATASET}/work_partial_noT1w \
563
+ --config $PWD/nipype.cfg -w /tmp/${DATASET}/work_partial \
566
564
/tmp/data/${DATASET} /tmp/${DATASET}/fmriprep-partial-noT1w participant \
567
565
--fs-subjects-dir /tmp/${DATASET}/freesurfer \
568
566
${FASTRACK_ARG} \
569
567
--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
572
569
- run :
573
570
name : Clean working directory
574
571
when : on_success
You can’t perform that action at this time.
0 commit comments