forked from 10XGenomics/enclone
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcrates.dot
74 lines (73 loc) · 1.63 KB
/
crates.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
digraph {
0 [ label = "enclone" shape = box]
1 [ label = "enclone_core" shape = box]
2 [ label = "enclone_base" shape = box]
3 [ label = "enclone_proto" shape = box]
4 [ label = "enclone_args" shape = box]
5 [ label = "enclone_vars" shape = box]
6 [ label = "enclone_denovo" shape = box]
7 [ label = "enclone_exec" shape = box]
8 [ label = "enclone_main" shape = box]
9 [ label = "enclone_help" shape = box]
10 [ label = "enclone_print" shape = box]
11 [ label = "enclone_stuff" shape = box]
12 [ label = "enclone_tail" shape = box]
13 [ label = "enclone_visual" shape = box]
14 [ label = "enclone_version" shape = box]
15 [ label = "enclone_ranger" shape = box]
16 [ label = "enclone_tools" shape = box]
17 [ label = "enclone_paper" shape = box]
0 -> 1 [ ]
0 -> 3 [ ]
1 -> 2 [ ]
1 -> 3 [ ]
2 -> 3 [ ]
4 -> 1 [ ]
4 -> 5 [ ]
5 -> 2 [ ]
7 -> 1 [ ]
7 -> 8 [ ]
7 -> 13 [ style = dotted]
8 -> 0 [ ]
8 -> 4 [ ]
8 -> 2 [ ]
8 -> 1 [ ]
8 -> 9 [ ]
8 -> 10 [ ]
8 -> 3 [ ]
8 -> 11 [ ]
8 -> 12 [ ]
8 -> 5 [ ]
9 -> 1 [ ]
10 -> 4 [ ]
10 -> 2 [ ]
10 -> 1 [ ]
10 -> 3 [ ]
10 -> 5 [ ]
11 -> 0 [ ]
11 -> 4 [ ]
11 -> 1 [ ]
11 -> 10 [ ]
11 -> 3 [ ]
12 -> 2 [ ]
12 -> 1 [ ]
12 -> 3 [ ]
13 -> 1 [ ]
13 -> 8 [ ]
13 -> 11 [ ]
13 -> 12 [ ]
13 -> 14 [ ]
15 -> 0 [ ]
15 -> 4 [ ]
15 -> 1 [ ]
15 -> 10 [ ]
15 -> 3 [ ]
15 -> 11 [ ]
16 -> 0 [ ]
16 -> 2 [ ]
16 -> 1 [ ]
16 -> 6 [ ]
17 -> 2 [ ]
17 -> 1 [ ]
17 -> 12 [ ]
}