Skip to content

Commit 5c45b21

Browse files
committed
fix: add missing {l,r}h.thickness files
1 parent f5def40 commit 5c45b21

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.circleci/config.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,10 @@ jobs:
168168
datalad get -J 2 -r -d ds001771/ ds001771/sub-36/fmap/*
169169
datalad get -J 2 -r -d ds001771/derivatives/ ds001771/derivatives/smriprep-0.6.0/*
170170
datalad get -J 2 -r -d ds001771/derivatives/ ds001771/derivatives/freesurfer-6.0.1/sub-36/mri/*
171-
datalad get -J 2 -r -d ds001771/derivatives/ ds001771/derivatives/freesurfer-6.0.1/sub-36/surf/lh.white
172-
datalad get -J 2 -r -d ds001771/derivatives/ ds001771/derivatives/freesurfer-6.0.1/sub-36/surf/rh.white
171+
datalad get -J 2 -r -d ds001771/derivatives/ ds001771/derivatives/freesurfer-6.0.1/sub-36/surf/lh.white \
172+
ds001771/derivatives/freesurfer-6.0.1/sub-36/surf/rh.white \
173+
ds001771/derivatives/freesurfer-6.0.1/sub-36/surf/lh.thickness \
174+
ds001771/derivatives/freesurfer-6.0.1/sub-36/surf/rh.thickness
173175
174176
- save_cache:
175177
key: data-ds001771-v3-{{ .Branch }}-{{ .Revision }}-{{ epoch }}
@@ -188,9 +190,8 @@ jobs:
188190
datalad install -r https://github.com/nipreps-data/ds000206.git
189191
datalad update -r --merge -d ds000206/
190192
datalad get -J 2 -r -d ds000206/ ds000206/sub-05/*
191-
datalad get -J 2 -r -d ds000206/derivatives/ ds000206/derivatives/freesurfer-6.0.1/sub-05/mri/*
192-
datalad get -J 2 -r -d ds000206/derivatives/ ds000206/derivatives/freesurfer-6.0.1/sub-05/surf/lh.white
193-
datalad get -J 2 -r -d ds000206/derivatives/ ds000206/derivatives/freesurfer-6.0.1/sub-05/surf/rh.white
193+
datalad get -J 2 -r -d ds000206/derivatives/ ds000206/derivatives/freesurfer-6.0.1/sub-05/mri/* \
194+
ds000206/derivatives/freesurfer-6.0.1/sub-05/surf/*
194195
195196
- save_cache:
196197
key: data-ds000206-v1-{{ .Branch }}-{{ .Revision }}-{{ epoch }}

0 commit comments

Comments
 (0)