-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathconfig.toml
More file actions
45 lines (40 loc) · 1.41 KB
/
Copy pathconfig.toml
File metadata and controls
45 lines (40 loc) · 1.41 KB
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
# BAMdash plotting configuration.
#
# This is the shipped default configuration. Every setting below can be
# overridden by supplying your own TOML file via `--custom-config`; only the
# keys present in your file are overwritten, all others keep the defaults
# defined here.
# pdf settings
show_log = true
# overall layout
vcf_track_proportion = 0.4
gb_track_proportion = 0.3
bed_track_proportion = 0.2
plot_spacing = 0.05
font = "Arial"
font_size = 14
# coverage customize
coverage_fill_color = "rgba(255, 212, 135, 0.4)"
coverage_line_color = "rgba(224, 168, 68, 1)"
average_line_color = "grey"
average_line_width = 1
# track customize
track_color_scheme = "geyser" # for multiple annotation tracks (genbank)
track_color_single = "rgb(145, 145, 145)" # for single tracks (any rgb value, but no named colors)
strand_types = ["triangle-right", "triangle-left", "diamond-wide"] # +, -, undefined strand
strand_marker_size = 8
strand_marker_line_width = 1
strand_marker_line_color = "rgba(0, 0, 0, 0.2)"
box_bed_alpha = [0.5, 0.5] # alpha values for boxes (bed)
box_bed_size = [0.4, 0.4] # size values for boxes (bed)
box_gb_alpha = [0.5, 0.5] # alpha values for boxes (gb)
box_gb_size = [0.3, 0.3] # size values for boxes (gb)
# variant customize
variant_marker_size = 7
variant_marker_line_width = 1
variant_line_color = "black"
stem_color = "grey"
stem_width = 1
snp_color = "grey"
ins_color = "blue"
del_color = "red"