Skip to content

Commit 1533815

Browse files
committed
CI: Use separate workdir, show tree
1 parent 3455784 commit 1533815

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.circleci/config.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -404,16 +404,17 @@ jobs:
404404
cp /tmp/data/${DATASET}/dataset_description.json /tmp/data/${DATASET}-t2only
405405
cp -r /tmp/data/${DATASET}/sub-01 /tmp/data/${DATASET}-t2only/sub-01
406406
rm -f /tmp/data/${DATASET}-t2only/sub-01/ses-1mo/anat/*_T1w.*
407+
tree /tmp/data/${DATASET}-t2only
407408
- run:
408409
name: Run nibabies single anatomical workflow
409410
no_output_timeout: 1h
410411
command: |
411-
mkdir -p /tmp/data/${DATASET}-t2only /tmp/${DATASET}/derivatives/nibabies-t2only
412+
mkdir -p /tmp/data/${DATASET}-t2only /tmp/${DATASET}/derivatives/nibabies-t2only /tmp/${DATASET}/work-t2only
412413
nibabies-wrapper docker /tmp/data/${DATASET}-t2only /tmp/${DATASET}/derivatives/nibabies-t2only participant \
413414
-i nipreps/nibabies:dev \
414415
-e NIBABIES_DEV 1 --user $(id -u):$(id -g) \
415416
--network none --notrack \
416-
--config $PWD/nipype.cfg -w /tmp/${DATASET}/work \
417+
--config $PWD/nipype.cfg -w /tmp/${DATASET}/work-t2only \
417418
--fs-subjects-dir /tmp/data/${DATASET}/derivatives/infant-freesurfer \
418419
--skull-strip-template UNCInfant:cohort-1 \
419420
--output-spaces MNIInfant:cohort-1 func \

0 commit comments

Comments
 (0)