File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -551,6 +551,22 @@ jobs:
551
551
environment :
552
552
VARIANT : ' _partial'
553
553
SUBDIR : ' fmriprep-partial'
554
+ - run :
555
+ name : Re-run fMRIPrep on single run of task data, without T1w in BIDS
556
+ no_output_timeout : 2h
557
+ command : |
558
+ rm -Rf /tmp/data/${DATASET}/sub-01/anat
559
+ FASTRACK_ARG="--derivatives anat=/tmp/${DATASET}/smriprep"
560
+ fmriprep-docker -i nipreps/fmriprep:latest \
561
+ -e FMRIPREP_DEV 1 --user $(id -u):$(id -g) \
562
+ --network none \
563
+ --config $PWD/nipype.cfg -w /tmp/${DATASET}/work_partial \
564
+ /tmp/data/${DATASET} /tmp/${DATASET}/fmriprep-partial-noT1w participant \
565
+ --fs-subjects-dir /tmp/${DATASET}/freesurfer \
566
+ ${FASTRACK_ARG} \
567
+ --sloppy --write-graph --use-syn-sdc --mem-mb 14336 \
568
+ --output-spaces MNI152NLin2009cAsym fsaverage5 fsnative MNI152NLin6Asym anat \
569
+ --nthreads 4 --cifti-output --project-goodvoxels -vv
554
570
- run :
555
571
name : Clean working directory
556
572
when : on_success
You can’t perform that action at this time.
0 commit comments