File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -404,16 +404,17 @@ jobs:
404
404
cp /tmp/data/${DATASET}/dataset_description.json /tmp/data/${DATASET}-t2only
405
405
cp -r /tmp/data/${DATASET}/sub-01 /tmp/data/${DATASET}-t2only/sub-01
406
406
rm -f /tmp/data/${DATASET}-t2only/sub-01/ses-1mo/anat/*_T1w.*
407
+ tree /tmp/data/${DATASET}-t2only
407
408
- run :
408
409
name : Run nibabies single anatomical workflow
409
410
no_output_timeout : 1h
410
411
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
412
413
nibabies-wrapper docker /tmp/data/${DATASET}-t2only /tmp/${DATASET}/derivatives/nibabies-t2only participant \
413
414
-i nipreps/nibabies:dev \
414
415
-e NIBABIES_DEV 1 --user $(id -u):$(id -g) \
415
416
--network none --notrack \
416
- --config $PWD/nipype.cfg -w /tmp/${DATASET}/work \
417
+ --config $PWD/nipype.cfg -w /tmp/${DATASET}/work-t2only \
417
418
--fs-subjects-dir /tmp/data/${DATASET}/derivatives/infant-freesurfer \
418
419
--skull-strip-template UNCInfant:cohort-1 \
419
420
--output-spaces MNIInfant:cohort-1 func \
You can’t perform that action at this time.
0 commit comments