Skip to content

Commit b2dcc99

Browse files
committed
ci: Pass --fallback-total-readout-time to ds005/ds210
1 parent 6512180 commit b2dcc99

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.circleci/config.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,6 @@ jobs:
486486
487487
# Inject pretend metadata
488488
json_sidecar=/tmp/data/${DATASET}/task-mixedgamblestask_bold.json
489-
awk 'NR==1{print; print " \"TotalReadoutTime\": 0.05,"} NR!=1' ${json_sidecar} > tmp && mv tmp ${json_sidecar}
490489
awk 'NR==1{print; print " \"PhaseEncodingDirection\": \"j\","} NR!=1' ${json_sidecar} > tmp && mv tmp ${json_sidecar}
491490
492491
fmriprep-docker -i nipreps/fmriprep:latest \
@@ -530,7 +529,8 @@ jobs:
530529
/tmp/data/${DATASET} /tmp/${DATASET}/fmriprep-partial participant \
531530
--fs-subjects-dir /tmp/${DATASET}/freesurfer \
532531
${FASTRACK_ARG} \
533-
--sloppy --write-graph --use-syn-sdc --mem-mb 14336 \
532+
--use-syn-sdc --fallback-total-readout-time 0.03125 \
533+
--sloppy --write-graph --mem-mb 14336 \
534534
--output-spaces MNI152NLin2009cAsym fsaverage5 fsnative MNI152NLin6Asym anat \
535535
--nthreads 4 --cifti-output --project-goodvoxels -vv
536536
- store_artifacts:
@@ -745,7 +745,7 @@ jobs:
745745
# Inject pretend metadata for SDCFlows not to crash
746746
# TODO / open question - do all echos need the metadata?
747747
chmod +w /tmp/data/${DATASET}
748-
echo '{"PhaseEncodingDirection": "j", "TotalReadoutTime": 0.058}' >> /tmp/data/${DATASET}/task-cuedSGT_bold.json
748+
echo '{"PhaseEncodingDirection": "j"}' >> /tmp/data/${DATASET}/task-cuedSGT_bold.json
749749
chmod -R -w /tmp/data/${DATASET}
750750
751751
fmriprep-docker -i nipreps/fmriprep:latest \
@@ -754,7 +754,8 @@ jobs:
754754
/tmp/data/${DATASET} /tmp/${DATASET}/fmriprep participant \
755755
${FASTRACK_ARG} \
756756
--me-output-echos \
757-
--fs-no-reconall --use-syn-sdc --ignore slicetiming \
757+
--fs-no-reconall --ignore slicetiming \
758+
--use-syn-sdc --fallback-total-readout-time 0.0625 \
758759
--dummy-scans 1 --sloppy --write-graph \
759760
--output-spaces MNI152NLin2009cAsym \
760761
--mem-mb 14336 --nthreads 4 -vv

0 commit comments

Comments
 (0)