File: manual_dependencies_flowchart1.dot

package info (click to toggle)
python-ruffus 2.6.3%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 20,828 kB
  • ctags: 2,843
  • sloc: python: 15,745; makefile: 180; sh: 14
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];
}
}