Skip to content

Commit 1d71782

Browse files
committed
wip: write integration tests for anat-fast-track without T1w
1 parent ac0e8e5 commit 1d71782

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.circleci/config.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -551,6 +551,22 @@ jobs:
551551
environment:
552552
VARIANT: '_partial'
553553
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
554570
- run:
555571
name: Clean working directory
556572
when: on_success

0 commit comments

Comments
 (0)