comparison x/config.json @ 125:49f3d3878413 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 5ea1f9c1eef1de76232e69aa6d34cda77d90d566
author fubar
date Sat, 05 Oct 2024 23:58:05 +0000
parents
children
comparison
equal deleted inserted replaced
124:137e08517410 125:49f3d3878413
1 {
2 "configuration": {
3 "disableAnalytics": false,
4 "theme": {
5 "palette": {
6 "primary": {
7 "main": "#0d233f"
8 },
9 "secondary": {
10 "main": "#721e63"
11 },
12 "tertiary": {
13 "main": "#135560"
14 },
15 "quaternary": {
16 "main": "#ffb11d"
17 }
18 },
19 "typography": {
20 "fontSize": 10
21 }
22 }
23 },
24 "defaultSession": {
25 "name": "New JBrowse2 session",
26 "views": [
27 {
28 "type": "LinearGenomeView",
29 "offsetPx": 0,
30 "bpPerPx": 50,
31 "minimized": false,
32 "tracks": [
33 {
34 "type": "QuantitativeTrack",
35 "configuration": "me.r.l.i-n.bw_0",
36 "displays": [
37 {
38 "type": "LinearWiggleDisplay",
39 "displayId": "me.r.l.i-n.bw_0-LinearWiggleDisplay",
40 "color": "#135560",
41 "autoscale": "globalsd",
42 "resolution": 1,
43 "summaryScoreMode": "whiskers",
44 "filled": false,
45 "scaleType": "linear",
46 "displayCrossHatches": false,
47 "configuration": "me.r.l.i-n.bw_0-LinearWiggleDisplay"
48 }
49 ]
50 }
51 ],
52 "displayedRegions": [
53 {
54 "reversed": false,
55 "assemblyName": "merlin.fa",
56 "refName": "Merlin",
57 "start": 0,
58 "end": 172788
59 }
60 ]
61 }
62 ]
63 },
64 "tracks": [
65 {
66 "type": "QuantitativeTrack",
67 "trackId": "me.r.l.i-n.bw_0",
68 "name": "me.r.l.i-n.bw_0",
69 "category": [
70 "Default"
71 ],
72 "assemblyNames": [
73 "merlin.fa"
74 ],
75 "adapter": {
76 "type": "BigWigAdapter",
77 "bigWigLocation": {
78 "uri": "me.r.l.i-n.bw_0"
79 }
80 },
81 "displays": [
82 {
83 "type": "LinearWiggleDisplay",
84 "displayId": "me.r.l.i-n.bw_0-LinearWiggleDisplay"
85 }
86 ],
87 "style": {
88 "type": "LinearWiggleDisplay",
89 "displayId": "me.r.l.i-n.bw_0-LinearWiggleDisplay",
90 "color": "#135560",
91 "autoscale": "globalsd",
92 "resolution": 1,
93 "summaryScoreMode": "whiskers",
94 "filled": false,
95 "scaleType": "linear",
96 "displayCrossHatches": false,
97 "configuration": "me.r.l.i-n.bw_0-LinearWiggleDisplay"
98 }
99 }
100 ],
101 "assemblies": [
102 {
103 "name": "merlin.fa",
104 "sequence": {
105 "type": "ReferenceSequenceTrack",
106 "trackId": "merlin.fa",
107 "adapter": {
108 "type": "BgzipFastaAdapter",
109 "fastaLocation": {
110 "uri": "merlin.fa.fa.gz"
111 },
112 "faiLocation": {
113 "uri": "merlin.fa.fa.gz.fai"
114 },
115 "gziLocation": {
116 "uri": "merlin.fa.fa.gz.gzi"
117 }
118 }
119 },
120 "displays": [
121 {
122 "type": "LinearReferenceSequenceDisplay",
123 "displayId": "merlin.fa-LinearReferenceSequenceDisplay"
124 },
125 {
126 "type": "LinearGCContentDisplay",
127 "displayId": "merlin.fa-LinearGCContentDisplay"
128 }
129 ]
130 }
131 ]
132 }