-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathworkflow-graph.dot
562 lines (562 loc) · 69.9 KB
/
workflow-graph.dot
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
digraph single_subject_wf{
label="single_subject_wf";
single_subject_wf_inputnode[label="inputnode (utility)"];
single_subject_wf_bidssrc[label="bidssrc (bids)"];
single_subject_wf_about[label="about (reports)"];
single_subject_wf_bids_info[label="bids_info (bids)"];
single_subject_wf_ds_report_about[label="ds_report_about"];
single_subject_wf_summary[label="summary (reports)"];
single_subject_wf_ds_report_summary[label="ds_report_summary"];
single_subject_wf_inputnode -> single_subject_wf_summary;
single_subject_wf_bidssrc -> single_subject_wf_bids_info;
single_subject_wf_bidssrc -> single_subject_wf_summary;
single_subject_wf_bidssrc -> single_subject_wf_summary;
single_subject_wf_bidssrc -> single_subject_wf_ds_report_summary;
single_subject_wf_bidssrc -> single_subject_wf_ds_report_about;
single_subject_wf_about -> single_subject_wf_ds_report_about;
single_subject_wf_bids_info -> single_subject_wf_summary;
single_subject_wf_summary -> single_subject_wf_ds_report_summary;
subgraph cluster_single_subject_wf_anat_preproc_wf {
label="anat_preproc_wf";
single_subject_wf_anat_preproc_wf_inputnode[label="inputnode (utility)"];
single_subject_wf_anat_preproc_wf_fs_isrunning[label="fs_isrunning (utility)"];
single_subject_wf_anat_preproc_wf_anat_validate[label="anat_validate (header)"];
single_subject_wf_anat_preproc_wf_applyrefined[label="applyrefined (fsl)"];
single_subject_wf_anat_preproc_wf_buffernode[label="buffernode (utility)"];
single_subject_wf_anat_preproc_wf_t1w_dseg[label="t1w_dseg (fsl)"];
single_subject_wf_anat_preproc_wf_lut_t1w_dseg[label="lut_t1w_dseg (utility)"];
single_subject_wf_anat_preproc_wf_fast2bids[label="fast2bids (utility)"];
single_subject_wf_anat_preproc_wf_outputnode[label="outputnode (utility)"];
single_subject_wf_anat_preproc_wf_inputnode -> single_subject_wf_anat_preproc_wf_fs_isrunning;
single_subject_wf_anat_preproc_wf_inputnode -> single_subject_wf_anat_preproc_wf_fs_isrunning;
subgraph cluster_single_subject_wf_anat_preproc_wf_anat_template_wf {
label="anat_template_wf";
single_subject_wf_anat_preproc_wf_anat_template_wf_inputnode[label="inputnode (utility)"];
single_subject_wf_anat_preproc_wf_anat_template_wf_t1w_ref_dimensions[label="t1w_ref_dimensions (images)"];
single_subject_wf_anat_preproc_wf_anat_template_wf_t1w_conform[label="t1w_conform (images)"];
single_subject_wf_anat_preproc_wf_anat_template_wf_get1st[label="get1st (utility)"];
single_subject_wf_anat_preproc_wf_anat_template_wf_outputnode[label="outputnode (utility)"];
single_subject_wf_anat_preproc_wf_anat_template_wf_inputnode -> single_subject_wf_anat_preproc_wf_anat_template_wf_t1w_ref_dimensions;
single_subject_wf_anat_preproc_wf_anat_template_wf_t1w_ref_dimensions -> single_subject_wf_anat_preproc_wf_anat_template_wf_t1w_conform;
single_subject_wf_anat_preproc_wf_anat_template_wf_t1w_ref_dimensions -> single_subject_wf_anat_preproc_wf_anat_template_wf_t1w_conform;
single_subject_wf_anat_preproc_wf_anat_template_wf_t1w_ref_dimensions -> single_subject_wf_anat_preproc_wf_anat_template_wf_t1w_conform;
single_subject_wf_anat_preproc_wf_anat_template_wf_t1w_ref_dimensions -> single_subject_wf_anat_preproc_wf_anat_template_wf_outputnode;
single_subject_wf_anat_preproc_wf_anat_template_wf_t1w_ref_dimensions -> single_subject_wf_anat_preproc_wf_anat_template_wf_outputnode;
single_subject_wf_anat_preproc_wf_anat_template_wf_t1w_conform -> single_subject_wf_anat_preproc_wf_anat_template_wf_get1st;
single_subject_wf_anat_preproc_wf_anat_template_wf_get1st -> single_subject_wf_anat_preproc_wf_anat_template_wf_outputnode;
}
subgraph cluster_single_subject_wf_anat_preproc_wf_brain_extraction_wf {
label="brain_extraction_wf";
single_subject_wf_anat_preproc_wf_brain_extraction_wf_inputnode[label="inputnode (utility)"];
single_subject_wf_anat_preproc_wf_brain_extraction_wf_res_tmpl[label="res_tmpl (nibabel)"];
single_subject_wf_anat_preproc_wf_brain_extraction_wf_full_wm[label="full_wm (utility)"];
single_subject_wf_anat_preproc_wf_brain_extraction_wf_lap_tmpl[label="lap_tmpl (ants)"];
single_subject_wf_anat_preproc_wf_brain_extraction_wf_truncate_images[label="truncate_images (ants)"];
single_subject_wf_anat_preproc_wf_brain_extraction_wf_mrg_tmpl[label="mrg_tmpl (utility)"];
single_subject_wf_anat_preproc_wf_brain_extraction_wf_inu_n4[label="inu_n4 (ants)"];
single_subject_wf_anat_preproc_wf_brain_extraction_wf_res_target[label="res_target (nibabel)"];
single_subject_wf_anat_preproc_wf_brain_extraction_wf_lap_target[label="lap_target (ants)"];
single_subject_wf_anat_preproc_wf_brain_extraction_wf_init_aff[label="init_aff (ants)"];
single_subject_wf_anat_preproc_wf_brain_extraction_wf_mrg_target[label="mrg_target (utility)"];
single_subject_wf_anat_preproc_wf_brain_extraction_wf_norm[label="norm (fixes)"];
single_subject_wf_anat_preproc_wf_brain_extraction_wf_map_brainmask[label="map_brainmask (fixes)"];
single_subject_wf_anat_preproc_wf_brain_extraction_wf_map_wmmask[label="map_wmmask (fixes)"];
single_subject_wf_anat_preproc_wf_brain_extraction_wf_thr_brainmask[label="thr_brainmask (ants)"];
single_subject_wf_anat_preproc_wf_brain_extraction_wf_inu_n4_final[label="inu_n4_final (ants)"];
single_subject_wf_anat_preproc_wf_brain_extraction_wf_apply_mask[label="apply_mask (nibabel)"];
single_subject_wf_anat_preproc_wf_brain_extraction_wf_outputnode[label="outputnode (utility)"];
single_subject_wf_anat_preproc_wf_brain_extraction_wf_inputnode -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_truncate_images;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_inputnode -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_inu_n4_final;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_inputnode -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_init_aff;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_inputnode -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_norm;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_inputnode -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_map_brainmask;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_inputnode -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_map_wmmask;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_res_tmpl -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_init_aff;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_full_wm -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_map_wmmask;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_lap_tmpl -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_mrg_tmpl;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_truncate_images -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_inu_n4;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_mrg_tmpl -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_norm;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_inu_n4 -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_res_target;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_inu_n4 -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_lap_target;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_inu_n4 -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_mrg_target;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_res_target -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_init_aff;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_lap_target -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_mrg_target;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_init_aff -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_norm;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_mrg_target -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_norm;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_norm -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_map_brainmask;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_norm -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_map_brainmask;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_norm -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_map_wmmask;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_norm -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_map_wmmask;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_map_brainmask -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_thr_brainmask;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_map_wmmask -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_inu_n4_final;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_thr_brainmask -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_apply_mask;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_inu_n4_final -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_apply_mask;
subgraph cluster_single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf {
label="atropos_wf";
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_inputnode[label="inputnode (utility)"];
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_dil_brainmask[label="dil_brainmask (ants)"];
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_03_pad_mask[label="03_pad_mask (ants)"];
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_get_brainmask[label="get_brainmask (ants)"];
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_01_atropos[label="01_atropos (ants)"];
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_02_pad_segm[label="02_pad_segm (ants)"];
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_match_wm[label="match_wm (utility)"];
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_04_sel_labels[label="04_sel_labels (utility)"];
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_overlap[label="overlap (metrics)"];
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_05_get_wm[label="05_get_wm (ants)"];
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_06_get_gm[label="06_get_gm (ants)"];
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_10_me_csf[label="10_me_csf (ants)"];
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_27_depad_csf[label="27_depad_csf (ants)"];
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_sel_wm[label="sel_wm (utility)"];
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_09_relabel_wm[label="09_relabel_wm (ants)"];
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_07_fill_gm[label="07_fill_gm (ants)"];
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_copy_xform_wm[label="copy_xform_wm (header)"];
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_26_depad_wm[label="26_depad_wm (ants)"];
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_08_mult_gm[label="08_mult_gm (ants)"];
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_apply_wm_prior[label="apply_wm_prior (utility)"];
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_11_add_gm[label="11_add_gm (ants)"];
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_inu_n4_final[label="inu_n4_final (ants)"];
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_12_relabel_gm[label="12_relabel_gm (ants)"];
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_13_add_gm_wm[label="13_add_gm_wm (ants)"];
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_25_depad_gm[label="25_depad_gm (ants)"];
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_14_sel_labels2[label="14_sel_labels2 (utility)"];
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_24_depad_segm[label="24_depad_segm (ants)"];
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_merge_tpms[label="merge_tpms (utility)"];
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_15_add_7[label="15_add_7 (ants)"];
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_16_me_7[label="16_me_7 (ants)"];
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_17_comp_7[label="17_comp_7 (ants)"];
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_18_md_7[label="18_md_7 (ants)"];
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_19_fill_7[label="19_fill_7 (ants)"];
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_20_add_7_2[label="20_add_7_2 (ants)"];
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_21_md_7_2[label="21_md_7_2 (ants)"];
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_22_me_7_2[label="22_me_7_2 (ants)"];
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_23_depad_mask[label="23_depad_mask (ants)"];
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_msk_conform[label="msk_conform (utility)"];
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_copy_xform[label="copy_xform (header)"];
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_apply_mask[label="apply_mask (nibabel)"];
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_outputnode[label="outputnode (utility)"];
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_inputnode -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_dil_brainmask;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_inputnode -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_copy_xform;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_inputnode -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_copy_xform_wm;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_inputnode -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_03_pad_mask;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_inputnode -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_01_atropos;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_inputnode -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_inu_n4_final;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_inputnode -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_msk_conform;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_inputnode -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_apply_wm_prior;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_inputnode -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_apply_wm_prior;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_inputnode -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_match_wm;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_dil_brainmask -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_get_brainmask;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_03_pad_mask -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_20_add_7_2;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_get_brainmask -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_01_atropos;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_01_atropos -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_02_pad_segm;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_01_atropos -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_sel_wm;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_01_atropos -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_match_wm;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_01_atropos -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_overlap;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_02_pad_segm -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_04_sel_labels;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_match_wm -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_overlap;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_04_sel_labels -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_05_get_wm;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_04_sel_labels -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_06_get_gm;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_04_sel_labels -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_10_me_csf;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_04_sel_labels -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_27_depad_csf;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_overlap -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_sel_wm;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_05_get_wm -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_09_relabel_wm;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_06_get_gm -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_07_fill_gm;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_06_get_gm -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_08_mult_gm;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_10_me_csf -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_11_add_gm;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_27_depad_csf -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_merge_tpms;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_sel_wm -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_copy_xform_wm;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_09_relabel_wm -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_13_add_gm_wm;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_09_relabel_wm -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_26_depad_wm;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_07_fill_gm -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_08_mult_gm;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_copy_xform_wm -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_apply_wm_prior;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_26_depad_wm -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_merge_tpms;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_08_mult_gm -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_11_add_gm;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_apply_wm_prior -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_inu_n4_final;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_11_add_gm -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_12_relabel_gm;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_inu_n4_final -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_copy_xform;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_inu_n4_final -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_copy_xform;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_12_relabel_gm -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_13_add_gm_wm;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_12_relabel_gm -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_25_depad_gm;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_13_add_gm_wm -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_14_sel_labels2;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_13_add_gm_wm -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_24_depad_segm;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_25_depad_gm -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_merge_tpms;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_14_sel_labels2 -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_15_add_7;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_14_sel_labels2 -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_15_add_7;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_24_depad_segm -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_copy_xform;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_merge_tpms -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_copy_xform;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_15_add_7 -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_16_me_7;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_16_me_7 -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_17_comp_7;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_17_comp_7 -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_18_md_7;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_18_md_7 -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_19_fill_7;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_19_fill_7 -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_20_add_7_2;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_20_add_7_2 -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_21_md_7_2;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_21_md_7_2 -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_22_me_7_2;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_22_me_7_2 -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_23_depad_mask;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_23_depad_mask -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_msk_conform;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_msk_conform -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_copy_xform;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_copy_xform -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_apply_mask;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_copy_xform -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_apply_mask;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_copy_xform -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_outputnode;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_copy_xform -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_outputnode;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_copy_xform -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_outputnode;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_copy_xform -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_outputnode;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_copy_xform -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_outputnode;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_apply_mask -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_outputnode;
}
single_subject_wf_anat_preproc_wf_brain_extraction_wf_inputnode -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_inputnode;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_inu_n4_final -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_inputnode;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_thr_brainmask -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_inputnode;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_map_wmmask -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_inputnode;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_outputnode -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_outputnode;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_outputnode -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_outputnode;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_outputnode -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_outputnode;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_outputnode -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_outputnode;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_outputnode -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_outputnode;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_atropos_wf_outputnode -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_outputnode;
}
subgraph cluster_single_subject_wf_anat_preproc_wf_surface_recon_wf {
label="surface_recon_wf";
single_subject_wf_anat_preproc_wf_surface_recon_wf_inputnode[label="inputnode (utility)"];
single_subject_wf_anat_preproc_wf_surface_recon_wf_recon_config[label="recon_config (freesurfer)"];
single_subject_wf_anat_preproc_wf_surface_recon_wf_fov_check[label="fov_check (utility)"];
single_subject_wf_anat_preproc_wf_surface_recon_wf_autorecon1[label="autorecon1 (freesurfer)"];
single_subject_wf_anat_preproc_wf_surface_recon_wf_skull_strip_extern[label="skull_strip_extern (freesurfer)"];
single_subject_wf_anat_preproc_wf_surface_recon_wf_fsnative2t1w_xfm[label="fsnative2t1w_xfm (freesurfer)"];
single_subject_wf_anat_preproc_wf_surface_recon_wf_t1w2fsnative_xfm[label="t1w2fsnative_xfm (freesurfer)"];
single_subject_wf_anat_preproc_wf_surface_recon_wf_refine[label="refine (freesurfer)"];
single_subject_wf_anat_preproc_wf_surface_recon_wf_outputnode[label="outputnode (utility)"];
single_subject_wf_anat_preproc_wf_surface_recon_wf_inputnode -> single_subject_wf_anat_preproc_wf_surface_recon_wf_recon_config;
single_subject_wf_anat_preproc_wf_surface_recon_wf_inputnode -> single_subject_wf_anat_preproc_wf_surface_recon_wf_recon_config;
single_subject_wf_anat_preproc_wf_surface_recon_wf_inputnode -> single_subject_wf_anat_preproc_wf_surface_recon_wf_recon_config;
single_subject_wf_anat_preproc_wf_surface_recon_wf_inputnode -> single_subject_wf_anat_preproc_wf_surface_recon_wf_autorecon1;
single_subject_wf_anat_preproc_wf_surface_recon_wf_inputnode -> single_subject_wf_anat_preproc_wf_surface_recon_wf_autorecon1;
single_subject_wf_anat_preproc_wf_surface_recon_wf_inputnode -> single_subject_wf_anat_preproc_wf_surface_recon_wf_autorecon1;
single_subject_wf_anat_preproc_wf_surface_recon_wf_inputnode -> single_subject_wf_anat_preproc_wf_surface_recon_wf_fov_check;
single_subject_wf_anat_preproc_wf_surface_recon_wf_inputnode -> single_subject_wf_anat_preproc_wf_surface_recon_wf_skull_strip_extern;
single_subject_wf_anat_preproc_wf_surface_recon_wf_inputnode -> single_subject_wf_anat_preproc_wf_surface_recon_wf_fsnative2t1w_xfm;
single_subject_wf_anat_preproc_wf_surface_recon_wf_inputnode -> single_subject_wf_anat_preproc_wf_surface_recon_wf_refine;
single_subject_wf_anat_preproc_wf_surface_recon_wf_inputnode -> single_subject_wf_anat_preproc_wf_surface_recon_wf_refine;
single_subject_wf_anat_preproc_wf_surface_recon_wf_recon_config -> single_subject_wf_anat_preproc_wf_surface_recon_wf_autorecon1;
single_subject_wf_anat_preproc_wf_surface_recon_wf_recon_config -> single_subject_wf_anat_preproc_wf_surface_recon_wf_autorecon1;
single_subject_wf_anat_preproc_wf_surface_recon_wf_recon_config -> single_subject_wf_anat_preproc_wf_surface_recon_wf_autorecon1;
single_subject_wf_anat_preproc_wf_surface_recon_wf_recon_config -> single_subject_wf_anat_preproc_wf_surface_recon_wf_autorecon1;
single_subject_wf_anat_preproc_wf_surface_recon_wf_fov_check -> single_subject_wf_anat_preproc_wf_surface_recon_wf_autorecon1;
single_subject_wf_anat_preproc_wf_surface_recon_wf_autorecon1 -> single_subject_wf_anat_preproc_wf_surface_recon_wf_skull_strip_extern;
single_subject_wf_anat_preproc_wf_surface_recon_wf_autorecon1 -> single_subject_wf_anat_preproc_wf_surface_recon_wf_skull_strip_extern;
single_subject_wf_anat_preproc_wf_surface_recon_wf_autorecon1 -> single_subject_wf_anat_preproc_wf_surface_recon_wf_fsnative2t1w_xfm;
single_subject_wf_anat_preproc_wf_surface_recon_wf_fsnative2t1w_xfm -> single_subject_wf_anat_preproc_wf_surface_recon_wf_t1w2fsnative_xfm;
single_subject_wf_anat_preproc_wf_surface_recon_wf_fsnative2t1w_xfm -> single_subject_wf_anat_preproc_wf_surface_recon_wf_outputnode;
subgraph cluster_single_subject_wf_anat_preproc_wf_surface_recon_wf_autorecon_resume_wf {
label="autorecon_resume_wf";
single_subject_wf_anat_preproc_wf_surface_recon_wf_autorecon_resume_wf_inputnode[label="inputnode (utility)"];
single_subject_wf_anat_preproc_wf_surface_recon_wf_autorecon_resume_wf_autorecon2_vol[label="autorecon2_vol (freesurfer)"];
single_subject_wf_anat_preproc_wf_surface_recon_wf_autorecon_resume_wf_autorecon_surfs[label="autorecon_surfs (freesurfer)"];
single_subject_wf_anat_preproc_wf_surface_recon_wf_autorecon_resume_wf_cortribbon[label="cortribbon (freesurfer)"];
single_subject_wf_anat_preproc_wf_surface_recon_wf_autorecon_resume_wf_parcstats[label="parcstats (freesurfer)"];
single_subject_wf_anat_preproc_wf_surface_recon_wf_autorecon_resume_wf_autorecon3[label="autorecon3 (freesurfer)"];
single_subject_wf_anat_preproc_wf_surface_recon_wf_autorecon_resume_wf_outputnode[label="outputnode (utility)"];
single_subject_wf_anat_preproc_wf_surface_recon_wf_autorecon_resume_wf_inputnode -> single_subject_wf_anat_preproc_wf_surface_recon_wf_autorecon_resume_wf_cortribbon;
single_subject_wf_anat_preproc_wf_surface_recon_wf_autorecon_resume_wf_inputnode -> single_subject_wf_anat_preproc_wf_surface_recon_wf_autorecon_resume_wf_cortribbon;
single_subject_wf_anat_preproc_wf_surface_recon_wf_autorecon_resume_wf_inputnode -> single_subject_wf_anat_preproc_wf_surface_recon_wf_autorecon_resume_wf_autorecon2_vol;
single_subject_wf_anat_preproc_wf_surface_recon_wf_autorecon_resume_wf_inputnode -> single_subject_wf_anat_preproc_wf_surface_recon_wf_autorecon_resume_wf_autorecon2_vol;
single_subject_wf_anat_preproc_wf_surface_recon_wf_autorecon_resume_wf_autorecon2_vol -> single_subject_wf_anat_preproc_wf_surface_recon_wf_autorecon_resume_wf_autorecon_surfs;
single_subject_wf_anat_preproc_wf_surface_recon_wf_autorecon_resume_wf_autorecon2_vol -> single_subject_wf_anat_preproc_wf_surface_recon_wf_autorecon_resume_wf_autorecon_surfs;
single_subject_wf_anat_preproc_wf_surface_recon_wf_autorecon_resume_wf_autorecon_surfs -> single_subject_wf_anat_preproc_wf_surface_recon_wf_autorecon_resume_wf_cortribbon;
single_subject_wf_anat_preproc_wf_surface_recon_wf_autorecon_resume_wf_autorecon_surfs -> single_subject_wf_anat_preproc_wf_surface_recon_wf_autorecon_resume_wf_cortribbon;
single_subject_wf_anat_preproc_wf_surface_recon_wf_autorecon_resume_wf_cortribbon -> single_subject_wf_anat_preproc_wf_surface_recon_wf_autorecon_resume_wf_parcstats;
single_subject_wf_anat_preproc_wf_surface_recon_wf_autorecon_resume_wf_cortribbon -> single_subject_wf_anat_preproc_wf_surface_recon_wf_autorecon_resume_wf_parcstats;
single_subject_wf_anat_preproc_wf_surface_recon_wf_autorecon_resume_wf_parcstats -> single_subject_wf_anat_preproc_wf_surface_recon_wf_autorecon_resume_wf_autorecon3;
single_subject_wf_anat_preproc_wf_surface_recon_wf_autorecon_resume_wf_parcstats -> single_subject_wf_anat_preproc_wf_surface_recon_wf_autorecon_resume_wf_autorecon3;
single_subject_wf_anat_preproc_wf_surface_recon_wf_autorecon_resume_wf_autorecon3 -> single_subject_wf_anat_preproc_wf_surface_recon_wf_autorecon_resume_wf_outputnode;
single_subject_wf_anat_preproc_wf_surface_recon_wf_autorecon_resume_wf_autorecon3 -> single_subject_wf_anat_preproc_wf_surface_recon_wf_autorecon_resume_wf_outputnode;
}
single_subject_wf_anat_preproc_wf_surface_recon_wf_t1w2fsnative_xfm -> single_subject_wf_anat_preproc_wf_surface_recon_wf_outputnode;
subgraph cluster_single_subject_wf_anat_preproc_wf_surface_recon_wf_gifti_surface_wf {
label="gifti_surface_wf";
single_subject_wf_anat_preproc_wf_surface_recon_wf_gifti_surface_wf_inputnode[label="inputnode (utility)"];
single_subject_wf_anat_preproc_wf_surface_recon_wf_gifti_surface_wf_get_surfaces[label="get_surfaces (io)"];
single_subject_wf_anat_preproc_wf_surface_recon_wf_gifti_surface_wf_midthickness[label="midthickness (freesurfer)"];
single_subject_wf_anat_preproc_wf_surface_recon_wf_gifti_surface_wf_save_midthickness[label="save_midthickness (io)"];
single_subject_wf_anat_preproc_wf_surface_recon_wf_gifti_surface_wf_surface_list[label="surface_list (utility)"];
single_subject_wf_anat_preproc_wf_surface_recon_wf_gifti_surface_wf_fs2gii[label="fs2gii (freesurfer)"];
single_subject_wf_anat_preproc_wf_surface_recon_wf_gifti_surface_wf_fix_surfs[label="fix_surfs (surf)"];
single_subject_wf_anat_preproc_wf_surface_recon_wf_gifti_surface_wf_outputnode[label="outputnode (utility)"];
single_subject_wf_anat_preproc_wf_surface_recon_wf_gifti_surface_wf_inputnode -> single_subject_wf_anat_preproc_wf_surface_recon_wf_gifti_surface_wf_get_surfaces;
single_subject_wf_anat_preproc_wf_surface_recon_wf_gifti_surface_wf_inputnode -> single_subject_wf_anat_preproc_wf_surface_recon_wf_gifti_surface_wf_get_surfaces;
single_subject_wf_anat_preproc_wf_surface_recon_wf_gifti_surface_wf_inputnode -> single_subject_wf_anat_preproc_wf_surface_recon_wf_gifti_surface_wf_save_midthickness;
single_subject_wf_anat_preproc_wf_surface_recon_wf_gifti_surface_wf_inputnode -> single_subject_wf_anat_preproc_wf_surface_recon_wf_gifti_surface_wf_save_midthickness;
single_subject_wf_anat_preproc_wf_surface_recon_wf_gifti_surface_wf_inputnode -> single_subject_wf_anat_preproc_wf_surface_recon_wf_gifti_surface_wf_fix_surfs;
single_subject_wf_anat_preproc_wf_surface_recon_wf_gifti_surface_wf_get_surfaces -> single_subject_wf_anat_preproc_wf_surface_recon_wf_gifti_surface_wf_midthickness;
single_subject_wf_anat_preproc_wf_surface_recon_wf_gifti_surface_wf_get_surfaces -> single_subject_wf_anat_preproc_wf_surface_recon_wf_gifti_surface_wf_midthickness;
single_subject_wf_anat_preproc_wf_surface_recon_wf_gifti_surface_wf_get_surfaces -> single_subject_wf_anat_preproc_wf_surface_recon_wf_gifti_surface_wf_surface_list;
single_subject_wf_anat_preproc_wf_surface_recon_wf_gifti_surface_wf_get_surfaces -> single_subject_wf_anat_preproc_wf_surface_recon_wf_gifti_surface_wf_surface_list;
single_subject_wf_anat_preproc_wf_surface_recon_wf_gifti_surface_wf_get_surfaces -> single_subject_wf_anat_preproc_wf_surface_recon_wf_gifti_surface_wf_surface_list;
single_subject_wf_anat_preproc_wf_surface_recon_wf_gifti_surface_wf_midthickness -> single_subject_wf_anat_preproc_wf_surface_recon_wf_gifti_surface_wf_save_midthickness;
single_subject_wf_anat_preproc_wf_surface_recon_wf_gifti_surface_wf_save_midthickness -> single_subject_wf_anat_preproc_wf_surface_recon_wf_gifti_surface_wf_surface_list;
single_subject_wf_anat_preproc_wf_surface_recon_wf_gifti_surface_wf_surface_list -> single_subject_wf_anat_preproc_wf_surface_recon_wf_gifti_surface_wf_fs2gii;
single_subject_wf_anat_preproc_wf_surface_recon_wf_gifti_surface_wf_fs2gii -> single_subject_wf_anat_preproc_wf_surface_recon_wf_gifti_surface_wf_fix_surfs;
single_subject_wf_anat_preproc_wf_surface_recon_wf_gifti_surface_wf_fix_surfs -> single_subject_wf_anat_preproc_wf_surface_recon_wf_gifti_surface_wf_outputnode;
}
subgraph cluster_single_subject_wf_anat_preproc_wf_surface_recon_wf_segs_to_native_aseg {
label="segs_to_native_aseg";
single_subject_wf_anat_preproc_wf_surface_recon_wf_segs_to_native_aseg_inputnode[label="inputnode (utility)"];
single_subject_wf_anat_preproc_wf_surface_recon_wf_segs_to_native_aseg_fs_datasource[label="fs_datasource (io)"];
single_subject_wf_anat_preproc_wf_surface_recon_wf_segs_to_native_aseg_resample[label="resample (freesurfer)"];
single_subject_wf_anat_preproc_wf_surface_recon_wf_segs_to_native_aseg_outputnode[label="outputnode (utility)"];
single_subject_wf_anat_preproc_wf_surface_recon_wf_segs_to_native_aseg_inputnode -> single_subject_wf_anat_preproc_wf_surface_recon_wf_segs_to_native_aseg_fs_datasource;
single_subject_wf_anat_preproc_wf_surface_recon_wf_segs_to_native_aseg_inputnode -> single_subject_wf_anat_preproc_wf_surface_recon_wf_segs_to_native_aseg_fs_datasource;
single_subject_wf_anat_preproc_wf_surface_recon_wf_segs_to_native_aseg_inputnode -> single_subject_wf_anat_preproc_wf_surface_recon_wf_segs_to_native_aseg_resample;
single_subject_wf_anat_preproc_wf_surface_recon_wf_segs_to_native_aseg_inputnode -> single_subject_wf_anat_preproc_wf_surface_recon_wf_segs_to_native_aseg_resample;
single_subject_wf_anat_preproc_wf_surface_recon_wf_segs_to_native_aseg_fs_datasource -> single_subject_wf_anat_preproc_wf_surface_recon_wf_segs_to_native_aseg_resample;
single_subject_wf_anat_preproc_wf_surface_recon_wf_segs_to_native_aseg_resample -> single_subject_wf_anat_preproc_wf_surface_recon_wf_segs_to_native_aseg_outputnode;
}
subgraph cluster_single_subject_wf_anat_preproc_wf_surface_recon_wf_segs_to_native_aparc_aseg {
label="segs_to_native_aparc_aseg";
single_subject_wf_anat_preproc_wf_surface_recon_wf_segs_to_native_aparc_aseg_inputnode[label="inputnode (utility)"];
single_subject_wf_anat_preproc_wf_surface_recon_wf_segs_to_native_aparc_aseg_fs_datasource[label="fs_datasource (io)"];
single_subject_wf_anat_preproc_wf_surface_recon_wf_segs_to_native_aparc_aseg_resample[label="resample (freesurfer)"];
single_subject_wf_anat_preproc_wf_surface_recon_wf_segs_to_native_aparc_aseg_outputnode[label="outputnode (utility)"];
single_subject_wf_anat_preproc_wf_surface_recon_wf_segs_to_native_aparc_aseg_inputnode -> single_subject_wf_anat_preproc_wf_surface_recon_wf_segs_to_native_aparc_aseg_fs_datasource;
single_subject_wf_anat_preproc_wf_surface_recon_wf_segs_to_native_aparc_aseg_inputnode -> single_subject_wf_anat_preproc_wf_surface_recon_wf_segs_to_native_aparc_aseg_fs_datasource;
single_subject_wf_anat_preproc_wf_surface_recon_wf_segs_to_native_aparc_aseg_inputnode -> single_subject_wf_anat_preproc_wf_surface_recon_wf_segs_to_native_aparc_aseg_resample;
single_subject_wf_anat_preproc_wf_surface_recon_wf_segs_to_native_aparc_aseg_inputnode -> single_subject_wf_anat_preproc_wf_surface_recon_wf_segs_to_native_aparc_aseg_resample;
single_subject_wf_anat_preproc_wf_surface_recon_wf_segs_to_native_aparc_aseg_fs_datasource -> single_subject_wf_anat_preproc_wf_surface_recon_wf_segs_to_native_aparc_aseg_resample;
single_subject_wf_anat_preproc_wf_surface_recon_wf_segs_to_native_aparc_aseg_resample -> single_subject_wf_anat_preproc_wf_surface_recon_wf_segs_to_native_aparc_aseg_outputnode;
}
single_subject_wf_anat_preproc_wf_surface_recon_wf_refine -> single_subject_wf_anat_preproc_wf_surface_recon_wf_outputnode;
single_subject_wf_anat_preproc_wf_surface_recon_wf_inputnode -> single_subject_wf_anat_preproc_wf_surface_recon_wf_segs_to_native_aseg_inputnode;
single_subject_wf_anat_preproc_wf_surface_recon_wf_inputnode -> single_subject_wf_anat_preproc_wf_surface_recon_wf_segs_to_native_aparc_aseg_inputnode;
single_subject_wf_anat_preproc_wf_surface_recon_wf_recon_config -> single_subject_wf_anat_preproc_wf_surface_recon_wf_autorecon_resume_wf_inputnode;
single_subject_wf_anat_preproc_wf_surface_recon_wf_recon_config -> single_subject_wf_anat_preproc_wf_surface_recon_wf_autorecon_resume_wf_inputnode;
single_subject_wf_anat_preproc_wf_surface_recon_wf_skull_strip_extern -> single_subject_wf_anat_preproc_wf_surface_recon_wf_autorecon_resume_wf_inputnode;
single_subject_wf_anat_preproc_wf_surface_recon_wf_skull_strip_extern -> single_subject_wf_anat_preproc_wf_surface_recon_wf_autorecon_resume_wf_inputnode;
single_subject_wf_anat_preproc_wf_surface_recon_wf_autorecon_resume_wf_outputnode -> single_subject_wf_anat_preproc_wf_surface_recon_wf_gifti_surface_wf_inputnode;
single_subject_wf_anat_preproc_wf_surface_recon_wf_autorecon_resume_wf_outputnode -> single_subject_wf_anat_preproc_wf_surface_recon_wf_gifti_surface_wf_inputnode;
single_subject_wf_anat_preproc_wf_surface_recon_wf_autorecon_resume_wf_outputnode -> single_subject_wf_anat_preproc_wf_surface_recon_wf_segs_to_native_aseg_inputnode;
single_subject_wf_anat_preproc_wf_surface_recon_wf_autorecon_resume_wf_outputnode -> single_subject_wf_anat_preproc_wf_surface_recon_wf_segs_to_native_aseg_inputnode;
single_subject_wf_anat_preproc_wf_surface_recon_wf_autorecon_resume_wf_outputnode -> single_subject_wf_anat_preproc_wf_surface_recon_wf_segs_to_native_aparc_aseg_inputnode;
single_subject_wf_anat_preproc_wf_surface_recon_wf_autorecon_resume_wf_outputnode -> single_subject_wf_anat_preproc_wf_surface_recon_wf_segs_to_native_aparc_aseg_inputnode;
single_subject_wf_anat_preproc_wf_surface_recon_wf_autorecon_resume_wf_outputnode -> single_subject_wf_anat_preproc_wf_surface_recon_wf_outputnode;
single_subject_wf_anat_preproc_wf_surface_recon_wf_autorecon_resume_wf_outputnode -> single_subject_wf_anat_preproc_wf_surface_recon_wf_outputnode;
single_subject_wf_anat_preproc_wf_surface_recon_wf_gifti_surface_wf_outputnode -> single_subject_wf_anat_preproc_wf_surface_recon_wf_outputnode;
single_subject_wf_anat_preproc_wf_surface_recon_wf_fsnative2t1w_xfm -> single_subject_wf_anat_preproc_wf_surface_recon_wf_gifti_surface_wf_inputnode;
single_subject_wf_anat_preproc_wf_surface_recon_wf_fsnative2t1w_xfm -> single_subject_wf_anat_preproc_wf_surface_recon_wf_segs_to_native_aseg_inputnode;
single_subject_wf_anat_preproc_wf_surface_recon_wf_fsnative2t1w_xfm -> single_subject_wf_anat_preproc_wf_surface_recon_wf_segs_to_native_aparc_aseg_inputnode;
single_subject_wf_anat_preproc_wf_surface_recon_wf_segs_to_native_aseg_outputnode -> single_subject_wf_anat_preproc_wf_surface_recon_wf_refine;
single_subject_wf_anat_preproc_wf_surface_recon_wf_segs_to_native_aseg_outputnode -> single_subject_wf_anat_preproc_wf_surface_recon_wf_outputnode;
single_subject_wf_anat_preproc_wf_surface_recon_wf_segs_to_native_aparc_aseg_outputnode -> single_subject_wf_anat_preproc_wf_surface_recon_wf_outputnode;
}
single_subject_wf_anat_preproc_wf_applyrefined -> single_subject_wf_anat_preproc_wf_buffernode;
single_subject_wf_anat_preproc_wf_buffernode -> single_subject_wf_anat_preproc_wf_outputnode;
single_subject_wf_anat_preproc_wf_buffernode -> single_subject_wf_anat_preproc_wf_outputnode;
single_subject_wf_anat_preproc_wf_buffernode -> single_subject_wf_anat_preproc_wf_t1w_dseg;
single_subject_wf_anat_preproc_wf_t1w_dseg -> single_subject_wf_anat_preproc_wf_lut_t1w_dseg;
single_subject_wf_anat_preproc_wf_t1w_dseg -> single_subject_wf_anat_preproc_wf_fast2bids;
single_subject_wf_anat_preproc_wf_lut_t1w_dseg -> single_subject_wf_anat_preproc_wf_outputnode;
single_subject_wf_anat_preproc_wf_fast2bids -> single_subject_wf_anat_preproc_wf_outputnode;
subgraph cluster_single_subject_wf_anat_preproc_wf_anat_norm_wf {
label="anat_norm_wf";
single_subject_wf_anat_preproc_wf_anat_norm_wf_inputnode[label="inputnode (utility)", shape=box3d,style=filled, color=black, colorscheme=greys7 fillcolor=2];
single_subject_wf_anat_preproc_wf_anat_norm_wf_split_desc[label="split_desc (templateflow)"];
single_subject_wf_anat_preproc_wf_anat_norm_wf_trunc_mov[label="trunc_mov (ants)"];
single_subject_wf_anat_preproc_wf_anat_norm_wf_tf_select[label="tf_select (templateflow)"];
single_subject_wf_anat_preproc_wf_anat_norm_wf_registration[label="registration (norm)"];
single_subject_wf_anat_preproc_wf_anat_norm_wf_tpl_moving[label="tpl_moving (fixes)"];
single_subject_wf_anat_preproc_wf_anat_norm_wf_std_mask[label="std_mask (fixes)"];
single_subject_wf_anat_preproc_wf_anat_norm_wf_std_dseg[label="std_dseg (fixes)"];
single_subject_wf_anat_preproc_wf_anat_norm_wf_std_tpms[label="std_tpms (fixes)"];
single_subject_wf_anat_preproc_wf_anat_norm_wf_poutputnode[label="poutputnode (utility)"];
single_subject_wf_anat_preproc_wf_anat_norm_wf_outputnode[label="outputnode (utility)"];
single_subject_wf_anat_preproc_wf_anat_norm_wf_inputnode -> single_subject_wf_anat_preproc_wf_anat_norm_wf_split_desc;
single_subject_wf_anat_preproc_wf_anat_norm_wf_inputnode -> single_subject_wf_anat_preproc_wf_anat_norm_wf_poutputnode;
single_subject_wf_anat_preproc_wf_anat_norm_wf_inputnode -> single_subject_wf_anat_preproc_wf_anat_norm_wf_trunc_mov;
single_subject_wf_anat_preproc_wf_anat_norm_wf_inputnode -> single_subject_wf_anat_preproc_wf_anat_norm_wf_registration;
single_subject_wf_anat_preproc_wf_anat_norm_wf_inputnode -> single_subject_wf_anat_preproc_wf_anat_norm_wf_registration;
single_subject_wf_anat_preproc_wf_anat_norm_wf_inputnode -> single_subject_wf_anat_preproc_wf_anat_norm_wf_tpl_moving;
single_subject_wf_anat_preproc_wf_anat_norm_wf_inputnode -> single_subject_wf_anat_preproc_wf_anat_norm_wf_std_mask;
single_subject_wf_anat_preproc_wf_anat_norm_wf_inputnode -> single_subject_wf_anat_preproc_wf_anat_norm_wf_std_dseg;
single_subject_wf_anat_preproc_wf_anat_norm_wf_inputnode -> single_subject_wf_anat_preproc_wf_anat_norm_wf_std_tpms;
single_subject_wf_anat_preproc_wf_anat_norm_wf_split_desc -> single_subject_wf_anat_preproc_wf_anat_norm_wf_tf_select;
single_subject_wf_anat_preproc_wf_anat_norm_wf_split_desc -> single_subject_wf_anat_preproc_wf_anat_norm_wf_tf_select;
single_subject_wf_anat_preproc_wf_anat_norm_wf_split_desc -> single_subject_wf_anat_preproc_wf_anat_norm_wf_registration;
single_subject_wf_anat_preproc_wf_anat_norm_wf_split_desc -> single_subject_wf_anat_preproc_wf_anat_norm_wf_registration;
single_subject_wf_anat_preproc_wf_anat_norm_wf_split_desc -> single_subject_wf_anat_preproc_wf_anat_norm_wf_poutputnode;
single_subject_wf_anat_preproc_wf_anat_norm_wf_trunc_mov -> single_subject_wf_anat_preproc_wf_anat_norm_wf_registration;
single_subject_wf_anat_preproc_wf_anat_norm_wf_tf_select -> single_subject_wf_anat_preproc_wf_anat_norm_wf_tpl_moving;
single_subject_wf_anat_preproc_wf_anat_norm_wf_tf_select -> single_subject_wf_anat_preproc_wf_anat_norm_wf_std_mask;
single_subject_wf_anat_preproc_wf_anat_norm_wf_tf_select -> single_subject_wf_anat_preproc_wf_anat_norm_wf_std_dseg;
single_subject_wf_anat_preproc_wf_anat_norm_wf_tf_select -> single_subject_wf_anat_preproc_wf_anat_norm_wf_std_tpms;
single_subject_wf_anat_preproc_wf_anat_norm_wf_registration -> single_subject_wf_anat_preproc_wf_anat_norm_wf_tpl_moving;
single_subject_wf_anat_preproc_wf_anat_norm_wf_registration -> single_subject_wf_anat_preproc_wf_anat_norm_wf_std_mask;
single_subject_wf_anat_preproc_wf_anat_norm_wf_registration -> single_subject_wf_anat_preproc_wf_anat_norm_wf_std_dseg;
single_subject_wf_anat_preproc_wf_anat_norm_wf_registration -> single_subject_wf_anat_preproc_wf_anat_norm_wf_std_tpms;
single_subject_wf_anat_preproc_wf_anat_norm_wf_registration -> single_subject_wf_anat_preproc_wf_anat_norm_wf_poutputnode;
single_subject_wf_anat_preproc_wf_anat_norm_wf_registration -> single_subject_wf_anat_preproc_wf_anat_norm_wf_poutputnode;
single_subject_wf_anat_preproc_wf_anat_norm_wf_tpl_moving -> single_subject_wf_anat_preproc_wf_anat_norm_wf_poutputnode;
single_subject_wf_anat_preproc_wf_anat_norm_wf_std_mask -> single_subject_wf_anat_preproc_wf_anat_norm_wf_poutputnode;
single_subject_wf_anat_preproc_wf_anat_norm_wf_std_dseg -> single_subject_wf_anat_preproc_wf_anat_norm_wf_poutputnode;
single_subject_wf_anat_preproc_wf_anat_norm_wf_std_tpms -> single_subject_wf_anat_preproc_wf_anat_norm_wf_poutputnode;
single_subject_wf_anat_preproc_wf_anat_norm_wf_poutputnode -> single_subject_wf_anat_preproc_wf_anat_norm_wf_outputnode;
single_subject_wf_anat_preproc_wf_anat_norm_wf_poutputnode -> single_subject_wf_anat_preproc_wf_anat_norm_wf_outputnode;
single_subject_wf_anat_preproc_wf_anat_norm_wf_poutputnode -> single_subject_wf_anat_preproc_wf_anat_norm_wf_outputnode;
single_subject_wf_anat_preproc_wf_anat_norm_wf_poutputnode -> single_subject_wf_anat_preproc_wf_anat_norm_wf_outputnode;
single_subject_wf_anat_preproc_wf_anat_norm_wf_poutputnode -> single_subject_wf_anat_preproc_wf_anat_norm_wf_outputnode;
single_subject_wf_anat_preproc_wf_anat_norm_wf_poutputnode -> single_subject_wf_anat_preproc_wf_anat_norm_wf_outputnode;
single_subject_wf_anat_preproc_wf_anat_norm_wf_poutputnode -> single_subject_wf_anat_preproc_wf_anat_norm_wf_outputnode;
single_subject_wf_anat_preproc_wf_anat_norm_wf_poutputnode -> single_subject_wf_anat_preproc_wf_anat_norm_wf_outputnode;
}
subgraph cluster_single_subject_wf_anat_preproc_wf_anat_reports_wf {
label="anat_reports_wf";
single_subject_wf_anat_preproc_wf_anat_reports_wf_inputnode[label="inputnode (utility)"];
single_subject_wf_anat_preproc_wf_anat_reports_wf_t1w_conform_check[label="t1w_conform_check (utility)"];
single_subject_wf_anat_preproc_wf_anat_reports_wf_seg_rpt[label="seg_rpt (reportlets)"];
single_subject_wf_anat_preproc_wf_anat_reports_wf_tf_select[label="tf_select (templateflow)"];
single_subject_wf_anat_preproc_wf_anat_reports_wf_recon_report[label="recon_report (reports)"];
single_subject_wf_anat_preproc_wf_anat_reports_wf_ds_t1w_conform_report[label="ds_t1w_conform_report"];
single_subject_wf_anat_preproc_wf_anat_reports_wf_ds_t1w_dseg_mask_report[label="ds_t1w_dseg_mask_report"];
single_subject_wf_anat_preproc_wf_anat_reports_wf_norm_msk[label="norm_msk (utility)"];
single_subject_wf_anat_preproc_wf_anat_reports_wf_ds_recon_report[label="ds_recon_report"];
single_subject_wf_anat_preproc_wf_anat_reports_wf_norm_rpt[label="norm_rpt (reportlets)"];
single_subject_wf_anat_preproc_wf_anat_reports_wf_ds_std_t1w_report[label="ds_std_t1w_report"];
single_subject_wf_anat_preproc_wf_anat_reports_wf_inputnode -> single_subject_wf_anat_preproc_wf_anat_reports_wf_t1w_conform_check;
single_subject_wf_anat_preproc_wf_anat_reports_wf_inputnode -> single_subject_wf_anat_preproc_wf_anat_reports_wf_ds_t1w_conform_report;
single_subject_wf_anat_preproc_wf_anat_reports_wf_inputnode -> single_subject_wf_anat_preproc_wf_anat_reports_wf_ds_t1w_dseg_mask_report;
single_subject_wf_anat_preproc_wf_anat_reports_wf_inputnode -> single_subject_wf_anat_preproc_wf_anat_reports_wf_seg_rpt;
single_subject_wf_anat_preproc_wf_anat_reports_wf_inputnode -> single_subject_wf_anat_preproc_wf_anat_reports_wf_seg_rpt;
single_subject_wf_anat_preproc_wf_anat_reports_wf_inputnode -> single_subject_wf_anat_preproc_wf_anat_reports_wf_seg_rpt;
single_subject_wf_anat_preproc_wf_anat_reports_wf_inputnode -> single_subject_wf_anat_preproc_wf_anat_reports_wf_tf_select;
single_subject_wf_anat_preproc_wf_anat_reports_wf_inputnode -> single_subject_wf_anat_preproc_wf_anat_reports_wf_tf_select;
single_subject_wf_anat_preproc_wf_anat_reports_wf_inputnode -> single_subject_wf_anat_preproc_wf_anat_reports_wf_norm_rpt;
single_subject_wf_anat_preproc_wf_anat_reports_wf_inputnode -> single_subject_wf_anat_preproc_wf_anat_reports_wf_norm_msk;
single_subject_wf_anat_preproc_wf_anat_reports_wf_inputnode -> single_subject_wf_anat_preproc_wf_anat_reports_wf_norm_msk;
single_subject_wf_anat_preproc_wf_anat_reports_wf_inputnode -> single_subject_wf_anat_preproc_wf_anat_reports_wf_ds_std_t1w_report;
single_subject_wf_anat_preproc_wf_anat_reports_wf_inputnode -> single_subject_wf_anat_preproc_wf_anat_reports_wf_ds_std_t1w_report;
single_subject_wf_anat_preproc_wf_anat_reports_wf_inputnode -> single_subject_wf_anat_preproc_wf_anat_reports_wf_recon_report;
single_subject_wf_anat_preproc_wf_anat_reports_wf_inputnode -> single_subject_wf_anat_preproc_wf_anat_reports_wf_recon_report;
single_subject_wf_anat_preproc_wf_anat_reports_wf_inputnode -> single_subject_wf_anat_preproc_wf_anat_reports_wf_ds_recon_report;
single_subject_wf_anat_preproc_wf_anat_reports_wf_t1w_conform_check -> single_subject_wf_anat_preproc_wf_anat_reports_wf_ds_t1w_conform_report;
single_subject_wf_anat_preproc_wf_anat_reports_wf_seg_rpt -> single_subject_wf_anat_preproc_wf_anat_reports_wf_ds_t1w_dseg_mask_report;
single_subject_wf_anat_preproc_wf_anat_reports_wf_tf_select -> single_subject_wf_anat_preproc_wf_anat_reports_wf_norm_msk;
single_subject_wf_anat_preproc_wf_anat_reports_wf_tf_select -> single_subject_wf_anat_preproc_wf_anat_reports_wf_norm_msk;
single_subject_wf_anat_preproc_wf_anat_reports_wf_recon_report -> single_subject_wf_anat_preproc_wf_anat_reports_wf_ds_recon_report;
single_subject_wf_anat_preproc_wf_anat_reports_wf_norm_msk -> single_subject_wf_anat_preproc_wf_anat_reports_wf_norm_rpt;
single_subject_wf_anat_preproc_wf_anat_reports_wf_norm_msk -> single_subject_wf_anat_preproc_wf_anat_reports_wf_norm_rpt;
single_subject_wf_anat_preproc_wf_anat_reports_wf_norm_rpt -> single_subject_wf_anat_preproc_wf_anat_reports_wf_ds_std_t1w_report;
}
subgraph cluster_single_subject_wf_anat_preproc_wf_anat_derivatives_wf {
label="anat_derivatives_wf";
single_subject_wf_anat_preproc_wf_anat_derivatives_wf_inputnode[label="inputnode (utility)"];
single_subject_wf_anat_preproc_wf_anat_derivatives_wf_raw_sources[label="raw_sources (utility)"];
single_subject_wf_anat_preproc_wf_anat_derivatives_wf_ds_t1w_preproc[label="ds_t1w_preproc"];
single_subject_wf_anat_preproc_wf_anat_derivatives_wf_ds_t1w_tpms[label="ds_t1w_tpms"];
single_subject_wf_anat_preproc_wf_anat_derivatives_wf_ds_t1w_dseg[label="ds_t1w_dseg"];
single_subject_wf_anat_preproc_wf_anat_derivatives_wf_ds_t1w2std_xfm[label="ds_t1w2std_xfm"];
single_subject_wf_anat_preproc_wf_anat_derivatives_wf_ds_std2t1w_xfm[label="ds_std2t1w_xfm"];
single_subject_wf_anat_preproc_wf_anat_derivatives_wf_lta2itk_fwd[label="lta2itk_fwd (nitransforms)"];
single_subject_wf_anat_preproc_wf_anat_derivatives_wf_lta2itk_inv[label="lta2itk_inv (nitransforms)"];
single_subject_wf_anat_preproc_wf_anat_derivatives_wf_name_surfs[label="name_surfs (surf)"];
single_subject_wf_anat_preproc_wf_anat_derivatives_wf_ds_t1w_fsaseg[label="ds_t1w_fsaseg"];
single_subject_wf_anat_preproc_wf_anat_derivatives_wf_ds_t1w_fsparc[label="ds_t1w_fsparc"];
single_subject_wf_anat_preproc_wf_anat_derivatives_wf_ds_t1w_mask[label="ds_t1w_mask"];
single_subject_wf_anat_preproc_wf_anat_derivatives_wf_ds_t1w_fsnative[label="ds_t1w_fsnative"];
single_subject_wf_anat_preproc_wf_anat_derivatives_wf_ds_fsnative_t1w[label="ds_fsnative_t1w"];
single_subject_wf_anat_preproc_wf_anat_derivatives_wf_ds_surfs[label="ds_surfs"];
single_subject_wf_anat_preproc_wf_anat_derivatives_wf_inputnode -> single_subject_wf_anat_preproc_wf_anat_derivatives_wf_raw_sources;
single_subject_wf_anat_preproc_wf_anat_derivatives_wf_inputnode -> single_subject_wf_anat_preproc_wf_anat_derivatives_wf_ds_t1w_preproc;
single_subject_wf_anat_preproc_wf_anat_derivatives_wf_inputnode -> single_subject_wf_anat_preproc_wf_anat_derivatives_wf_ds_t1w_preproc;
single_subject_wf_anat_preproc_wf_anat_derivatives_wf_inputnode -> single_subject_wf_anat_preproc_wf_anat_derivatives_wf_ds_t1w_mask;
single_subject_wf_anat_preproc_wf_anat_derivatives_wf_inputnode -> single_subject_wf_anat_preproc_wf_anat_derivatives_wf_ds_t1w_mask;
single_subject_wf_anat_preproc_wf_anat_derivatives_wf_inputnode -> single_subject_wf_anat_preproc_wf_anat_derivatives_wf_ds_t1w_tpms;
single_subject_wf_anat_preproc_wf_anat_derivatives_wf_inputnode -> single_subject_wf_anat_preproc_wf_anat_derivatives_wf_ds_t1w_tpms;
single_subject_wf_anat_preproc_wf_anat_derivatives_wf_inputnode -> single_subject_wf_anat_preproc_wf_anat_derivatives_wf_ds_t1w_dseg;
single_subject_wf_anat_preproc_wf_anat_derivatives_wf_inputnode -> single_subject_wf_anat_preproc_wf_anat_derivatives_wf_ds_t1w_dseg;
single_subject_wf_anat_preproc_wf_anat_derivatives_wf_inputnode -> single_subject_wf_anat_preproc_wf_anat_derivatives_wf_ds_t1w2std_xfm;
single_subject_wf_anat_preproc_wf_anat_derivatives_wf_inputnode -> single_subject_wf_anat_preproc_wf_anat_derivatives_wf_ds_t1w2std_xfm;
single_subject_wf_anat_preproc_wf_anat_derivatives_wf_inputnode -> single_subject_wf_anat_preproc_wf_anat_derivatives_wf_ds_t1w2std_xfm;
single_subject_wf_anat_preproc_wf_anat_derivatives_wf_inputnode -> single_subject_wf_anat_preproc_wf_anat_derivatives_wf_ds_std2t1w_xfm;
single_subject_wf_anat_preproc_wf_anat_derivatives_wf_inputnode -> single_subject_wf_anat_preproc_wf_anat_derivatives_wf_ds_std2t1w_xfm;
single_subject_wf_anat_preproc_wf_anat_derivatives_wf_inputnode -> single_subject_wf_anat_preproc_wf_anat_derivatives_wf_ds_std2t1w_xfm;
single_subject_wf_anat_preproc_wf_anat_derivatives_wf_inputnode -> single_subject_wf_anat_preproc_wf_anat_derivatives_wf_lta2itk_fwd;
single_subject_wf_anat_preproc_wf_anat_derivatives_wf_inputnode -> single_subject_wf_anat_preproc_wf_anat_derivatives_wf_lta2itk_inv;
single_subject_wf_anat_preproc_wf_anat_derivatives_wf_inputnode -> single_subject_wf_anat_preproc_wf_anat_derivatives_wf_ds_t1w_fsnative;
single_subject_wf_anat_preproc_wf_anat_derivatives_wf_inputnode -> single_subject_wf_anat_preproc_wf_anat_derivatives_wf_ds_fsnative_t1w;
single_subject_wf_anat_preproc_wf_anat_derivatives_wf_inputnode -> single_subject_wf_anat_preproc_wf_anat_derivatives_wf_name_surfs;
single_subject_wf_anat_preproc_wf_anat_derivatives_wf_inputnode -> single_subject_wf_anat_preproc_wf_anat_derivatives_wf_ds_surfs;
single_subject_wf_anat_preproc_wf_anat_derivatives_wf_inputnode -> single_subject_wf_anat_preproc_wf_anat_derivatives_wf_ds_surfs;
single_subject_wf_anat_preproc_wf_anat_derivatives_wf_inputnode -> single_subject_wf_anat_preproc_wf_anat_derivatives_wf_ds_t1w_fsaseg;
single_subject_wf_anat_preproc_wf_anat_derivatives_wf_inputnode -> single_subject_wf_anat_preproc_wf_anat_derivatives_wf_ds_t1w_fsaseg;
single_subject_wf_anat_preproc_wf_anat_derivatives_wf_inputnode -> single_subject_wf_anat_preproc_wf_anat_derivatives_wf_ds_t1w_fsparc;
single_subject_wf_anat_preproc_wf_anat_derivatives_wf_inputnode -> single_subject_wf_anat_preproc_wf_anat_derivatives_wf_ds_t1w_fsparc;
single_subject_wf_anat_preproc_wf_anat_derivatives_wf_raw_sources -> single_subject_wf_anat_preproc_wf_anat_derivatives_wf_ds_t1w_mask;
single_subject_wf_anat_preproc_wf_anat_derivatives_wf_lta2itk_fwd -> single_subject_wf_anat_preproc_wf_anat_derivatives_wf_ds_t1w_fsnative;
single_subject_wf_anat_preproc_wf_anat_derivatives_wf_lta2itk_inv -> single_subject_wf_anat_preproc_wf_anat_derivatives_wf_ds_fsnative_t1w;
single_subject_wf_anat_preproc_wf_anat_derivatives_wf_name_surfs -> single_subject_wf_anat_preproc_wf_anat_derivatives_wf_ds_surfs;
single_subject_wf_anat_preproc_wf_anat_derivatives_wf_name_surfs -> single_subject_wf_anat_preproc_wf_anat_derivatives_wf_ds_surfs;
}
single_subject_wf_anat_preproc_wf_outputnode -> single_subject_wf_anat_preproc_wf_anat_reports_wf_inputnode;
single_subject_wf_anat_preproc_wf_outputnode -> single_subject_wf_anat_preproc_wf_anat_reports_wf_inputnode;
single_subject_wf_anat_preproc_wf_outputnode -> single_subject_wf_anat_preproc_wf_anat_reports_wf_inputnode;
single_subject_wf_anat_preproc_wf_outputnode -> single_subject_wf_anat_preproc_wf_anat_reports_wf_inputnode;
single_subject_wf_anat_preproc_wf_outputnode -> single_subject_wf_anat_preproc_wf_anat_reports_wf_inputnode;
single_subject_wf_anat_preproc_wf_outputnode -> single_subject_wf_anat_preproc_wf_anat_derivatives_wf_inputnode;
single_subject_wf_anat_preproc_wf_outputnode -> single_subject_wf_anat_preproc_wf_anat_derivatives_wf_inputnode;
single_subject_wf_anat_preproc_wf_outputnode -> single_subject_wf_anat_preproc_wf_anat_derivatives_wf_inputnode;
single_subject_wf_anat_preproc_wf_outputnode -> single_subject_wf_anat_preproc_wf_anat_derivatives_wf_inputnode;
single_subject_wf_anat_preproc_wf_outputnode -> single_subject_wf_anat_preproc_wf_anat_derivatives_wf_inputnode;
single_subject_wf_anat_preproc_wf_outputnode -> single_subject_wf_anat_preproc_wf_anat_derivatives_wf_inputnode;
single_subject_wf_anat_preproc_wf_outputnode -> single_subject_wf_anat_preproc_wf_anat_derivatives_wf_inputnode;
single_subject_wf_anat_preproc_wf_outputnode -> single_subject_wf_anat_preproc_wf_anat_derivatives_wf_inputnode;
single_subject_wf_anat_preproc_wf_inputnode -> single_subject_wf_anat_preproc_wf_anat_template_wf_inputnode;
single_subject_wf_anat_preproc_wf_inputnode -> single_subject_wf_anat_preproc_wf_anat_norm_wf_inputnode;
single_subject_wf_anat_preproc_wf_inputnode -> single_subject_wf_anat_preproc_wf_anat_norm_wf_inputnode;
single_subject_wf_anat_preproc_wf_inputnode -> single_subject_wf_anat_preproc_wf_anat_reports_wf_inputnode;
single_subject_wf_anat_preproc_wf_inputnode -> single_subject_wf_anat_preproc_wf_surface_recon_wf_inputnode;
single_subject_wf_anat_preproc_wf_inputnode -> single_subject_wf_anat_preproc_wf_surface_recon_wf_inputnode;
single_subject_wf_anat_preproc_wf_inputnode -> single_subject_wf_anat_preproc_wf_surface_recon_wf_inputnode;
single_subject_wf_anat_preproc_wf_anat_template_wf_outputnode -> single_subject_wf_anat_preproc_wf_anat_validate;
single_subject_wf_anat_preproc_wf_anat_template_wf_outputnode -> single_subject_wf_anat_preproc_wf_outputnode;
single_subject_wf_anat_preproc_wf_anat_template_wf_outputnode -> single_subject_wf_anat_preproc_wf_anat_reports_wf_inputnode;
single_subject_wf_anat_preproc_wf_anat_template_wf_outputnode -> single_subject_wf_anat_preproc_wf_anat_derivatives_wf_inputnode;
single_subject_wf_anat_preproc_wf_anat_validate -> single_subject_wf_anat_preproc_wf_brain_extraction_wf_inputnode;
single_subject_wf_anat_preproc_wf_anat_validate -> single_subject_wf_anat_preproc_wf_surface_recon_wf_inputnode;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_outputnode -> single_subject_wf_anat_preproc_wf_outputnode;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_outputnode -> single_subject_wf_anat_preproc_wf_anat_norm_wf_inputnode;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_outputnode -> single_subject_wf_anat_preproc_wf_surface_recon_wf_inputnode;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_outputnode -> single_subject_wf_anat_preproc_wf_surface_recon_wf_inputnode;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_outputnode -> single_subject_wf_anat_preproc_wf_surface_recon_wf_inputnode;
single_subject_wf_anat_preproc_wf_brain_extraction_wf_outputnode -> single_subject_wf_anat_preproc_wf_applyrefined;
single_subject_wf_anat_preproc_wf_buffernode -> single_subject_wf_anat_preproc_wf_anat_norm_wf_inputnode;
single_subject_wf_anat_preproc_wf_anat_norm_wf_poutputnode -> single_subject_wf_anat_preproc_wf_outputnode;
single_subject_wf_anat_preproc_wf_anat_norm_wf_poutputnode -> single_subject_wf_anat_preproc_wf_outputnode;
single_subject_wf_anat_preproc_wf_anat_norm_wf_poutputnode -> single_subject_wf_anat_preproc_wf_outputnode;
single_subject_wf_anat_preproc_wf_anat_norm_wf_poutputnode -> single_subject_wf_anat_preproc_wf_outputnode;
single_subject_wf_anat_preproc_wf_anat_norm_wf_outputnode -> single_subject_wf_anat_preproc_wf_outputnode;
single_subject_wf_anat_preproc_wf_anat_norm_wf_outputnode -> single_subject_wf_anat_preproc_wf_outputnode;
single_subject_wf_anat_preproc_wf_anat_norm_wf_outputnode -> single_subject_wf_anat_preproc_wf_outputnode;
single_subject_wf_anat_preproc_wf_anat_norm_wf_poutputnode -> single_subject_wf_anat_preproc_wf_anat_reports_wf_inputnode;
single_subject_wf_anat_preproc_wf_anat_norm_wf_outputnode -> single_subject_wf_anat_preproc_wf_anat_derivatives_wf_inputnode;
single_subject_wf_anat_preproc_wf_anat_norm_wf_outputnode -> single_subject_wf_anat_preproc_wf_anat_derivatives_wf_inputnode;
single_subject_wf_anat_preproc_wf_anat_norm_wf_outputnode -> single_subject_wf_anat_preproc_wf_anat_derivatives_wf_inputnode;
single_subject_wf_anat_preproc_wf_lut_t1w_dseg -> single_subject_wf_anat_preproc_wf_anat_norm_wf_inputnode;
single_subject_wf_anat_preproc_wf_fast2bids -> single_subject_wf_anat_preproc_wf_anat_norm_wf_inputnode;
single_subject_wf_anat_preproc_wf_fs_isrunning -> single_subject_wf_anat_preproc_wf_surface_recon_wf_inputnode;
single_subject_wf_anat_preproc_wf_surface_recon_wf_outputnode -> single_subject_wf_anat_preproc_wf_applyrefined;
single_subject_wf_anat_preproc_wf_surface_recon_wf_outputnode -> single_subject_wf_anat_preproc_wf_outputnode;
single_subject_wf_anat_preproc_wf_surface_recon_wf_outputnode -> single_subject_wf_anat_preproc_wf_outputnode;
single_subject_wf_anat_preproc_wf_surface_recon_wf_outputnode -> single_subject_wf_anat_preproc_wf_outputnode;
single_subject_wf_anat_preproc_wf_surface_recon_wf_outputnode -> single_subject_wf_anat_preproc_wf_outputnode;
single_subject_wf_anat_preproc_wf_surface_recon_wf_outputnode -> single_subject_wf_anat_preproc_wf_outputnode;
single_subject_wf_anat_preproc_wf_surface_recon_wf_outputnode -> single_subject_wf_anat_preproc_wf_outputnode;
single_subject_wf_anat_preproc_wf_surface_recon_wf_outputnode -> single_subject_wf_anat_preproc_wf_outputnode;
single_subject_wf_anat_preproc_wf_surface_recon_wf_outputnode -> single_subject_wf_anat_preproc_wf_buffernode;
single_subject_wf_anat_preproc_wf_surface_recon_wf_outputnode -> single_subject_wf_anat_preproc_wf_anat_reports_wf_inputnode;
single_subject_wf_anat_preproc_wf_surface_recon_wf_outputnode -> single_subject_wf_anat_preproc_wf_anat_reports_wf_inputnode;
single_subject_wf_anat_preproc_wf_surface_recon_wf_outputnode -> single_subject_wf_anat_preproc_wf_anat_derivatives_wf_inputnode;
single_subject_wf_anat_preproc_wf_surface_recon_wf_outputnode -> single_subject_wf_anat_preproc_wf_anat_derivatives_wf_inputnode;
}
single_subject_wf_inputnode -> single_subject_wf_anat_preproc_wf_inputnode;
single_subject_wf_bidssrc -> single_subject_wf_anat_preproc_wf_inputnode;
single_subject_wf_bidssrc -> single_subject_wf_anat_preproc_wf_inputnode;
single_subject_wf_bidssrc -> single_subject_wf_anat_preproc_wf_inputnode;
single_subject_wf_bidssrc -> single_subject_wf_anat_preproc_wf_inputnode;
single_subject_wf_bids_info -> single_subject_wf_anat_preproc_wf_inputnode;
}