File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,16 @@ def main():
125
125
from niworkflows .utils .misc import _copy_any
126
126
from templateflow import api
127
127
128
- dseg_tsv = str (api .get ("fsaverage" , suffix = "dseg" , extension = [".tsv" ]))
128
+ dseg_tsv = str (
129
+ api .get (
130
+ 'fsaverage' ,
131
+ hemi = None ,
132
+ atlas = None ,
133
+ segmentation = 'aparc' ,
134
+ suffix = 'dseg' ,
135
+ extension = ['.tsv' ],
136
+ )
137
+ )
129
138
_copy_any (dseg_tsv , str (config .execution .nibabies_dir / "desc-aseg_dseg.tsv" ))
130
139
_copy_any (dseg_tsv , str (config .execution .nibabies_dir / "desc-aparcaseg_dseg.tsv" ))
131
140
# errno = 0
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ dependencies = [
36
36
" smriprep ~= 0.12.1" ,
37
37
# "smriprep @ git+https://github.com/nipreps/smriprep.git@master",
38
38
" tedana >= 0.0.12" ,
39
- " templateflow >= 0.6 " ,
39
+ " templateflow >= 24.2.0 " ,
40
40
" toml" ,
41
41
]
42
42
dynamic = [" version" ]
You can’t perform that action at this time.
0 commit comments