a b/hippunfold/dags/out_rulegraph/T1w.gifti.txt
1
strict digraph "" {
2
    graph [bgcolor=white,
3
        margin=0
4
    ];
5
    node [fontname=sans,
6
        fontsize=10,
7
        penwidth=2,
8
        shape=box,
9
        style=rounded
10
    ];
11
    edge [color=grey,
12
        penwidth=2
13
    ];
14
    subgraph cluster_0 {
15
        graph [color=blue,
16
            label=gifti
17
        ];
18
        1   [color="0.48 0.6 0.85",
19
            label=merge_lr_spec_file];
20
        2   [color="0.63 0.6 0.85",
21
            label=create_spec_file_hipp];
22
        2 -> 1;
23
        3   [color="0.40 0.6 0.85",
24
            label=calculate_gyrification];
25
        3 -> 2;
26
        39  [color="0.22 0.6 0.85",
27
            label=create_dscalar_metric_cifti];
28
        3 -> 39;
29
        40  [color="0.34 0.6 0.85",
30
            label=create_spec_file_dentate];
31
        3 -> 40;
32
        4   [color="0.25 0.6 0.85",
33
            label=calculate_surface_area];
34
        4 -> 3;
35
        5   [color="0.00 0.6 0.85",
36
            label=warp_gii_to_native];
37
        5 -> 2;
38
        5 -> 4;
39
        35  [color="0.60 0.6 0.85",
40
            label=smooth_surface];
41
        5 -> 35;
42
        36  [color="0.04 0.6 0.85",
43
            label=calculate_thickness_from_surface];
44
        5 -> 36;
45
        5 -> 40;
46
        6   [color="0.37 0.6 0.85",
47
            label=correct_nan_vertices];
48
        6 -> 5;
49
        7   [color="0.59 0.6 0.85",
50
            label=warp_gii_unfold2native];
51
        7 -> 6;
52
        31  [color="0.18 0.6 0.85",
53
            label=constrain_surf_to_bbox];
54
        31 -> 7;
55
        32  [color="0.39 0.6 0.85",
56
            label=cp_template_to_unfold];
57
        32 -> 2;
58
        32 -> 31;
59
        32 -> 40;
60
        34  [color="0.42 0.6 0.85",
61
            label=calculate_curvature_from_surface];
62
        34 -> 2;
63
        34 -> 39;
64
        34 -> 40;
65
        35 -> 34;
66
        36 -> 2;
67
        36 -> 39;
68
        37  [color="0.61 0.6 0.85",
69
            label=nii_to_label_gii];
70
        37 -> 2;
71
        38  [color="0.65 0.6 0.85",
72
            label=resample_atlas_to_refvol];
73
        38 -> 37;
74
        39 -> 2;
75
        39 -> 40;
76
        40 -> 1;
77
    }
78
    8   [color="0.46 0.6 0.85",
79
        label=create_warps_hipp];
80
    8 -> 7;
81
    9   [color="0.21 0.6 0.85",
82
        label=create_unfold_ref];
83
    9 -> 8;
84
    9 -> 31;
85
    9 -> 38;
86
    41  [color="0.41 0.6 0.85",
87
        label=create_warps_dentate];
88
    9 -> 41;
89
    33  [color="0.66 0.6 0.85",
90
        label=template_xfm_itk2ras];
91
    33 -> 5;
92
    41 -> 7;
93
}