@@ -34,19 +34,19 @@ def create_ba_maps_wf(name="Brodmann_Area_Maps", th3=True):
3434
3535 ba_WF = pe .Workflow (name = name )
3636
37- ba_outputs = ['lh_table ' ,
37+ ba_outputs = ['lh_BAMaps_stats ' ,
3838 'lh_color' ,
3939 'lh_BAMaps_labels' ,
4040 'lh_BAMaps_annotation' ,
41- 'lh_thresh_table ' ,
41+ 'lh_thresh_BAMaps_stats ' ,
4242 'lh_thresh_color' ,
4343 'lh_thresh_BAMaps_labels' ,
4444 'lh_thresh_BAMaps_annotation' ,
45- 'rh_table ' ,
45+ 'rh_BAMaps_stats ' ,
4646 'rh_color' ,
4747 'rh_BAMaps_labels' ,
4848 'rh_BAMaps_annotation' ,
49- 'rh_thresh_table ' ,
49+ 'rh_thresh_BAMaps_stats ' ,
5050 'rh_thresh_color' ,
5151 'rh_thresh_BAMaps_labels' ,
5252 'rh_thresh_BAMaps_annotation' ]
@@ -118,7 +118,7 @@ def create_ba_maps_wf(name="Brodmann_Area_Maps", th3=True):
118118 ba_WF .connect ([(stats_node , outputspec , [('out_color' ,
119119 '{0}_thresh_color' .format (hemisphere )),
120120 ('out_table' ,
121- '{0}_thresh_table ' .format (hemisphere ))]),
121+ '{0}_thresh_BAMaps_stats ' .format (hemisphere ))]),
122122 (label2annot , outputspec ,
123123 [('out_file' , '{0}_thresh_BAMaps_annotation' .format (hemisphere ))]),
124124 (node , outputspec ,
@@ -128,7 +128,7 @@ def create_ba_maps_wf(name="Brodmann_Area_Maps", th3=True):
128128 ba_WF .connect ([(stats_node , outputspec , [('out_color' ,
129129 '{0}_color' .format (hemisphere )),
130130 ('out_table' ,
131- '{0}_table ' .format (hemisphere ))]),
131+ '{0}_BAMaps_stats ' .format (hemisphere ))]),
132132 (label2annot , outputspec ,
133133 [('out_file' , '{0}_BAMaps_annotation' .format (hemisphere ))]),
134134 (node , outputspec , [('out_file' ,
0 commit comments