Skip to content

Commit 1ec8149

Browse files
authored
Merge pull request #2731 from effigies/diagnose-ds210-failure
Diagnose ds210 failure
2 parents dd07389 + 916022f commit 1ec8149

File tree

2 files changed

+19
-15
lines changed

2 files changed

+19
-15
lines changed

.circleci/config.yml

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
# upgrade Docker version
1313
image: ubuntu-2004:202104-01
1414
working_directory: /tmp/src/fmriprep
15+
resource_class: large
1516
steps:
1617
- checkout
1718
- run:
@@ -354,6 +355,7 @@ jobs:
354355
machine:
355356
image: ubuntu-2004:202104-01
356357
working_directory: /tmp/ds005
358+
resource_class: large
357359
environment:
358360
- FS_LICENSE: /tmp/fslicense/license.txt
359361
- DATASET: ds005
@@ -448,8 +450,8 @@ jobs:
448450
--fs-subjects-dir /tmp/${DATASET}/freesurfer \
449451
--skull-strip-template OASIS30ANTs:res-1 \
450452
--output-spaces MNI152NLin2009cAsym MNI152NLin6Asym \
451-
--sloppy --write-graph --mem_mb 4096 \
452-
--nthreads 2 --anat-only -vv
453+
--sloppy --write-graph --mem-mb 14336 \
454+
--nthreads 4 --anat-only -vv
453455
fi
454456
- run:
455457
name: Clean-up after anatomical run
@@ -490,11 +492,11 @@ jobs:
490492
--fs-subjects-dir /tmp/${DATASET}/freesurfer \
491493
${FASTRACK_ARG} \
492494
--output-layout legacy \
493-
--sloppy --write-graph --mem_mb 4096 \
495+
--sloppy --write-graph --mem-mb 14336 \
494496
--skull-strip-template OASIS30ANTs:res-1 \
495497
--output-spaces fsaverage5 fsnative \
496498
--use-plugin /home/circleci/src/fmriprep/.circleci/legacy.yml \
497-
--nthreads 2 -vv
499+
--nthreads 4 -vv
498500
- store_artifacts:
499501
path: /tmp/ds005/derivatives
500502
- run:
@@ -534,9 +536,9 @@ jobs:
534536
--config $PWD/nipype.cfg -w /tmp/${DATASET}/work_bids \
535537
/tmp/data/${DATASET}/ /tmp/${DATASET}/bids participant \
536538
${FASTRACK_ARG} \
537-
--sloppy --write-graph --mem_mb 4096 \
539+
--sloppy --write-graph --mem-mb 14336 \
538540
--output-spaces fsaverage5 \
539-
--nthreads 2 -vv
541+
--nthreads 4 -vv
540542
- run:
541543
name: Checking outputs of partial fMRIPrep run
542544
command: |
@@ -565,10 +567,10 @@ jobs:
565567
--fs-subjects-dir /tmp/${DATASET}/freesurfer \
566568
${FASTRACK_ARG} \
567569
--output-layout legacy \
568-
--sloppy --write-graph --use-syn-sdc --mem_mb 4096 \
570+
--sloppy --write-graph --use-syn-sdc --mem-mb 14336 \
569571
--output-spaces MNI152NLin2009cAsym fsaverage5 fsnative MNI152NLin6Asym anat \
570572
--aroma-melodic-dimensionality 2 --use-aroma \
571-
--nthreads 2 --cifti-output -vv
573+
--nthreads 4 --cifti-output -vv
572574
- run:
573575
name: Checking outputs of partial fMRIPrep run
574576
command: |
@@ -605,6 +607,7 @@ jobs:
605607
machine:
606608
image: ubuntu-2004:202104-01
607609
working_directory: /tmp/ds054
610+
resource_class: large
608611
environment:
609612
- FS_LICENSE: /tmp/fslicense/license.txt
610613
- DATASET: ds054
@@ -692,7 +695,7 @@ jobs:
692695
--output-layout legacy \
693696
--fs-no-reconall --sloppy --write-graph \
694697
--output-spaces MNI152NLin2009cAsym \
695-
--mem_mb 4096 --nthreads 2 --anat-only -vv
698+
--mem-mb 14336 --nthreads 4 --anat-only -vv
696699
fi
697700
- run:
698701
name: Clean-up after anatomical run
@@ -721,7 +724,7 @@ jobs:
721724
--output-layout legacy \
722725
--fs-no-reconall --sloppy \
723726
--output-spaces MNI152NLin2009cAsym:res-2 anat func \
724-
--mem_mb 4096 --nthreads 2 -vv --debug compcor
727+
--mem-mb 14336 --nthreads 4 -vv --debug compcor
725728
- run:
726729
name: Checking outputs of fMRIPrep
727730
command: |
@@ -774,6 +777,7 @@ jobs:
774777
machine:
775778
image: ubuntu-2004:202104-01
776779
working_directory: /tmp/ds210
780+
resource_class: large
777781
environment:
778782
- FS_LICENSE: /tmp/fslicense/license.txt
779783
- DATASET: ds210
@@ -787,7 +791,7 @@ jobs:
787791
set -x +e
788792
COMMIT_MSG="$(git log --format='format:%s' -n 1 $CIRCLE_SHA1)"
789793
DOCBUILD="$(echo ${COMMIT_MSG} | grep -i -E '^docs?(\(\w+\))?:')"
790-
SKIP_DS210="$(echo ${COMMIT_MSG} | grep -i -E '\[skip[ _]?ds054\]' )"
794+
SKIP_DS210="$(echo ${COMMIT_MSG} | grep -i -E '\[skip[ _]?ds210\]' )"
791795
if [ -z "$CIRCLE_TAG" -a -n "$DOCBUILD" ]; then
792796
echo "Only docs build"
793797
circleci step halt
@@ -861,7 +865,7 @@ jobs:
861865
--output-layout legacy \
862866
--fs-no-reconall --sloppy --write-graph \
863867
--output-spaces MNI152NLin2009cAsym \
864-
--mem_mb 4096 --nthreads 2 --anat-only -vv
868+
--mem-mb 14336 --nthreads 4 --anat-only -vv
865869
fi
866870
- run:
867871
name: Clean-up after anatomical run
@@ -904,7 +908,7 @@ jobs:
904908
--fs-no-reconall --use-syn-sdc --ignore slicetiming \
905909
--dummy-scans 1 --sloppy --write-graph \
906910
--output-spaces MNI152NLin2009cAsym \
907-
--mem_mb 4096 --nthreads 2 -vv
911+
--mem-mb 14336 --nthreads 4 -vv
908912
- run:
909913
name: Checking outputs of fMRIPrep
910914
command: |

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ install_requires =
2626
nipype >= 1.5.1
2727
nitime
2828
nitransforms ~= 21.0.0
29-
niworkflows ~= 1.4.5
29+
niworkflows ~= 1.4.9
3030
numpy
3131
packaging
3232
pandas
3333
psutil >= 5.4
3434
pybids >= 0.12.1
3535
requests
36-
sdcflows ~= 2.0.11
36+
sdcflows ~= 2.0.13
3737
smriprep ~= 0.8.0
3838
tedana ~= 0.0.9
3939
templateflow >= 0.6

0 commit comments

Comments
 (0)