Skip to content

Commit

Permalink
CI: Use separate workdir, show tree
Browse files Browse the repository at this point in the history
  • Loading branch information
mgxd committed Nov 9, 2023
1 parent 3455784 commit 1533815
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -404,16 +404,17 @@ jobs:
cp /tmp/data/${DATASET}/dataset_description.json /tmp/data/${DATASET}-t2only
cp -r /tmp/data/${DATASET}/sub-01 /tmp/data/${DATASET}-t2only/sub-01
rm -f /tmp/data/${DATASET}-t2only/sub-01/ses-1mo/anat/*_T1w.*
tree /tmp/data/${DATASET}-t2only
- run:
name: Run nibabies single anatomical workflow
no_output_timeout: 1h
command: |
mkdir -p /tmp/data/${DATASET}-t2only /tmp/${DATASET}/derivatives/nibabies-t2only
mkdir -p /tmp/data/${DATASET}-t2only /tmp/${DATASET}/derivatives/nibabies-t2only /tmp/${DATASET}/work-t2only
nibabies-wrapper docker /tmp/data/${DATASET}-t2only /tmp/${DATASET}/derivatives/nibabies-t2only participant \
-i nipreps/nibabies:dev \
-e NIBABIES_DEV 1 --user $(id -u):$(id -g) \
--network none --notrack \
--config $PWD/nipype.cfg -w /tmp/${DATASET}/work \
--config $PWD/nipype.cfg -w /tmp/${DATASET}/work-t2only \
--fs-subjects-dir /tmp/data/${DATASET}/derivatives/infant-freesurfer \
--skull-strip-template UNCInfant:cohort-1 \
--output-spaces MNIInfant:cohort-1 func \
Expand Down

0 comments on commit 1533815

Please sign in to comment.