Skip to content

Commit a50306c

Browse files
authored
Merge pull request #2271 from poldracklab/fix/missing-template-blob
FIX: Get missing ``probseg`` file from MNI152NLin2009cAsym
2 parents e5c4bd8 + 1b067bb commit a50306c

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)