File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 98
98
'pybids==0.6.5' ,
99
99
'nitime' ,
100
100
'nipype>=1.1.3' ,
101
- 'niworkflows>=0.4.3 ' ,
101
+ 'niworkflows>=0.4.4 ' ,
102
102
'statsmodels' ,
103
103
'seaborn' ,
104
104
'indexed_gzip>=0.8.2' ,
Original file line number Diff line number Diff line change @@ -130,10 +130,9 @@ def _fetch_data(self):
130
130
raise IOError ("Freesurfer annotations for %s not found in %s" % (
131
131
self .inputs .surface_target , self .inputs .subjects_dir ))
132
132
133
- label_space = 'tpl-OASISTRT20'
134
- label_dir = getters .get_oasis_dkt31_mni152 ()
135
- label_file = os .path .join (label_dir ,
136
- 'tpl-OASISTRT20_variant-DKT31_space-MNI152NLin2009cAsym.nii.gz' )
133
+ label_space = 'OASISTRT20'
134
+ label_file = str (getters .get_template (label_space ) /
135
+ 'tpl-OASISTRT20_variant-DKT31_space-MNI152NLin2009cAsym.nii.gz' )
137
136
138
137
download_link = getters .OSF_PROJECT_URL + getters .OSF_RESOURCES [label_space ][0 ]
139
138
return annotation_files , label_file , download_link
Original file line number Diff line number Diff line change 1
- niworkflows >= 0.4.3
1
+ niworkflows >= 0.4.4
2
2
grabbit == 0.2.3
3
3
pybids == 0.6.5
4
4
versioneer
You can’t perform that action at this time.
0 commit comments