@@ -388,7 +388,7 @@ jobs:
388
388
-e FMRIPREP_DEV 1 -u $(id -u) \
389
389
--config $PWD/nipype.cfg -w /tmp/ds005/work \
390
390
/tmp/data/ds005 /tmp/ds005/derivatives participant \
391
- --debug --write-graph --mem_mb 4096 \
391
+ --sloppy --write-graph --mem_mb 4096 \
392
392
--nthreads 2 --anat-only -vv
393
393
- save_cache :
394
394
key : ds005-anat-v9-{{ .Branch }}-{{ epoch }}
@@ -408,7 +408,7 @@ jobs:
408
408
-e FMRIPREP_DEV 1 -u $(id -u) \
409
409
--config $PWD/nipype.cfg -w /tmp/ds005/work \
410
410
/tmp/data/ds005 /tmp/ds005/derivatives participant \
411
- --debug --write-graph --use-syn-sdc --mem_mb 4096 \
411
+ --sloppy --write-graph --use-syn-sdc --mem_mb 4096 \
412
412
--ignore-aroma-denoising-errors --use-aroma \
413
413
--output-space T1w template fsaverage5 \
414
414
--template-resampling-grid native \
@@ -435,7 +435,7 @@ jobs:
435
435
-e FMRIPREP_DEV 1 -u $(id -u) \
436
436
--config $PWD/nipype.cfg -w /tmp/ds005/work \
437
437
/tmp/data/ds005 /tmp/ds005/derivatives_partial participant \
438
- --debug --write-graph --use-syn-sdc --mem_mb 4096 \
438
+ --sloppy --write-graph --use-syn-sdc --mem_mb 4096 \
439
439
--output-space T1w template fsaverage5 \
440
440
--ignore-aroma-denoising-errors --use-aroma \
441
441
--template-resampling-grid native \
@@ -517,7 +517,7 @@ jobs:
517
517
-e FMRIPREP_DEV 1 \
518
518
--config $PWD/nipype.cfg -w /tmp/ds054/work \
519
519
/tmp/data/ds054 /tmp/ds054/derivatives participant \
520
- --fs-no-reconall --debug --write-graph \
520
+ --fs-no-reconall --sloppy --write-graph \
521
521
--mem_mb 4096 --nthreads 2 --anat-only -vv
522
522
- save_cache :
523
523
key : ds054-anat-v7-{{ .Branch }}-{{ epoch }}
@@ -537,7 +537,7 @@ jobs:
537
537
-e FMRIPREP_DEV 1 \
538
538
--config $PWD/nipype.cfg -w /tmp/ds054/work \
539
539
/tmp/data/ds054 /tmp/ds054/derivatives participant \
540
- --fs-no-reconall --debug \
540
+ --fs-no-reconall --sloppy \
541
541
--output-space T1w template \
542
542
--template-resampling-grid 2mm \
543
543
--mem_mb 4096 --nthreads 2 -vv
@@ -562,7 +562,7 @@ jobs:
562
562
-e FMRIPREP_DEV 1 \
563
563
--config $PWD/nipype.cfg -w /tmp/ds054/work \
564
564
/tmp/data/ds054 /tmp/ds054/derivatives participant \
565
- --fs-no-reconall --debug --write-graph \
565
+ --fs-no-reconall --sloppy --write-graph \
566
566
--output-space T1w template \
567
567
--template-resampling-grid 2mm \
568
568
--reports-only --run-uuid $UUID
@@ -633,7 +633,7 @@ jobs:
633
633
-e FMRIPREP_DEV 1 \
634
634
--config $PWD/nipype.cfg -w /tmp/ds210/work \
635
635
/tmp/data/ds210 /tmp/ds210/derivatives participant \
636
- --fs-no-reconall --debug --write-graph \
636
+ --fs-no-reconall --sloppy --write-graph \
637
637
--mem_mb 4096 --nthreads 2 --anat-only -vv
638
638
- save_cache :
639
639
key : ds210-anat-v4-{{ epoch }}
@@ -651,7 +651,7 @@ jobs:
651
651
/tmp/data/ds210 /tmp/ds210/derivatives participant \
652
652
--fs-no-reconall --t2s-coreg --use-syn-sdc \
653
653
--template-resampling-grid native \
654
- --debug --write-graph --mem_mb 4096 --nthreads 2 -vv
654
+ --sloppy --write-graph --mem_mb 4096 --nthreads 2 -vv
655
655
- run :
656
656
name : Checking outputs of fMRIPrep
657
657
command : |
0 commit comments