Skip to content

Commit 1b067bb

Browse files
authored
fix: get missing file from MNI152NLin2009cAsym
Addresses the effects of nipreps#2265 and nipreps#2266 on current master.
1 parent 63dd9b3 commit 1b067bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ RUN pip install --no-cache-dir "$( grep templateflow fmriprep-setup.cfg | xargs
170170
tfapi.get('MNI152NLin2009cAsym', resolution=(1, 2), suffix='T1w', desc=None); \
171171
tfapi.get('MNI152NLin2009cAsym', resolution=(1, 2), desc='brain', suffix='mask'); \
172172
tfapi.get('MNI152NLin2009cAsym', resolution=1, desc='carpet', suffix='dseg'); \
173+
tfapi.get('MNI152NLin2009cAsym', resolution=1, label='brain', suffix='probseg'); \
173174
tfapi.get('MNI152NLin2009cAsym', resolution=2, desc='fMRIPrep', suffix='boldref'); \
174175
tfapi.get('OASIS30ANTs'); \
175176
tfapi.get('fsaverage', density='164k', desc='std', suffix='sphere'); \

0 commit comments

Comments
 (0)