File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -458,6 +458,9 @@ jobs:
458
458
name : Run anatomical workflow on ds005
459
459
no_output_timeout : 2h
460
460
command : |
461
+ # Remove part of FreeSurfer output to ensure that at least
462
+ # some of recon-all is attempted
463
+ rm /tmp/ds005/freesurfer/sub-01/mri/ribbon.mgz
461
464
bash /tmp/src/smriprep/.circleci/ds005_run.sh --write-graph
462
465
- run :
463
466
name : Combine coverage
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ ENV DEBIAN_FRONTEND="noninteractive" \
93
93
LC_ALL="en_US.UTF-8"
94
94
95
95
# Some baseline tools
96
- # bc is needed for FreeSurfer
96
+ # bc, tcsh are needed for FreeSurfer
97
97
# libglu1-mesa is needed for Connectome Workbench
98
98
RUN apt-get update && \
99
99
apt-get install -y --no-install-recommends \
@@ -105,6 +105,7 @@ RUN apt-get update && \
105
105
libglu1-mesa \
106
106
lsb-release \
107
107
netbase \
108
+ tcsh \
108
109
xvfb && \
109
110
apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
110
111
You can’t perform that action at this time.
0 commit comments