-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathplots.conf
119 lines (99 loc) · 1.98 KB
/
plots.conf
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<plots>
<plot>
type = tile
file = ./Mitochondrial_elements.txt
r1 = 0.95r
r0 = 0.71r
orientation = center
layers = 11
margin = 0.02u
thickness = 25p
padding = 4
layers_overflow = collapse
layers_overflow_color = red
stroke_thickness = 1
stroke_color = black
color = green
<backgrounds>
<background>
color = vvlgrey
</background>
</backgrounds>
<rules>
<rule>
condition = var(value) =~ /trn/
color = red
</rule>
<rule>
condition = var(value) =~ /rrn/
color = blue
</rule>
<rule>
condition = var(value) =~ /AT-rich/
color = grey
</rule>
<rule>
condition = var(value) =~ /TRU/
color = grey
</rule>
<rule>
condition = var(value) =~ /IGNOREME/
color = grey
</rule>
<rule>
condition = var(value) =~ /OH/
color = grey
</rule>
<rule>
condition = var(value) =~ /CR/
color = grey
</rule>
<rule>
color = green
flow = stop
</rule>
</rules>
</plot>
################### non tRNAs
<plot>
type = text
orientation = inside
color = black
label_font = default
label_size = 46p
file = ./no_tRNA_Mitochondrial_elements.txt
r1 = 1.2r
r0 = 0.90r
show_links = no
label_parallel = yes
label_snuggle = yes
# shift label up to its height in pixels in the angular direction
max_snuggle_distance = 1.5r
snuggle_sampling = 4
snuggle_tolerance = 0.25r
snuggle_link_overlap_test = yes
snuggle_link_overlap_tolerance = 2p
snuggle_refine = yes
</plot>
################### tRNAs
<plot>
type = text
orientation = in
color = black
label_font = default
label_size = 24p
file = ./yes_tRNA_Mitochondrial_elements.txt
r1 = 0.85r
r0 = 0.70r
show_links = no
label_parallel = no
label_snuggle = yes
# shift label up to its height in pixels in the angular direction
max_snuggle_distance = 2r
snuggle_sampling = 2
snuggle_tolerance = 0.25r
snuggle_link_overlap_test = yes
snuggle_link_overlap_tolerance = 2p
snuggle_refine = yes
</plot>
</plots>