generated from OpenOmics/baseline
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pipeline_rulegraph.dot
41 lines (39 loc) · 1.17 KB
/
pipeline_rulegraph.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
['Ajam']
['uniprot']
digraph snakemake_dag {
graph[bgcolor=white, margin=0];
node[shape=box, style=rounded, fontname=sans, fontsize=10, penwidth=2];
edge[penwidth=2, color=grey];
0[label = "All", color = "0.48 0.6 0.85", style="rounded"];
1[label = "RepeatModeler", color = "0.18 0.6 0.85", style="rounded"];
2[label = "SoftMask Genome", color = "0.06 0.6 0.85", style="rounded"];
3[label = "RepeatMasker", color = "0.00 0.6 0.85", style="rounded"];
4[label = "Braker with RNAseq", color = "0.24 0.6 0.85", style="rounded"];
5[label = "Braker without RNAseq", color = "0.42 0.6 0.85", style="rounded"];
6[label = "Merge GFFs", color = "0.30 0.6 0.85", style="rounded"];
7[label = "Generate CDS & AA sequences", color = "0.61 0.6 0.85", style="rounded"];
8[label = "Rename Genes", color = "0.36 0.6 0.85", style="rounded"];
9[label = "Functional Annotation", color = "0.12 0.6 0.85", style="rounded"];
10[label = "GFF to GTF", color = "0.55 0.6 0.85", style="rounded"];
3 -> 0
2 -> 0
9 -> 0
1 -> 0
4 -> 0
6 -> 0
8 -> 0
5 -> 0
10 -> 0
7 -> 0
3 -> 2
1 -> 3
2 -> 4
2 -> 5
5 -> 6
4 -> 6
6 -> 7
7 -> 8
6 -> 8
8 -> 9
9 -> 10
}