gramene-search 1.2.95 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.parcel-cache/4987902b3f9787cc-BundleGraph-0 +0 -0
- package/.parcel-cache/70f1f7555dda250d-AssetGraph-0 +0 -0
- package/.parcel-cache/7b8e4611c0f03524-AssetGraph-0 +0 -0
- package/.parcel-cache/data.mdb +0 -0
- package/.parcel-cache/lock.mdb +0 -0
- package/.parcel-cache/requestGraph-369948a06d23ec44-0 +0 -0
- package/.parcel-cache/requestGraph-nodes-0-369948a06d23ec44-0 +0 -0
- package/.parcel-cache/snapshot-369948a06d23ec44.txt +2 -0
- package/dist/{Study.5f95cb67.js → Study.b2ce28e8.js} +8 -13
- package/dist/Study.b2ce28e8.js.map +1 -0
- package/dist/index.css +499 -501
- package/dist/index.css.map +1 -1
- package/dist/index.js +209 -119
- package/dist/index.js.map +1 -1
- package/package.json +15 -12
- package/src/bundles/api.js +8 -3
- package/src/bundles/docs.js +29 -9
- package/src/bundles/views.js +7 -0
- package/src/components/geneSearchUI.js +5 -3
- package/src/components/results/GeneList.js +8 -0
- package/src/components/results/TaxDist.js +1 -1
- package/src/components/results/details/VEP.js +41 -0
- package/src/components/results/genes.css +1 -1
- package/src/components/styles.css +9 -4
- package/src/demo.js +30 -11
- package/.parcel-cache/2126881b633272fa.txt +0 -2
- package/.parcel-cache/425346ba6a54d932 +0 -0
- package/.parcel-cache/878e3ffbad677982 +0 -0
- package/.parcel-cache/a6c49560dea3583b +0 -0
- package/.parcel-cache/cdecf11601322051 +0 -0
- package/dist/Study.5f95cb67.js.map +0 -1
- /package/.parcel-cache/{12405529fe357511 → 02ca82bff80c02eb} +0 -0
- /package/.parcel-cache/{67292f91fdd96dc9 → 1cb2c17a689c678c} +0 -0
- /package/.parcel-cache/{f0a34b1522e2f542 → 4096d45442aa8ed9} +0 -0
- /package/.parcel-cache/{29d58b35bd7aa1c7 → 6e0d647eb7a7035b} +0 -0
- /package/.parcel-cache/{2f7b3387270dea55 → a9d9b54b885e4239} +0 -0
package/dist/index.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
.gramene-sidebar {
|
|
2
|
-
max-width: 16.67%;
|
|
3
2
|
background-color: #557b74;
|
|
3
|
+
width: 250px;
|
|
4
4
|
padding-bottom: 8px;
|
|
5
5
|
padding-left: 8px;
|
|
6
6
|
padding-right: 8px;
|
|
@@ -8,16 +8,16 @@
|
|
|
8
8
|
}
|
|
9
9
|
|
|
10
10
|
.sorghumbase-sidebar {
|
|
11
|
-
max-width: 16.67%;
|
|
12
11
|
background-color: #a03e34;
|
|
12
|
+
width: 250px;
|
|
13
13
|
padding-bottom: 8px;
|
|
14
14
|
padding-left: 8px;
|
|
15
15
|
padding-right: 8px;
|
|
16
16
|
position: fixed;
|
|
17
17
|
}
|
|
18
18
|
|
|
19
|
-
.gramene-filter-container {
|
|
20
|
-
background-color: #
|
|
19
|
+
.gramene-filter-container, .sorghumbase-filter-container {
|
|
20
|
+
background-color: #fff3a9;
|
|
21
21
|
padding-bottom: 4px;
|
|
22
22
|
padding-left: 4px;
|
|
23
23
|
}
|
|
@@ -73,12 +73,12 @@
|
|
|
73
73
|
}
|
|
74
74
|
|
|
75
75
|
.gramene-view-header {
|
|
76
|
-
width: 100%;
|
|
77
76
|
color: #a03e34;
|
|
78
77
|
background-color: #fff3a96e;
|
|
79
78
|
border-top: solid #557b74;
|
|
80
79
|
flex-wrap: nowrap;
|
|
81
80
|
justify-content: space-evenly;
|
|
81
|
+
width: 100%;
|
|
82
82
|
font-size: larger;
|
|
83
83
|
font-weight: bold;
|
|
84
84
|
display: flex;
|
|
@@ -106,6 +106,7 @@
|
|
|
106
106
|
}
|
|
107
107
|
|
|
108
108
|
.gramene-view-span-off {
|
|
109
|
+
cursor: pointer;
|
|
109
110
|
vertical-align: text-bottom;
|
|
110
111
|
color: #a9a9a9;
|
|
111
112
|
padding-left: 5px;
|
|
@@ -147,443 +148,264 @@
|
|
|
147
148
|
border-color: #6c757d;
|
|
148
149
|
}
|
|
149
150
|
|
|
150
|
-
.
|
|
151
|
-
|
|
151
|
+
.visible-detail {
|
|
152
|
+
border: 1px solid #557b74;
|
|
153
|
+
padding: 6px 12px;
|
|
152
154
|
}
|
|
153
155
|
|
|
154
|
-
.
|
|
155
|
-
|
|
156
|
+
.detail {
|
|
157
|
+
margin-left: auto;
|
|
158
|
+
margin-right: auto;
|
|
159
|
+
padding-left: 15px;
|
|
160
|
+
padding-right: 15px;
|
|
156
161
|
}
|
|
157
162
|
|
|
158
|
-
.
|
|
159
|
-
|
|
160
|
-
|
|
163
|
+
.table {
|
|
164
|
+
width: 100%;
|
|
165
|
+
max-width: 100%;
|
|
161
166
|
}
|
|
162
167
|
|
|
163
|
-
.
|
|
164
|
-
|
|
168
|
+
.xrefs {
|
|
169
|
+
border-collapse: collapse;
|
|
170
|
+
border-spacing: 0;
|
|
171
|
+
table-layout: fixed;
|
|
172
|
+
border-color: gray;
|
|
165
173
|
}
|
|
166
174
|
|
|
167
|
-
.
|
|
168
|
-
|
|
175
|
+
.xref-name-col {
|
|
176
|
+
width: 20%;
|
|
169
177
|
}
|
|
170
178
|
|
|
171
|
-
.
|
|
172
|
-
|
|
173
|
-
stroke: #557b74;
|
|
174
|
-
stroke-opacity: 0;
|
|
175
|
-
stroke-width: .5px;
|
|
176
|
-
-webkit-user-select: none;
|
|
177
|
-
user-select: none;
|
|
178
|
-
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
|
|
179
|
-
font-size: 12px;
|
|
179
|
+
.xref-value-col, .xref-80-col {
|
|
180
|
+
width: 80%;
|
|
180
181
|
}
|
|
181
182
|
|
|
182
|
-
.
|
|
183
|
-
|
|
183
|
+
.xref-70-col {
|
|
184
|
+
width: 70%;
|
|
184
185
|
}
|
|
185
186
|
|
|
186
|
-
.
|
|
187
|
-
|
|
187
|
+
.xref-10-col {
|
|
188
|
+
width: 10%;
|
|
188
189
|
}
|
|
189
190
|
|
|
190
|
-
.
|
|
191
|
-
|
|
191
|
+
.xref-id-list {
|
|
192
|
+
padding-left: 0;
|
|
193
|
+
list-style: none;
|
|
192
194
|
}
|
|
193
195
|
|
|
194
|
-
.
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
fill: #f6f6f6;
|
|
196
|
+
.result-gene {
|
|
197
|
+
border: 5px solid #fff;
|
|
198
|
+
padding: .2em;
|
|
198
199
|
}
|
|
199
200
|
|
|
200
|
-
.
|
|
201
|
-
|
|
201
|
+
.result-gene:hover {
|
|
202
|
+
border-color: #faebd7;
|
|
202
203
|
}
|
|
203
204
|
|
|
204
|
-
.
|
|
205
|
-
|
|
205
|
+
.gene-id {
|
|
206
|
+
color: #000;
|
|
206
207
|
}
|
|
207
208
|
|
|
208
|
-
.
|
|
209
|
-
|
|
210
|
-
|
|
209
|
+
.gene-name {
|
|
210
|
+
color: #557b74;
|
|
211
|
+
margin-bottom: 0;
|
|
211
212
|
}
|
|
212
213
|
|
|
213
|
-
.
|
|
214
|
-
|
|
214
|
+
.gene-description {
|
|
215
|
+
margin-bottom: 0;
|
|
215
216
|
}
|
|
216
217
|
|
|
217
|
-
.
|
|
218
|
-
|
|
219
|
-
|
|
218
|
+
.gene-species {
|
|
219
|
+
white-space: nowrap;
|
|
220
|
+
font-size: small;
|
|
221
|
+
font-style: italic;
|
|
222
|
+
font-weight: bold;
|
|
220
223
|
}
|
|
221
224
|
|
|
222
|
-
.
|
|
223
|
-
|
|
224
|
-
stroke-width: 0;
|
|
225
|
-
shape-rendering: crispedges;
|
|
226
|
-
transition: none;
|
|
225
|
+
.gene-synonyms {
|
|
226
|
+
font-size: small;
|
|
227
227
|
}
|
|
228
228
|
|
|
229
|
-
.
|
|
230
|
-
|
|
229
|
+
.gene-extras {
|
|
230
|
+
float: right;
|
|
231
|
+
border: 1px dashed #00f;
|
|
231
232
|
}
|
|
232
233
|
|
|
233
|
-
.
|
|
234
|
-
|
|
234
|
+
.gene-panlink {
|
|
235
|
+
float: right;
|
|
235
236
|
}
|
|
236
237
|
|
|
237
|
-
.
|
|
238
|
-
|
|
239
|
-
|
|
238
|
+
.gene-panlink img {
|
|
239
|
+
vertical-align: top;
|
|
240
|
+
width: auto;
|
|
241
|
+
height: 60px;
|
|
240
242
|
}
|
|
241
243
|
|
|
242
|
-
.
|
|
243
|
-
|
|
244
|
-
|
|
244
|
+
.gene-detail-tabs {
|
|
245
|
+
white-space: nowrap;
|
|
246
|
+
flex-wrap: wrap;
|
|
247
|
+
width: 80em;
|
|
248
|
+
display: flex;
|
|
245
249
|
}
|
|
246
250
|
|
|
247
|
-
.
|
|
248
|
-
|
|
251
|
+
.gene-detail-tab-closed {
|
|
252
|
+
color: #006400;
|
|
253
|
+
cursor: pointer;
|
|
249
254
|
}
|
|
250
255
|
|
|
251
|
-
.
|
|
252
|
-
|
|
256
|
+
.gene-detail-tab-disabled {
|
|
257
|
+
color: #d3d3d3;
|
|
258
|
+
cursor: not-allowed;
|
|
253
259
|
}
|
|
254
260
|
|
|
255
|
-
.
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
padding: 2ch;
|
|
260
|
-
line-height: .925em;
|
|
261
|
-
position: relative;
|
|
261
|
+
.gene-detail-tab-empty {
|
|
262
|
+
color: #006400;
|
|
263
|
+
cursor: pointer;
|
|
264
|
+
font-style: oblique;
|
|
262
265
|
}
|
|
263
266
|
|
|
264
|
-
.
|
|
265
|
-
|
|
266
|
-
align-items: center;
|
|
267
|
-
display: flex;
|
|
267
|
+
.gene-detail-tab-empty:before {
|
|
268
|
+
content: "Add ";
|
|
268
269
|
}
|
|
269
270
|
|
|
270
|
-
.
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
271
|
+
.gene-detail-tab-expanded {
|
|
272
|
+
color: #fff;
|
|
273
|
+
cursor: pointer;
|
|
274
|
+
background-color: #557b74;
|
|
274
275
|
}
|
|
275
276
|
|
|
276
|
-
.
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
margin: 0;
|
|
277
|
+
.result-gene-summary {
|
|
278
|
+
flex-flow: row;
|
|
279
|
+
justify-content: flex-start;
|
|
280
|
+
display: flex;
|
|
281
281
|
}
|
|
282
282
|
|
|
283
|
-
|
|
284
|
-
white-space:
|
|
285
|
-
|
|
283
|
+
.result-gene-summary .species-name {
|
|
284
|
+
white-space: nowrap;
|
|
285
|
+
font-style: italic;
|
|
286
286
|
}
|
|
287
287
|
|
|
288
|
-
.
|
|
289
|
-
|
|
288
|
+
.result-gene-title-body {
|
|
289
|
+
flex: auto;
|
|
290
|
+
width: 1036px;
|
|
290
291
|
}
|
|
291
292
|
|
|
292
|
-
.
|
|
293
|
-
|
|
293
|
+
.model-ortholog, .closest-ortholog, .gene-summary-tair {
|
|
294
|
+
cursor: pointer;
|
|
295
|
+
border: 1px solid #ff8c00;
|
|
296
|
+
flex: auto;
|
|
297
|
+
width: 500px;
|
|
298
|
+
margin-top: 10px;
|
|
299
|
+
margin-left: 1rem;
|
|
300
|
+
padding: 0 1rem;
|
|
301
|
+
font-size: smaller;
|
|
294
302
|
}
|
|
295
303
|
|
|
296
|
-
.
|
|
297
|
-
|
|
304
|
+
.model-ortholog {
|
|
305
|
+
border: 1px dotted #ff8c00;
|
|
298
306
|
}
|
|
299
307
|
|
|
300
|
-
.
|
|
301
|
-
|
|
308
|
+
.closest-ortholog {
|
|
309
|
+
border: 1px dotted #006400;
|
|
302
310
|
}
|
|
303
311
|
|
|
304
|
-
.
|
|
305
|
-
|
|
312
|
+
.gene-summary-tair {
|
|
313
|
+
border: 1px dotted #00008b;
|
|
306
314
|
}
|
|
307
315
|
|
|
308
|
-
.
|
|
309
|
-
|
|
316
|
+
.gene-summary-tair .rest {
|
|
317
|
+
display: none;
|
|
310
318
|
}
|
|
311
319
|
|
|
312
|
-
.
|
|
313
|
-
|
|
320
|
+
.gene-summary-tair:hover .rest, .gene-summary-tair:focus .rest {
|
|
321
|
+
display: inline;
|
|
314
322
|
}
|
|
315
323
|
|
|
316
|
-
.
|
|
317
|
-
|
|
324
|
+
.gene-summary-tair:hover .ellipsis, .gene-summary-tair:focus .ellipsis {
|
|
325
|
+
display: none;
|
|
318
326
|
}
|
|
319
327
|
|
|
320
|
-
.
|
|
321
|
-
|
|
328
|
+
.closest-ortholog:before, .model-ortholog:before, .gene-summary-tair:before {
|
|
329
|
+
float: right;
|
|
330
|
+
background: #fff;
|
|
331
|
+
border: 1px dotted;
|
|
332
|
+
margin-top: -12px;
|
|
333
|
+
margin-right: 6px;
|
|
334
|
+
padding: 0 1rem;
|
|
335
|
+
position: relative;
|
|
322
336
|
}
|
|
323
337
|
|
|
324
|
-
.
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
background: linear-gradient(to bottom right, #aaccaf 0% 50%, #cfe1d2 50% 100%);
|
|
338
|
+
.model-ortholog:before {
|
|
339
|
+
content: "Model Species Homolog";
|
|
340
|
+
color: orange;
|
|
328
341
|
}
|
|
329
342
|
|
|
330
|
-
.
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
background: linear-gradient(to bottom right, #a7b4d3 0% 50%, #d0d8e6 50% 100%);
|
|
343
|
+
.closest-ortholog:before {
|
|
344
|
+
content: "Closest Annotated Homolog";
|
|
345
|
+
color: #006400;
|
|
334
346
|
}
|
|
335
347
|
|
|
336
|
-
.
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
background: linear-gradient(to bottom right, #c5a3bf 0% 50%, #dcc9d9 50% 100%);
|
|
348
|
+
.gene-summary-tair:before {
|
|
349
|
+
content: "TAIR Curated Description";
|
|
350
|
+
color: #00008b;
|
|
340
351
|
}
|
|
341
352
|
|
|
342
|
-
.
|
|
343
|
-
|
|
353
|
+
.rep-identity {
|
|
354
|
+
float: right;
|
|
355
|
+
padding-top: 5px;
|
|
356
|
+
padding-right: 10px;
|
|
357
|
+
font-style: italic;
|
|
344
358
|
}
|
|
345
359
|
|
|
346
|
-
.
|
|
347
|
-
|
|
348
|
-
color: #555;
|
|
349
|
-
background: none;
|
|
350
|
-
border: none;
|
|
351
|
-
font-family: monospace;
|
|
352
|
-
font-size: 11pt;
|
|
353
|
-
position: absolute;
|
|
354
|
-
top: 9px;
|
|
355
|
-
right: 40px;
|
|
360
|
+
.rep-identity:after {
|
|
361
|
+
content: "% identity";
|
|
356
362
|
}
|
|
357
363
|
|
|
358
|
-
.
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
font-size: 1.5rem;
|
|
364
|
-
position: absolute;
|
|
365
|
-
top: 3px;
|
|
366
|
-
right: -5px;
|
|
364
|
+
.eFP:before {
|
|
365
|
+
content: url("BAR-logo.fb7d0f73.png");
|
|
366
|
+
padding-right: 5px;
|
|
367
|
+
position: relative;
|
|
368
|
+
top: 5px;
|
|
367
369
|
}
|
|
368
370
|
|
|
369
|
-
.
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
padding:
|
|
374
|
-
font-size:
|
|
371
|
+
.eFP:after {
|
|
372
|
+
content: "New!";
|
|
373
|
+
color: red;
|
|
374
|
+
vertical-align: super;
|
|
375
|
+
padding-left: 2px;
|
|
376
|
+
font-size: x-small;
|
|
375
377
|
font-style: italic;
|
|
376
378
|
font-weight: bold;
|
|
377
|
-
|
|
378
|
-
top: 0;
|
|
379
|
-
right: 0;
|
|
380
|
-
}
|
|
381
|
-
|
|
382
|
-
.tree-view-node {
|
|
383
|
-
margin-left: 10px;
|
|
384
|
-
}
|
|
385
|
-
|
|
386
|
-
.tree-view-node-collapse-toggle.collapse-spacer {
|
|
387
|
-
width: 14px;
|
|
388
|
-
display: inline-block;
|
|
389
|
-
}
|
|
390
|
-
|
|
391
|
-
.tree-view-node-collapse-toggle {
|
|
392
|
-
width: 14px;
|
|
393
|
-
margin-right: 3px;
|
|
394
|
-
}
|
|
395
|
-
|
|
396
|
-
.tree-view-node-label {
|
|
397
|
-
border: 1px solid #fff;
|
|
398
|
-
margin-left: 3px;
|
|
399
|
-
padding: 1px;
|
|
400
|
-
font-size: smaller;
|
|
401
|
-
}
|
|
402
|
-
|
|
403
|
-
.tree-view-node-label.selected {
|
|
404
|
-
background-color: gray;
|
|
405
|
-
border: 1px solid #003f81;
|
|
406
|
-
border-radius: 3px;
|
|
407
|
-
}
|
|
408
|
-
|
|
409
|
-
.rstm-toggle-icon {
|
|
410
|
-
display: inline-block;
|
|
411
|
-
}
|
|
412
|
-
|
|
413
|
-
.rstm-toggle-icon-symbol {
|
|
414
|
-
width: 2rem;
|
|
415
|
-
height: 2rem;
|
|
416
|
-
text-align: center;
|
|
417
|
-
line-height: 2rem;
|
|
418
|
-
}
|
|
419
|
-
|
|
420
|
-
.rstm-tree-item-group {
|
|
421
|
-
text-align: left;
|
|
422
|
-
width: 100%;
|
|
423
|
-
border-top: 1px solid #ccc;
|
|
424
|
-
padding-left: 0;
|
|
425
|
-
list-style-type: none;
|
|
379
|
+
line-height: normal;
|
|
426
380
|
}
|
|
427
381
|
|
|
428
|
-
.
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
box-shadow: none;
|
|
432
|
-
z-index: unset;
|
|
433
|
-
background: none;
|
|
434
|
-
border-bottom: 1px solid #ccc;
|
|
435
|
-
padding: .75rem 1rem;
|
|
382
|
+
.gxa:before {
|
|
383
|
+
content: url("expression-atlas-logo.87d25571.png");
|
|
384
|
+
padding-right: 5px;
|
|
436
385
|
position: relative;
|
|
386
|
+
top: 5px;
|
|
437
387
|
}
|
|
438
388
|
|
|
439
|
-
.
|
|
440
|
-
|
|
441
|
-
background: #179ed3;
|
|
442
|
-
border-bottom: none;
|
|
443
|
-
}
|
|
444
|
-
|
|
445
|
-
.rstm-tree-item--focused {
|
|
446
|
-
z-index: 999;
|
|
447
|
-
box-shadow: 0 0 5px #222;
|
|
448
|
-
}
|
|
449
|
-
|
|
450
|
-
.rstm-search {
|
|
389
|
+
.gene-search-pic-sugg {
|
|
390
|
+
background: url("suggestions.7b2830b6.png") 0 0 / contain no-repeat;
|
|
451
391
|
width: 100%;
|
|
452
|
-
|
|
453
|
-
padding: 1rem 1.5rem;
|
|
454
|
-
}
|
|
455
|
-
|
|
456
|
-
.display-mode .btn-toolbar {
|
|
457
|
-
padding-left: 10px;
|
|
458
|
-
position: absolute;
|
|
459
|
-
}
|
|
460
|
-
|
|
461
|
-
.tooltip-inner {
|
|
462
|
-
max-width: 400px;
|
|
463
|
-
}
|
|
464
|
-
|
|
465
|
-
.genetree-vis .node, .genetree-vis .edge {
|
|
466
|
-
cursor: pointer;
|
|
467
|
-
}
|
|
468
|
-
|
|
469
|
-
.genetree-vis .tree-wrapper * {
|
|
470
|
-
transition: all 20ms ease-in-out;
|
|
471
|
-
}
|
|
472
|
-
|
|
473
|
-
.genetree-vis .tree-wrapper .clade {
|
|
474
|
-
transition: transform 20ms ease-in-out;
|
|
475
|
-
}
|
|
476
|
-
|
|
477
|
-
.genetree-vis .tree-wrapper .clade .edge-rect {
|
|
478
|
-
transition: scaleY 20ms ease-in-out, scaleX 20ms ease-in-out, transform 20ms ease-in-out;
|
|
479
|
-
}
|
|
480
|
-
|
|
481
|
-
.genetree-vis .interaction-helper {
|
|
482
|
-
opacity: 0;
|
|
483
|
-
}
|
|
484
|
-
|
|
485
|
-
.genetree-vis .node circle {
|
|
486
|
-
stroke: #777;
|
|
487
|
-
fill: #fff;
|
|
488
|
-
}
|
|
489
|
-
|
|
490
|
-
.genetree-vis .speciation rect {
|
|
491
|
-
fill: navy;
|
|
492
|
-
}
|
|
493
|
-
|
|
494
|
-
.genetree-vis .duplication rect {
|
|
495
|
-
fill: #cd0000;
|
|
496
|
-
}
|
|
497
|
-
|
|
498
|
-
.genetree-vis .node:hover .internal, .genetree-vis .edge:hover .internal, .genetree-vis .node:hover .gene circle, .genetree-vis .edge:hover .gene circle, .genetree-vis .node:hover ~ .clade .node rect, .genetree-vis .edge:hover ~ .clade .node rect, .genetree-vis .node:hover + .node rect, .genetree-vis .edge:hover + .node rect {
|
|
499
|
-
transform: scale(2);
|
|
500
|
-
}
|
|
501
|
-
|
|
502
|
-
.genetree-vis .node:hover ~ .clade .interaction-rect, .genetree-vis .edge:hover ~ .clade .interaction-rect {
|
|
503
|
-
opacity: 1;
|
|
504
|
-
fill-opacity: 1;
|
|
505
|
-
}
|
|
506
|
-
|
|
507
|
-
.genetree-vis .node:hover ~ .clade circle, .genetree-vis .edge:hover ~ .clade circle, .genetree-vis .node:hover + .node circle, .genetree-vis .edge:hover + .node circle, .genetree-vis .node:hover .collapsed path, .genetree-vis .edge:hover .collapsed path, .genetree-vis .node:hover ~ .clade .collapsed path, .genetree-vis .edge:hover ~ .clade .collapsed path, .genetree-vis .node:hover + .node .collapsed path, .genetree-vis .edge:hover + .node .collapsed path {
|
|
508
|
-
stroke-width: 2px;
|
|
509
|
-
}
|
|
510
|
-
|
|
511
|
-
.genetree-vis .node:hover ~ .clade text, .genetree-vis .edge:hover ~ .clade text, .genetree-vis .node:hover text, .genetree-vis .edge:hover text {
|
|
512
|
-
font-weight: bolder;
|
|
513
|
-
}
|
|
514
|
-
|
|
515
|
-
.genetree-vis .node .gene.ortholog_one2one circle, .genetree-vis .node .gene.ortholog_one2many circle, .genetree-vis .node .gene.ortholog_many2many circle {
|
|
516
|
-
stroke: orange;
|
|
517
|
-
}
|
|
518
|
-
|
|
519
|
-
.genetree-vis .node .gene.within_species_paralog circle {
|
|
520
|
-
stroke: green;
|
|
521
|
-
}
|
|
522
|
-
|
|
523
|
-
.genetree-vis .node .gene.self circle {
|
|
524
|
-
stroke: red;
|
|
525
|
-
fill: red;
|
|
526
|
-
}
|
|
527
|
-
|
|
528
|
-
.genetree-vis .node .gene.self text {
|
|
529
|
-
font-weight: bolder;
|
|
530
|
-
}
|
|
531
|
-
|
|
532
|
-
.genetree-vis .node .gene.representative circle {
|
|
533
|
-
stroke: orange;
|
|
534
|
-
fill: orange;
|
|
535
|
-
}
|
|
536
|
-
|
|
537
|
-
.genetree-vis .node text {
|
|
538
|
-
fill-opacity: 1;
|
|
539
|
-
text-anchor: start;
|
|
540
|
-
font-size: 11px;
|
|
541
|
-
}
|
|
542
|
-
|
|
543
|
-
.genetree-vis .collapsed path {
|
|
544
|
-
stroke-width: 1px;
|
|
545
|
-
}
|
|
546
|
-
|
|
547
|
-
.genetree-vis .domains rect {
|
|
548
|
-
cursor: pointer;
|
|
549
|
-
stroke-opacity: 0;
|
|
550
|
-
}
|
|
551
|
-
|
|
552
|
-
.genetree-vis .domains rect:hover {
|
|
553
|
-
cursor: pointer;
|
|
554
|
-
stroke-opacity: 1;
|
|
555
|
-
}
|
|
556
|
-
|
|
557
|
-
.popover-title .tooltip-title-button {
|
|
558
|
-
margin-top: -4px !important;
|
|
559
|
-
margin-right: 4px !important;
|
|
560
|
-
}
|
|
561
|
-
|
|
562
|
-
.msa-slider {
|
|
563
|
-
margin-bottom: -10px;
|
|
564
|
-
padding-top: 10px;
|
|
565
|
-
padding-bottom: 0;
|
|
566
|
-
position: relative;
|
|
392
|
+
height: 200px;
|
|
567
393
|
}
|
|
568
394
|
|
|
569
|
-
.
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
border: 4px solid #7c8383;
|
|
574
|
-
border-radius: 8px;
|
|
575
|
-
font-family: sans-serif;
|
|
576
|
-
font-size: 1px;
|
|
395
|
+
.gene-search-pic-results {
|
|
396
|
+
background: url("results.e437a98f.png") 0 0 / contain no-repeat;
|
|
397
|
+
width: 100%;
|
|
398
|
+
height: 200px;
|
|
577
399
|
}
|
|
578
400
|
|
|
579
|
-
.
|
|
401
|
+
.gene-search-pic-genetree {
|
|
402
|
+
background: url("genetree.145467e3.png") 0 0 / contain no-repeat;
|
|
580
403
|
width: 100%;
|
|
581
|
-
height:
|
|
404
|
+
height: 200px;
|
|
582
405
|
}
|
|
583
406
|
|
|
584
407
|
.MSAlignments-wrapper {
|
|
585
|
-
overflow
|
|
586
|
-
overflow-y: hidden;
|
|
408
|
+
overflow: scroll hidden;
|
|
587
409
|
}
|
|
588
410
|
|
|
589
411
|
.clustal {
|
|
@@ -784,8 +606,8 @@ code.fasta {
|
|
|
784
606
|
|
|
785
607
|
.hydrophobicity {
|
|
786
608
|
white-space: nowrap;
|
|
787
|
-
height: 18px;
|
|
788
609
|
color: #fcff89;
|
|
610
|
+
height: 18px;
|
|
789
611
|
font-family: monospace;
|
|
790
612
|
font-size: 12px;
|
|
791
613
|
}
|
|
@@ -1266,261 +1088,437 @@ code.fasta {
|
|
|
1266
1088
|
color: #fcff89;
|
|
1267
1089
|
}
|
|
1268
1090
|
|
|
1269
|
-
.
|
|
1270
|
-
|
|
1271
|
-
|
|
1091
|
+
.display-mode .btn-toolbar {
|
|
1092
|
+
padding-left: 10px;
|
|
1093
|
+
position: absolute;
|
|
1272
1094
|
}
|
|
1273
1095
|
|
|
1274
|
-
.
|
|
1275
|
-
|
|
1276
|
-
margin-right: auto;
|
|
1277
|
-
padding-left: 15px;
|
|
1278
|
-
padding-right: 15px;
|
|
1096
|
+
.tooltip-inner {
|
|
1097
|
+
max-width: 400px;
|
|
1279
1098
|
}
|
|
1280
1099
|
|
|
1281
|
-
.
|
|
1282
|
-
|
|
1283
|
-
max-width: 100%;
|
|
1100
|
+
.genetree-vis .node, .genetree-vis .edge {
|
|
1101
|
+
cursor: pointer;
|
|
1284
1102
|
}
|
|
1285
1103
|
|
|
1286
|
-
.
|
|
1287
|
-
|
|
1288
|
-
border-spacing: 0;
|
|
1289
|
-
table-layout: fixed;
|
|
1290
|
-
border-color: gray;
|
|
1104
|
+
.genetree-vis .tree-wrapper * {
|
|
1105
|
+
transition: all 20ms ease-in-out;
|
|
1291
1106
|
}
|
|
1292
1107
|
|
|
1293
|
-
.
|
|
1294
|
-
|
|
1108
|
+
.genetree-vis .tree-wrapper .clade {
|
|
1109
|
+
transition: transform 20ms ease-in-out;
|
|
1295
1110
|
}
|
|
1296
1111
|
|
|
1297
|
-
.
|
|
1298
|
-
|
|
1112
|
+
.genetree-vis .tree-wrapper .clade .edge-rect {
|
|
1113
|
+
transition: scaleY 20ms ease-in-out, scaleX 20ms ease-in-out, transform 20ms ease-in-out;
|
|
1299
1114
|
}
|
|
1300
1115
|
|
|
1301
|
-
.
|
|
1302
|
-
|
|
1116
|
+
.genetree-vis .interaction-helper {
|
|
1117
|
+
opacity: 0;
|
|
1303
1118
|
}
|
|
1304
1119
|
|
|
1305
|
-
.
|
|
1306
|
-
|
|
1120
|
+
.genetree-vis .node circle {
|
|
1121
|
+
stroke: #777;
|
|
1122
|
+
fill: #fff;
|
|
1307
1123
|
}
|
|
1308
1124
|
|
|
1309
|
-
.
|
|
1310
|
-
|
|
1311
|
-
list-style: none;
|
|
1125
|
+
.genetree-vis .speciation rect {
|
|
1126
|
+
fill: navy;
|
|
1312
1127
|
}
|
|
1313
1128
|
|
|
1314
|
-
.
|
|
1315
|
-
|
|
1316
|
-
padding: .2em;
|
|
1129
|
+
.genetree-vis .duplication rect {
|
|
1130
|
+
fill: #cd0000;
|
|
1317
1131
|
}
|
|
1318
1132
|
|
|
1319
|
-
.
|
|
1320
|
-
|
|
1133
|
+
.genetree-vis .node:hover .internal, .genetree-vis .edge:hover .internal, .genetree-vis .node:hover .gene circle, .genetree-vis .edge:hover .gene circle, .genetree-vis .node:hover ~ .clade .node rect, .genetree-vis .edge:hover ~ .clade .node rect, .genetree-vis .node:hover + .node rect, .genetree-vis .edge:hover + .node rect {
|
|
1134
|
+
transform: scale(2);
|
|
1321
1135
|
}
|
|
1322
1136
|
|
|
1323
|
-
.
|
|
1324
|
-
|
|
1325
|
-
|
|
1137
|
+
.genetree-vis .node:hover ~ .clade .interaction-rect, .genetree-vis .edge:hover ~ .clade .interaction-rect {
|
|
1138
|
+
opacity: 1;
|
|
1139
|
+
fill-opacity: 1;
|
|
1326
1140
|
}
|
|
1327
1141
|
|
|
1328
|
-
.
|
|
1329
|
-
|
|
1330
|
-
margin-bottom: 0;
|
|
1142
|
+
.genetree-vis .node:hover ~ .clade circle, .genetree-vis .edge:hover ~ .clade circle, .genetree-vis .node:hover + .node circle, .genetree-vis .edge:hover + .node circle, .genetree-vis .node:hover .collapsed path, .genetree-vis .edge:hover .collapsed path, .genetree-vis .node:hover ~ .clade .collapsed path, .genetree-vis .edge:hover ~ .clade .collapsed path, .genetree-vis .node:hover + .node .collapsed path, .genetree-vis .edge:hover + .node .collapsed path {
|
|
1143
|
+
stroke-width: 2px;
|
|
1331
1144
|
}
|
|
1332
1145
|
|
|
1333
|
-
.
|
|
1334
|
-
|
|
1146
|
+
.genetree-vis .node:hover ~ .clade text, .genetree-vis .edge:hover ~ .clade text, .genetree-vis .node:hover text, .genetree-vis .edge:hover text {
|
|
1147
|
+
font-weight: bolder;
|
|
1335
1148
|
}
|
|
1336
1149
|
|
|
1337
|
-
.gene-
|
|
1338
|
-
|
|
1339
|
-
font-size: small;
|
|
1340
|
-
font-style: italic;
|
|
1341
|
-
font-weight: bold;
|
|
1150
|
+
.genetree-vis .node .gene.ortholog_one2one circle, .genetree-vis .node .gene.ortholog_one2many circle, .genetree-vis .node .gene.ortholog_many2many circle {
|
|
1151
|
+
stroke: orange;
|
|
1342
1152
|
}
|
|
1343
1153
|
|
|
1344
|
-
.
|
|
1345
|
-
|
|
1154
|
+
.genetree-vis .node .gene.within_species_paralog circle {
|
|
1155
|
+
stroke: green;
|
|
1346
1156
|
}
|
|
1347
1157
|
|
|
1348
|
-
.
|
|
1349
|
-
|
|
1350
|
-
|
|
1158
|
+
.genetree-vis .node .gene.self circle {
|
|
1159
|
+
stroke: red;
|
|
1160
|
+
fill: red;
|
|
1351
1161
|
}
|
|
1352
1162
|
|
|
1353
|
-
.
|
|
1354
|
-
|
|
1163
|
+
.genetree-vis .node .gene.self text {
|
|
1164
|
+
font-weight: bolder;
|
|
1355
1165
|
}
|
|
1356
1166
|
|
|
1357
|
-
.
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
vertical-align: top;
|
|
1167
|
+
.genetree-vis .node .gene.representative circle {
|
|
1168
|
+
stroke: orange;
|
|
1169
|
+
fill: orange;
|
|
1361
1170
|
}
|
|
1362
1171
|
|
|
1363
|
-
.
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
display: flex;
|
|
1172
|
+
.genetree-vis .node text {
|
|
1173
|
+
fill-opacity: 1;
|
|
1174
|
+
text-anchor: start;
|
|
1175
|
+
font-size: 11px;
|
|
1368
1176
|
}
|
|
1369
1177
|
|
|
1370
|
-
.
|
|
1371
|
-
|
|
1372
|
-
cursor: pointer;
|
|
1178
|
+
.genetree-vis .collapsed path {
|
|
1179
|
+
stroke-width: 1px;
|
|
1373
1180
|
}
|
|
1374
1181
|
|
|
1375
|
-
.
|
|
1376
|
-
|
|
1377
|
-
|
|
1182
|
+
.genetree-vis .domains rect {
|
|
1183
|
+
cursor: pointer;
|
|
1184
|
+
stroke-opacity: 0;
|
|
1378
1185
|
}
|
|
1379
1186
|
|
|
1380
|
-
.
|
|
1381
|
-
color: #006400;
|
|
1187
|
+
.genetree-vis .domains rect:hover {
|
|
1382
1188
|
cursor: pointer;
|
|
1383
|
-
|
|
1189
|
+
stroke-opacity: 1;
|
|
1384
1190
|
}
|
|
1385
1191
|
|
|
1386
|
-
.
|
|
1387
|
-
|
|
1192
|
+
.popover-title .tooltip-title-button {
|
|
1193
|
+
margin-top: -4px !important;
|
|
1194
|
+
margin-right: 4px !important;
|
|
1388
1195
|
}
|
|
1389
1196
|
|
|
1390
|
-
.
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1197
|
+
.msa-slider {
|
|
1198
|
+
margin-bottom: -10px;
|
|
1199
|
+
padding-top: 10px;
|
|
1200
|
+
padding-bottom: 0;
|
|
1201
|
+
position: relative;
|
|
1394
1202
|
}
|
|
1395
1203
|
|
|
1396
|
-
.
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1204
|
+
.resize-drag {
|
|
1205
|
+
color: red;
|
|
1206
|
+
box-sizing: border-box;
|
|
1207
|
+
background: none;
|
|
1208
|
+
border: 4px solid #7c8383;
|
|
1209
|
+
border-radius: 8px;
|
|
1210
|
+
font-family: sans-serif;
|
|
1211
|
+
font-size: 1px;
|
|
1400
1212
|
}
|
|
1401
1213
|
|
|
1402
|
-
.
|
|
1403
|
-
|
|
1404
|
-
|
|
1214
|
+
.resize-container {
|
|
1215
|
+
width: 100%;
|
|
1216
|
+
height: 100%;
|
|
1405
1217
|
}
|
|
1406
1218
|
|
|
1407
|
-
.
|
|
1408
|
-
|
|
1409
|
-
flex: auto;
|
|
1219
|
+
.rstm-toggle-icon {
|
|
1220
|
+
display: inline-block;
|
|
1410
1221
|
}
|
|
1411
1222
|
|
|
1412
|
-
.
|
|
1223
|
+
.rstm-toggle-icon-symbol {
|
|
1224
|
+
text-align: center;
|
|
1225
|
+
width: 2rem;
|
|
1226
|
+
height: 2rem;
|
|
1227
|
+
line-height: 2rem;
|
|
1228
|
+
}
|
|
1229
|
+
|
|
1230
|
+
.rstm-tree-item-group {
|
|
1231
|
+
text-align: left;
|
|
1232
|
+
border-top: 1px solid #ccc;
|
|
1233
|
+
width: 100%;
|
|
1234
|
+
padding-left: 0;
|
|
1235
|
+
list-style-type: none;
|
|
1236
|
+
}
|
|
1237
|
+
|
|
1238
|
+
.rstm-tree-item {
|
|
1413
1239
|
cursor: pointer;
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
padding:
|
|
1420
|
-
|
|
1240
|
+
color: #333;
|
|
1241
|
+
box-shadow: none;
|
|
1242
|
+
z-index: unset;
|
|
1243
|
+
background: none;
|
|
1244
|
+
border-bottom: 1px solid #ccc;
|
|
1245
|
+
padding: .75rem 1rem;
|
|
1246
|
+
position: relative;
|
|
1421
1247
|
}
|
|
1422
1248
|
|
|
1423
|
-
.
|
|
1424
|
-
|
|
1249
|
+
.rstm-tree-item--active {
|
|
1250
|
+
color: #fff;
|
|
1251
|
+
background: #179ed3;
|
|
1252
|
+
border-bottom: none;
|
|
1425
1253
|
}
|
|
1426
1254
|
|
|
1427
|
-
.
|
|
1428
|
-
|
|
1255
|
+
.rstm-tree-item--focused {
|
|
1256
|
+
z-index: 999;
|
|
1257
|
+
box-shadow: 0 0 5px #222;
|
|
1429
1258
|
}
|
|
1430
1259
|
|
|
1431
|
-
.
|
|
1432
|
-
border:
|
|
1260
|
+
.rstm-search {
|
|
1261
|
+
border: none;
|
|
1262
|
+
width: 100%;
|
|
1263
|
+
padding: 1rem 1.5rem;
|
|
1433
1264
|
}
|
|
1434
1265
|
|
|
1435
|
-
.
|
|
1436
|
-
|
|
1266
|
+
.tree-view-node {
|
|
1267
|
+
margin-left: 10px;
|
|
1437
1268
|
}
|
|
1438
1269
|
|
|
1439
|
-
.
|
|
1440
|
-
|
|
1270
|
+
.tree-view-node-collapse-toggle.collapse-spacer {
|
|
1271
|
+
width: 14px;
|
|
1272
|
+
display: inline-block;
|
|
1441
1273
|
}
|
|
1442
1274
|
|
|
1443
|
-
.
|
|
1444
|
-
|
|
1275
|
+
.tree-view-node-collapse-toggle {
|
|
1276
|
+
width: 14px;
|
|
1277
|
+
margin-right: 3px;
|
|
1445
1278
|
}
|
|
1446
1279
|
|
|
1447
|
-
.
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1280
|
+
.tree-view-node-label {
|
|
1281
|
+
border: 1px solid #fff;
|
|
1282
|
+
margin-left: 3px;
|
|
1283
|
+
padding: 1px;
|
|
1284
|
+
font-size: smaller;
|
|
1285
|
+
}
|
|
1286
|
+
|
|
1287
|
+
.tree-view-node-label.selected {
|
|
1288
|
+
background-color: gray;
|
|
1289
|
+
border: 1px solid #003f81;
|
|
1290
|
+
border-radius: 3px;
|
|
1291
|
+
}
|
|
1292
|
+
|
|
1293
|
+
.fasta-container {
|
|
1294
|
+
background-color: #fcfffd;
|
|
1295
|
+
border-style: dashed;
|
|
1296
|
+
border-color: #557b74;
|
|
1297
|
+
padding: 2ch;
|
|
1298
|
+
line-height: .925em;
|
|
1454
1299
|
position: relative;
|
|
1455
1300
|
}
|
|
1456
1301
|
|
|
1457
|
-
.
|
|
1458
|
-
|
|
1459
|
-
|
|
1302
|
+
.styled-span {
|
|
1303
|
+
text-align: center;
|
|
1304
|
+
align-items: center;
|
|
1305
|
+
display: flex;
|
|
1460
1306
|
}
|
|
1461
1307
|
|
|
1462
|
-
.
|
|
1463
|
-
|
|
1464
|
-
|
|
1308
|
+
.vertical-line {
|
|
1309
|
+
background-color: #000;
|
|
1310
|
+
flex-grow: 1;
|
|
1311
|
+
height: 20px;
|
|
1465
1312
|
}
|
|
1466
1313
|
|
|
1467
|
-
.
|
|
1468
|
-
|
|
1469
|
-
|
|
1314
|
+
.horizontal-line {
|
|
1315
|
+
background-color: #000;
|
|
1316
|
+
width: 57px;
|
|
1317
|
+
height: 3px;
|
|
1318
|
+
margin: 0;
|
|
1470
1319
|
}
|
|
1471
1320
|
|
|
1472
|
-
.
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
padding-right: 10px;
|
|
1476
|
-
font-style: italic;
|
|
1321
|
+
code.fasta {
|
|
1322
|
+
white-space: pre-wrap;
|
|
1323
|
+
color: #595959;
|
|
1477
1324
|
}
|
|
1478
1325
|
|
|
1479
|
-
.
|
|
1480
|
-
|
|
1326
|
+
.header {
|
|
1327
|
+
color: #000;
|
|
1481
1328
|
}
|
|
1482
1329
|
|
|
1483
|
-
.
|
|
1484
|
-
|
|
1485
|
-
padding-right: 5px;
|
|
1486
|
-
position: relative;
|
|
1487
|
-
top: 5px;
|
|
1330
|
+
.upstream, .downstream {
|
|
1331
|
+
color: #80a0a0;
|
|
1488
1332
|
}
|
|
1489
1333
|
|
|
1490
|
-
.
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1334
|
+
.intron {
|
|
1335
|
+
color: #aaa;
|
|
1336
|
+
}
|
|
1337
|
+
|
|
1338
|
+
.utr5 {
|
|
1339
|
+
background-color: #aaccaf;
|
|
1340
|
+
}
|
|
1341
|
+
|
|
1342
|
+
.utr5-other {
|
|
1343
|
+
background-color: #cfe1d2;
|
|
1344
|
+
}
|
|
1345
|
+
|
|
1346
|
+
.cds {
|
|
1347
|
+
background-color: #a7b4d3;
|
|
1348
|
+
}
|
|
1349
|
+
|
|
1350
|
+
.cds-other {
|
|
1351
|
+
background-color: #d0d8e6;
|
|
1352
|
+
}
|
|
1353
|
+
|
|
1354
|
+
.utr3 {
|
|
1355
|
+
background-color: #c5a3bf;
|
|
1356
|
+
}
|
|
1357
|
+
|
|
1358
|
+
.utr3-other {
|
|
1359
|
+
background-color: #dcc9d9;
|
|
1360
|
+
}
|
|
1361
|
+
|
|
1362
|
+
.square-utr5 {
|
|
1363
|
+
background: linear-gradient(to bottom right, #aaccaf 0% 50%, #cfe1d2 50% 100%);
|
|
1364
|
+
width: 20px;
|
|
1365
|
+
height: 20px;
|
|
1366
|
+
}
|
|
1367
|
+
|
|
1368
|
+
.square-cds {
|
|
1369
|
+
background: linear-gradient(to bottom right, #a7b4d3 0% 50%, #d0d8e6 50% 100%);
|
|
1370
|
+
width: 20px;
|
|
1371
|
+
height: 20px;
|
|
1372
|
+
}
|
|
1373
|
+
|
|
1374
|
+
.square-utr3 {
|
|
1375
|
+
background: linear-gradient(to bottom right, #c5a3bf 0% 50%, #dcc9d9 50% 100%);
|
|
1376
|
+
width: 20px;
|
|
1377
|
+
height: 20px;
|
|
1378
|
+
}
|
|
1379
|
+
|
|
1380
|
+
.reverse-slide {
|
|
1381
|
+
direction: rtl;
|
|
1382
|
+
}
|
|
1383
|
+
|
|
1384
|
+
.fasta-key {
|
|
1385
|
+
cursor: default;
|
|
1386
|
+
color: #555;
|
|
1387
|
+
background: none;
|
|
1388
|
+
border: none;
|
|
1389
|
+
font-family: monospace;
|
|
1390
|
+
font-size: 11pt;
|
|
1391
|
+
position: absolute;
|
|
1392
|
+
top: 9px;
|
|
1393
|
+
right: 40px;
|
|
1394
|
+
}
|
|
1395
|
+
|
|
1396
|
+
.copy-button {
|
|
1397
|
+
cursor: pointer;
|
|
1398
|
+
color: #555;
|
|
1399
|
+
background: none;
|
|
1400
|
+
border: none;
|
|
1401
|
+
font-size: 1.5rem;
|
|
1402
|
+
position: absolute;
|
|
1403
|
+
top: 3px;
|
|
1404
|
+
right: -5px;
|
|
1405
|
+
}
|
|
1406
|
+
|
|
1407
|
+
.notification {
|
|
1408
|
+
color: #fff;
|
|
1409
|
+
z-index: 999;
|
|
1410
|
+
background-color: #050505;
|
|
1411
|
+
padding: 5px;
|
|
1412
|
+
font-size: smaller;
|
|
1496
1413
|
font-style: italic;
|
|
1497
1414
|
font-weight: bold;
|
|
1498
|
-
|
|
1415
|
+
position: absolute;
|
|
1416
|
+
top: 0;
|
|
1417
|
+
right: 0;
|
|
1499
1418
|
}
|
|
1500
1419
|
|
|
1501
|
-
.
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
position: relative;
|
|
1505
|
-
top: 5px;
|
|
1420
|
+
.taxogenomic-vis .gramene-search-vis {
|
|
1421
|
+
-webkit-user-select: none;
|
|
1422
|
+
cursor: pointer;
|
|
1506
1423
|
}
|
|
1507
1424
|
|
|
1508
|
-
.
|
|
1509
|
-
|
|
1510
|
-
height: 200px;
|
|
1511
|
-
background: url("suggestions.7b2830b6.png") 0 0 / contain no-repeat;
|
|
1425
|
+
.taxogenomic-vis .gramene-search-vis canvas {
|
|
1426
|
+
position: absolute;
|
|
1512
1427
|
}
|
|
1513
1428
|
|
|
1514
|
-
.
|
|
1515
|
-
|
|
1516
|
-
height: 200px;
|
|
1517
|
-
background: url("results.e437a98f.png") 0 0 / contain no-repeat;
|
|
1429
|
+
.taxogenomic-vis .gramene-search-vis > * {
|
|
1430
|
+
display: inline;
|
|
1518
1431
|
}
|
|
1519
1432
|
|
|
1520
|
-
.
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1433
|
+
.taxogenomic-vis .gramene-search-vis text {
|
|
1434
|
+
fill: gray;
|
|
1435
|
+
stroke: #557b74;
|
|
1436
|
+
stroke-opacity: 0;
|
|
1437
|
+
stroke-width: .5px;
|
|
1438
|
+
-webkit-user-select: none;
|
|
1439
|
+
user-select: none;
|
|
1440
|
+
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
|
|
1441
|
+
font-size: 12px;
|
|
1442
|
+
}
|
|
1443
|
+
|
|
1444
|
+
.taxogenomic-vis .gramene-search-vis text::selection {
|
|
1445
|
+
background: none;
|
|
1446
|
+
}
|
|
1447
|
+
|
|
1448
|
+
.taxogenomic-vis .gramene-search-vis .taxonomy * {
|
|
1449
|
+
transition: fill .2s ease-in-out, stroke-opacity .2s ease-in-out;
|
|
1450
|
+
}
|
|
1451
|
+
|
|
1452
|
+
.taxogenomic-vis .gramene-search-vis .clade .results-count {
|
|
1453
|
+
font-size: 10px;
|
|
1524
1454
|
}
|
|
1525
1455
|
|
|
1456
|
+
.taxogenomic-vis .gramene-search-vis .clade .node circle {
|
|
1457
|
+
stroke: #557b74;
|
|
1458
|
+
stroke-width: 1px;
|
|
1459
|
+
fill: #f6f6f6;
|
|
1460
|
+
}
|
|
1461
|
+
|
|
1462
|
+
.taxogenomic-vis .gramene-search-vis .clade .edge rect {
|
|
1463
|
+
fill: #ccc;
|
|
1464
|
+
}
|
|
1465
|
+
|
|
1466
|
+
.taxogenomic-vis .gramene-search-vis .clade .clade.highlight > .node > circle, .taxogenomic-vis .gramene-search-vis .clade .clade.highlight > .edge > rect {
|
|
1467
|
+
fill: #f0b866;
|
|
1468
|
+
}
|
|
1469
|
+
|
|
1470
|
+
.taxogenomic-vis .gramene-search-vis .clade .clade.highlight > .node-label text {
|
|
1471
|
+
fill: #557b74;
|
|
1472
|
+
stroke-opacity: 1;
|
|
1473
|
+
}
|
|
1474
|
+
|
|
1475
|
+
.taxogenomic-vis .gramene-search-vis .clade .node:hover > circle, .taxogenomic-vis .gramene-search-vis .clade .edge:hover > circle, .taxogenomic-vis .gramene-search-vis .clade .node:hover > rect, .taxogenomic-vis .gramene-search-vis .clade .edge:hover > rect, .taxogenomic-vis .gramene-search-vis .clade .node:hover ~ .node > circle, .taxogenomic-vis .gramene-search-vis .clade .edge:hover ~ .node > circle, .taxogenomic-vis .gramene-search-vis .clade .node:hover ~ .clade .edge > rect, .taxogenomic-vis .gramene-search-vis .clade .edge:hover ~ .clade .edge > rect, .taxogenomic-vis .gramene-search-vis .clade .node:hover ~ .clade .node > circle, .taxogenomic-vis .gramene-search-vis .clade .edge:hover ~ .clade .node > circle {
|
|
1476
|
+
fill: #f0b866;
|
|
1477
|
+
}
|
|
1478
|
+
|
|
1479
|
+
.taxogenomic-vis .gramene-search-vis .clade .node:hover ~ .node-label text, .taxogenomic-vis .gramene-search-vis .clade .edge:hover ~ .node-label text, .taxogenomic-vis .gramene-search-vis .clade .node:hover ~ .clade text, .taxogenomic-vis .gramene-search-vis .clade .edge:hover ~ .clade text, .taxogenomic-vis .gramene-search-vis .clade .node-label:hover text {
|
|
1480
|
+
fill: #557b74;
|
|
1481
|
+
stroke-opacity: 1;
|
|
1482
|
+
}
|
|
1483
|
+
|
|
1484
|
+
.taxogenomic-vis .gramene-search-vis .clade .bin, .taxogenomic-vis .gramene-search-vis .clade .full-region {
|
|
1485
|
+
stroke: #557b74;
|
|
1486
|
+
stroke-width: 0;
|
|
1487
|
+
shape-rendering: crispedges;
|
|
1488
|
+
transition: none;
|
|
1489
|
+
}
|
|
1490
|
+
|
|
1491
|
+
.taxogenomic-vis .gramene-search-vis .clade .bin.selected {
|
|
1492
|
+
fill: #ea8e75;
|
|
1493
|
+
}
|
|
1494
|
+
|
|
1495
|
+
.taxogenomic-vis .gramene-search-vis .clade .bin:hover {
|
|
1496
|
+
fill: #557b74;
|
|
1497
|
+
}
|
|
1498
|
+
|
|
1499
|
+
.taxogenomic-vis .gramene-search-vis .clade .full-region.selected {
|
|
1500
|
+
stroke-width: 1px;
|
|
1501
|
+
stroke: #ea8e75;
|
|
1502
|
+
}
|
|
1503
|
+
|
|
1504
|
+
.taxogenomic-vis .gramene-search-vis .clade .full-region:hover {
|
|
1505
|
+
stroke-width: 1px;
|
|
1506
|
+
stroke: #557b74;
|
|
1507
|
+
}
|
|
1508
|
+
|
|
1509
|
+
.taxogenomic-vis .gramene-search-vis .clade .species-background {
|
|
1510
|
+
fill: none;
|
|
1511
|
+
}
|
|
1512
|
+
|
|
1513
|
+
.taxogenomic-vis .gramene-search-vis .clade .node:hover ~ .species-background, .taxogenomic-vis .gramene-search-vis .clade .edge:hover ~ .species-background, .taxogenomic-vis .gramene-search-vis .clade .node:hover ~ .clade .species-background, .taxogenomic-vis .gramene-search-vis .clade .edge:hover ~ .clade .species-background, .taxogenomic-vis .gramene-search-vis .clade .clade.highlight > .species-background {
|
|
1514
|
+
fill: #f9e3c3;
|
|
1515
|
+
}
|
|
1516
|
+
|
|
1517
|
+
.accordion-button {
|
|
1518
|
+
padding: .4rem !important;
|
|
1519
|
+
}
|
|
1520
|
+
|
|
1521
|
+
.accordion-button:hover {
|
|
1522
|
+
background-color: #dbe8f3;
|
|
1523
|
+
}
|
|
1526
1524
|
/*# sourceMappingURL=index.css.map */
|