comparison test-data/test26.ini @ 15:c7af51147b55 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit 9fdf4ad9c2a9c026720e2b01460b7ac85056b068
author iuc
date Wed, 01 Oct 2025 19:34:28 +0000
parents
children
comparison
equal deleted inserted replaced
14:d640aa8a24ab 15:c7af51147b55
1 [inversions]
2 file = test-data/dm3_genes_withrgbandscore.bed.gz
3 display = inversions
4 color = black
5 title = default inversions overlayed with empty deletion
6 height = 2
7
8 [empty-del]
9 file = test-data/empty.bed
10 display = deletions
11 overlay_previous = share-y
12
13 [spacer]
14 height = 1
15
16 [inversions rgb]
17 file = test-data/dm3_genes_withrgbandscore.bed.gz
18 display = inversions
19 title = inversions rgb no labels
20 color = bed_rgb
21 labels = false
22 height = 2
23
24 [del viridis]
25 file = test-data/dm3_genes_withrgbandscore.bed.gz
26 display = deletions
27 title = deletions colormap no labels
28 color = viridis
29 labels = false
30 height = 2
31
32 [spacer]
33 height = 1
34
35 [del]
36 file = test-data/dm3_genes_withrgbandscore.bed.gz
37 title = default deletions
38 display = deletions
39 color = black
40 height = 2
41
42 [squares]
43 file = test-data/dm3_genes_withrgbandscore.bed.gz
44 title = squares border_color orange line_width 3
45 display = squares
46 color = black
47 border_color = orange
48 line_width = 3
49 height = 10