Skip to content

Commit 707c429

Browse files
committed
remove file from FS derivatives to ensure part of recon-all runs
1 parent 741345d commit 707c429

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

+3
Original file line numberDiff line numberDiff line change
@@ -458,6 +458,9 @@ jobs:
458458
name: Run anatomical workflow on ds005
459459
no_output_timeout: 2h
460460
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/stats/wmparc.stats
461464
bash /tmp/src/smriprep/.circleci/ds005_run.sh --write-graph
462465
- run:
463466
name: Combine coverage

0 commit comments

Comments
 (0)