-
Notifications
You must be signed in to change notification settings - Fork 1
/
SVG_arrow_options.cfg
61 lines (49 loc) · 1.85 KB
/
SVG_arrow_options.cfg
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
# Options for the ArrowerOpts class. Use the load_cfg() method to use them.
# Empty lines or lines starting with '#' are ignored
# This values can be used when drawing whole clusters, single proteins or
# domain-box representation of proteins
# For numerical values, integers are expected
# How many pixels per base pair i.e. the larger the number, the more
# horizontally 'compressed' the arrows are.
# Default: 20
scaling=20
# Height of the arrows' body.
# Default: 40
arrow_height=40
# Arrow outline thickness.
# Default: 2
gene_contour_thickness=2
# Distance between the arrow's body and the domain-box.
# Default: 3
internal_domain_margin=3
# Domain-box outline thickness.
# Default: 1
domain_contour_thickness=1
# Genomic stripe thickness
# Default: 3
stripe_thickness=3
# Valid color modes for arrows's body: white, gray, random-pastel, random-dark,
# random, roles, none and domains. For 'roles', putative roles in which the protein
# is involved will be assumed based on their domain content. For 'domains' the
# arrow will be colored according to its domain (work in progress and experimental.
# Currently only works if there's only a single type of domain or the protein
# is a CBP. Domain boxes will be disabled)
# Default: white
color_mode=white
# Draw an outline for every arrow.
# Default: True
outline=True
# Draw domains.
# Default: True
show_domains=True
# Draw the whole intron region. Does not work yet with domain box figures.
# Default: True
show_introns=True
# Use strand information contained in the original GenBank file. If false, arrows
# will point forward. This option is ignored when working with whole clusters
# Default: True
original_orientation=True
# Options for BGCtoolkit
# How much spacing to leave between BGCs for the comparative connecting bands.
# The number is in terms of BGC height, [1.0,inf]
comparative_figure_spacing=1.0