File: manual_dependencies_flowchart1.dot

package info (click to toggle)
python-ruffus 2.8.4-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 16,468 kB
  • sloc: python: 17,613; makefile: 213; sh: 18
file content (26 lines) | stat: -rw-r--r-- 532 bytes parent folder | download | duplicates (6)
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
digraph tree
{
size="8,11!";
splines=true;
fontsize=50;
#rankdir="LR";
ranksep = 0.1;
sep = 0.001;
esep = 0.001;
width = 0.001;
#rankdir="LR";
subgraph clusterkey
{
fontsize=30;
label = "Pipeline:";
edge[minlen=2];
node[fontsize=20];
t0[fontcolor=blue, shape=plaintext, label="task1"];
t1[fontcolor=blue, shape=plaintext, label="task2"];
t0 -> t1[color=blue];
t2[fontcolor=blue, shape=plaintext, label="task3"];
t1 -> t2[color=blue];
t3[color=orange, fontcolor=orange, shape=tripleoctagon, label="task4"];
t2 -> t3[color=blue];
}
}