gramene-search 1.2.77 → 1.2.79

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.
Files changed (70) hide show
  1. package/.parcel-cache/2126881b633272fa.txt +2 -2
  2. package/.parcel-cache/425346ba6a54d932 +0 -0
  3. package/.parcel-cache/878e3ffbad677982 +0 -0
  4. package/.parcel-cache/cdecf11601322051 +0 -0
  5. package/.parcel-cache/data.mdb +0 -0
  6. package/.parcel-cache/lock.mdb +0 -0
  7. package/dist/index.css +15 -6
  8. package/dist/index.css.map +1 -1
  9. package/dist/index.js +35 -25
  10. package/dist/index.js.map +1 -1
  11. package/package.json +1 -1
  12. package/src/bundles/api.js +21 -0
  13. package/src/components/results/GeneList.js +19 -16
  14. package/src/components/results/genes.css +13 -5
  15. package/.parcel-cache/306cfdd8c6e24eea +0 -0
  16. package/.parcel-cache/37c075a090d2565c +0 -0
  17. package/.parcel-cache/40fe1367fb3a6797 +0 -0
  18. package/.parcel-cache/49ddd23724018777 +0 -0
  19. package/.parcel-cache/49f5fb85fb97c640 +0 -0
  20. package/.parcel-cache/4b287f4252d179a8 +0 -0
  21. package/.parcel-cache/4cd22cd118488346 +0 -0
  22. package/.parcel-cache/4e2ad0fe4c7c6766 +0 -0
  23. package/.parcel-cache/50a1d7abd900618d +0 -0
  24. package/.parcel-cache/51f1efd92099dfa1 +0 -0
  25. package/.parcel-cache/5310d4b341a7ea38 +0 -0
  26. package/.parcel-cache/62ddd60cbeffc395 +0 -0
  27. package/.parcel-cache/6e02cdcba92b377e +0 -0
  28. package/.parcel-cache/745b6de7c046e93e +0 -0
  29. package/.parcel-cache/74d47be1065173a3 +0 -0
  30. package/.parcel-cache/8f1d92093dd8c76e +0 -0
  31. package/.parcel-cache/920b894ff79ce0cc +0 -0
  32. package/.parcel-cache/9259851a8e334934 +0 -0
  33. package/.parcel-cache/9727b597d6d80386 +0 -0
  34. package/.parcel-cache/9783df507c1d2a76 +0 -0
  35. package/.parcel-cache/9e7660a38742ac54 +0 -0
  36. package/.parcel-cache/a65ab4a46209ddf3 +0 -0
  37. package/.parcel-cache/ad7b8e4111058615 +0 -0
  38. package/.parcel-cache/bbfc6fab41a92806.txt +0 -2
  39. package/.parcel-cache/c64cb972ccccc0dc +0 -0
  40. package/.parcel-cache/c9aa90a1507d1a97 +0 -0
  41. package/.parcel-cache/caf4b3cd403ccaec +0 -0
  42. package/.parcel-cache/cd806f5dc7b4fa62 +0 -0
  43. package/.parcel-cache/d27ab0640939d1f2 +0 -0
  44. package/.parcel-cache/e8f646ae73d174b0 +0 -0
  45. package/dist/android-chrome-192x192.4d149c27.png +0 -0
  46. package/dist/apple-touch-icon-114x114.27e956ae.png +0 -0
  47. package/dist/apple-touch-icon-120x120.b209ed9f.png +0 -0
  48. package/dist/apple-touch-icon-144x144.9f8e2136.png +0 -0
  49. package/dist/apple-touch-icon-152x152.b6107a9b.png +0 -0
  50. package/dist/apple-touch-icon-180x180.58fbcc65.png +0 -0
  51. package/dist/apple-touch-icon-57x57.f670c755.png +0 -0
  52. package/dist/apple-touch-icon-60x60.3fbc15ae.png +0 -0
  53. package/dist/apple-touch-icon-72x72.a0fd991d.png +0 -0
  54. package/dist/apple-touch-icon-76x76.437b43b5.png +0 -0
  55. package/dist/favicon-16x16.4dd6b101.png +0 -0
  56. package/dist/favicon-32x32.a0d53b79.png +0 -0
  57. package/dist/favicon-96x96.6cd9b68e.png +0 -0
  58. package/dist/genetree.d75946eb.png +0 -0
  59. package/dist/index.250fb7b9.js +0 -15812
  60. package/dist/index.250fb7b9.js.map +0 -1
  61. package/dist/index.2c55063b.css +0 -26804
  62. package/dist/index.2c55063b.css.map +0 -1
  63. package/dist/index.b34cb912.js +0 -293270
  64. package/dist/index.b34cb912.js.map +0 -1
  65. package/dist/index.html +0 -39
  66. package/dist/results.a8da7555.png +0 -0
  67. package/dist/suggestions.099b7c0e.png +0 -0
  68. /package/.parcel-cache/{19036ae8b8bf0b34 → 691bdd0656616144} +0 -0
  69. /package/.parcel-cache/{1ada90240feb415a → 9a560558b4447bb6} +0 -0
  70. /package/.parcel-cache/{23bab13f4cd596bc → d21ffc56064c62e3} +0 -0
@@ -1,2 +1,2 @@
1
- 282693027
2
- 1698084330537471000
1
+ 411207239
2
+ 1698676733984303000
Binary file
Binary file
Binary file
Binary file
Binary file
package/dist/index.css CHANGED
@@ -1240,7 +1240,7 @@
1240
1240
  flex: auto;
1241
1241
  }
1242
1242
 
1243
- .closest-ortholog, .gene-summary-tair {
1243
+ .model-ortholog, .closest-ortholog, .gene-summary-tair {
1244
1244
  cursor: pointer;
1245
1245
  width: 500px;
1246
1246
  border: 1px solid #ff8c00;
@@ -1251,14 +1251,18 @@
1251
1251
  font-size: smaller;
1252
1252
  }
1253
1253
 
1254
- .closest-ortholog {
1254
+ .model-ortholog {
1255
1255
  border: 1px dotted #ff8c00;
1256
1256
  }
1257
1257
 
1258
- .gene-summary-tair {
1258
+ .closest-ortholog {
1259
1259
  border: 1px dotted #006400;
1260
1260
  }
1261
1261
 
1262
+ .gene-summary-tair {
1263
+ border: 1px dotted #00008b;
1264
+ }
1265
+
1262
1266
  .gene-summary-tair .rest {
1263
1267
  display: none;
1264
1268
  }
@@ -1271,7 +1275,7 @@
1271
1275
  display: none;
1272
1276
  }
1273
1277
 
1274
- .closest-ortholog:before, .gene-summary-tair:before {
1278
+ .closest-ortholog:before, .model-ortholog:before, .gene-summary-tair:before {
1275
1279
  float: right;
1276
1280
  background: #fff;
1277
1281
  border: 1px dotted;
@@ -1281,14 +1285,19 @@
1281
1285
  position: relative;
1282
1286
  }
1283
1287
 
1284
- .closest-ortholog:before {
1288
+ .model-ortholog:before {
1285
1289
  content: "Model Species Homolog";
1286
1290
  color: orange;
1287
1291
  }
1288
1292
 
1293
+ .closest-ortholog:before {
1294
+ content: "Closest Annotated Homolog";
1295
+ color: #006400;
1296
+ }
1297
+
1289
1298
  .gene-summary-tair:before {
1290
1299
  content: "TAIR Curated Description";
1291
- color: #006400;
1300
+ color: #00008b;
1292
1301
  }
1293
1302
 
1294
1303
  .gene-search-pic-sugg {
@@ -1 +1 @@
1
- {"mappings":"AAAA;;;;;;;;;AAQA;;;;;;AAKA;;;;;;;;AAOA;;;;AAGA;;;;AAGA;;;;AAGA;;;;;AAMA;;;;;AAIA;;;;AAIA;;;;;;AAKA;;;;;;AAKA;;;;AAIA;;;;;;;AAMA;;;;;;;AAMA;;;;;;;;;AASA;;;;;AAIA;;;;;AAIA;;;;;;AAKA;;;;;AAIA;;;;;;AC/FA;;;;;AAAA;;;;AAAA;;;;AAAA;;;;;;;;;;;AAAA;;;;AAAA;;;;AAAA;;;;AAAA;;;;;;AAAA;;;;AAAA;;;;AAAA;;;;;AAAA;;;;AAAA;;;;;AAAA;;;;;;;AAAA;;;;AAAA;;;;AAAA;;;;;AAAA;;;;;AAAA;;;;AAAA;;;;AEiBA;;;;AAYA;;;;;AAqBA;;;;;AAUA;;;;;;;AAYA;;;;;;AErEA;;;;AAEE;;;;;;;AAQF;;;;;;;;AAQA;;;;;;;;;;;AAUE;;;;;;AAMA;;;;;AAMF;;;;;;ACnBA;;;;;AAMA;;;;AAGA;;;;AAAA;;;;AAAA;;;;AAAA;;;;AAAA;;;;AAAA;;;;;AAAA;;;;AAAA;;;;AAAA;;;;AAAA;;;;;AAAA;;;;AAAA;;;;AAAA;;;;AAAA;;;;AAAA;;;;;AAAA;;;;AAAA;;;;;AAAA;;;;;;AAAA;;;;AAAA;;;;;AAAA;;;;;AA0IA;;;;;AAKA;;;;;;;AAOA;;;;;;;;;;AAYA;;;;;ACnMA;;;;;AAIA;;;;;;;AAMA;;;;AASA;;;;;AAKA;;;;AAMA;;;;;AAKA;;;;AAGA;;;;AAGA;;;;AAIA;;;;AAGA;;;;AAKA;;;;AAGA;;;;;;;AAMA;;;;AAOA;;;;;AAMA;;;;AAMA;;;;AAIA;;;;AAGA;;;;;AAKA;;;;AAKA;;;;AAKA;;;;AAGA;;;;;;;AAMA;;;;AAGA;;;;;AAIA;;;;;AAIA;;;;;AAIA;;;;AAGA;;;;AAGA;;;;;AAIA;;;;AAGA;;;;;AAIA;;;;AAGA;;;;AAGA;;;;;AAIA;;;;AAGA;;;;AAGA;;;;AAGA;;;;;AAIA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAKA;;;;AAGA;;;;;;;;AAOA;;;;AAGA;;;;AAIA;;;;AAQA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;;;;AAMA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;;;;AAMA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAcA;;;;AAGA;;;;;;;AAMA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAMA;;;;AAGA;;;;AAGA;;;;AAMA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAQA;;;;;;;AAMA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAMA;;;;AAGA;;;;AAMA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;ACzkBA;;;;;AAIA;;;;;;;AAMA;;;;;AAIA;;;;;;;AAMA;;;;AAGA;;;;AAMA;;;;AAGA;;;;AAGA;;;;;AAIA;;;;;AAIA;;;;AAMA;;;;;AAIA;;;;;AAIA;;;;AAGA;;;;;;;AAMA;;;;AAGA;;;;;AAIA;;;;AAGA;;;;;;AAKA;;;;;;;AAMA;;;;;AAKA;;;;;AAMA;;;;;;AAMA;;;;AAGA;;;;;;AAKA;;;;;;AAKA;;;;;AAIA;;;;;AAIA;;;;;;;;;;;AAWA;;;;AAIA;;;;AAGA;;;;AAIA;;;;AAMA;;;;AAQA;;;;;;;;;;AAWA;;;;;AAMA;;;;;AAKA;;;;;;AAOA;;;;;;AAOA","sources":["src/components/styles.css","node_modules/gramene-search-vis/styles/main.less","node_modules/gramene-search-vis/styles/taxonomy.less","src/components/results/details/tree-view.css","node_modules/react-simple-tree-menu/dist/main.css","node_modules/react-simple-tree-menu/src/sass/main.scss","node_modules/gramene-genetree-vis/src/styles/tree.less","node_modules/gramene-genetree-vis/src/styles/msa.less","src/components/results/genes.css"],"sourcesContent":[".gramene-sidebar {\n position: fixed;\n background-color: dimgray;\n padding-left: 8px;\n padding-right: 8px;\n padding-bottom: 8px;\n max-width: 16.67%;\n}\n.gramene-filter-container {\n background-color: #cfb5e6;\n padding-left: 4px;\n padding-bottom: 4px;\n}\n.gramene-filter {\n padding-left: 4px;\n padding-right: 4px;\n padding-bottom: 4px;\n background-color: white;\n font-size: small;\n}\n.gramene-filter span:hover {\n font-weight:bolder;\n}\n.gramene-filter-AND {\n background-color: #ffcd82;\n}\n.gramene-filter-OR {\n background-color: #c5eeb9;\n}\n.gramene-filter-NOT {\n border-left-color: #ff5354;\n border-left-style: inset;\n border-left-width: 4px;\n padding-left: 4px;\n}\n.gramene-filter-operation {\n text-align: center;\n font-style: italic;\n}\n.gramene-filter-marked {\n font-weight: bolder;\n /*background-color: #feff96;*/\n}\n.gramene-filter-menu ul {\n border-top-style: solid;\n border-top-width: 2px;\n padding-left: 0;\n}\n.gramene-filter-menu li {\n display: block;\n cursor: pointer;\n padding-left: 15px;\n}\n.gramene-filter-menu li:hover {\n background-color: #feff96;\n}\n\n.gramene-view-container {\n background-color: lightblue;\n padding-left: 4px;\n padding-right: 4px;\n padding-bottom: 4px;\n}\n.gramene-view {\n padding-left: 0px;\n padding-right: 10px;\n margin-bottom: 0;\n background-color: white;\n}\n.gramene-view li {\n display: block;\n cursor: pointer;\n padding-left: 5px;\n border-left-style: inset;\n border-left-width: 8px;\n margin-bottom: 2px;\n}\n\n.gramene-view-on {\n border-left-color: #40a0ff;\n font-weight: bold;\n}\n.gramene-view-off {\n border-left-color: #ff6d68;\n color: grey;\n}\n.gramene-view-disabled {\n color: darkgray;\n border-left-color: #efefef;\n cursor: default!important;\n}\n#gramene-suggestion button {\n border-radius: .6rem;\n line-height: 1;\n}\n#gramene-suggestion button:focus {\n color: #fff;\n background-color: #6c757d;\n border-color: #6c757d;\n}\n\n",".taxogenomic-vis {\n @import 'taxonomy';\n}","@import 'colors';\n\n.gramene-search-vis {\n -webkit-user-select: none;\n cursor: pointer;\n\n canvas {\n position: absolute;\n }\n\n > * {\n display: inline;\n }\n\n text {\n font-family: \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n font-size: 12px;\n fill: gray;\n\n /* since font weight transition is not smooth, emulate\n bold font with text stroke, and transition opacity. */\n stroke: @gramene-darkgreen;\n stroke-opacity: 0;\n stroke-width: 0.5px;\n user-select: none;\n }\n\n text::selection {\n background: none;\n }\n\n .taxonomy * {\n transition: fill 200ms ease-in-out,\n stroke-opacity 200ms ease-in-out; /*,\n transform 200ms ease-in-out;*/\n }\n\n .clade {\n .results-count {\n font-size: 10px;\n }\n\n .node circle {\n stroke: @gramene-darkgreen;\n stroke-width: 1px; // This is referenced in Edge.js\n fill: @gramene-offwhite;\n }\n\n .edge rect {\n fill: #cccccc;\n }\n\n //\n //.genome .interaction-helper {\n // stroke-opacity: 0;\n // fill-opacity: 0;\n // stroke: @gramene-darkgreen;\n // stroke-width: 1.5px;\n //}\n\n // color the nodes above the hovered node\n // (the highlight class is added dynamically\n // in code)\n .clade.highlight {\n > .node > circle,\n > .edge > rect {\n fill: @gramene-orange;\n }\n > .node-label text {\n fill: @gramene-darkgreen;\n stroke-opacity: 1;\n }\n\n }\n\n // color the clade underneath the hovered node.\n .node:hover,\n .edge:hover {\n > circle,\n > rect,\n ~ .node > circle,\n ~ .clade .edge > rect,\n ~ .clade .node > circle {\n fill: @gramene-orange;\n }\n }\n\n .node:hover,\n .edge:hover {\n ~ .node-label text,\n ~ .clade text {\n fill: @gramene-darkgreen;\n stroke-opacity: 1;\n }\n }\n\n .node-label:hover text {\n fill: @gramene-darkgreen;\n stroke-opacity: 1;\n }\n\n .bin, .full-region {\n transition: none;\n stroke: @gramene-darkgreen;\n stroke-width: 0;\n shape-rendering: crispEdges;\n }\n\n .bin.selected {\n fill: @gramene-red;\n }\n\n .bin:hover {\n fill: @gramene-darkgreen;\n }\n\n .full-region.selected {\n stroke-width: 1px;\n stroke: @gramene-red;\n }\n\n .full-region:hover {\n stroke-width: 1px;\n stroke: @gramene-darkgreen;\n }\n\n .species-background {\n fill: none;\n }\n\n .node:hover ~ .species-background,\n .edge:hover ~ .species-background,\n .node:hover ~ .clade .species-background,\n .edge:hover ~ .clade .species-background,\n .clade.highlight > .species-background {\n fill: lighten(@gramene-orange, 20%);\n }\n\n }\n}\n","/*\n\n<classNamePrefix>-root\n\nThe outer container\n\n*/\n.tree-view-root {\n}\n\n/*\n\n<classNamePrefix>-root\n\nThe outer container for a single node\n\n*/\n.tree-view-node {\n margin-left: 10px;\n}\n\n\n/*\n\n<classNamePrefix>-node-collapse-toggle.collapse-spacer\n\nUsed to provide spacing when a parent node has no children\n\n*/\n.tree-view-node-collapse-toggle.collapse-spacer {\n width: 14px;\n display: inline-block;\n}\n\n/*\n<classNamePrefix>-node-collapse-toggle.<expandIconClass>\n\nThe class to use for the icon that expands a collapsed parent node\n\n*/\n\n\n/*\n\n<classNamePrefix>-node-collapse-toggle.<collapseIconClass>\n\nThe class to use for the icon that collapses an expanded parent node\n\n*/\n\n.tree-view-node-collapse-toggle {\n margin-right: 3px;\n width: 14px;\n}\n\n/*\n\n<classNamePrefix>-node-label\n\n*/\n.tree-view-node-label {\n font-size: smaller;\n margin-left: 3px;\n padding: 1px;\n border: 1px solid #fff;\n}\n\n/*\n\n<classNamePrefix>-node-label.selected\n\n*/\n.tree-view-node-label.selected {\n border: 1px solid #003f81;\n border-radius: 3px;\n background-color: #808080;\n}\n\n/*\n\n<classNamePrefix>-node-checkbox\n\nThe class for a node checkbox\n\n*/\n\n.tree-view-node-checkbox {}\n\n/*\n\n<classNamePrefix>-node-children\n\nThe class for the element that wraps a nodes children (if any exist)\n\n*/\n\n.tree-view-node-children {}\n\n",".rstm-toggle-icon {\n display: inline-block; }\n .rstm-toggle-icon-symbol {\n width: 2rem;\n height: 2rem;\n text-align: center;\n line-height: 2rem; }\n\n.rstm-tree-item-group {\n list-style-type: none;\n padding-left: 0;\n border-top: 1px solid #ccc;\n text-align: left;\n width: 100%; }\n\n.rstm-tree-item {\n padding: 0.75rem 1rem;\n cursor: pointer;\n color: #333;\n background: none;\n border-bottom: 1px solid #ccc;\n box-shadow: none;\n z-index: unset;\n position: relative; }\n .rstm-tree-item--active {\n color: white;\n background: #179ed3;\n border-bottom: none; }\n .rstm-tree-item--focused {\n box-shadow: 0 0 5px 0 #222;\n z-index: 999; }\n\n.rstm-search {\n padding: 1rem 1.5rem;\n border: none;\n width: 100%; }\n",null,"@transition_time: 20ms;\n\n/* see src/components/Edge.js#HOVER_SCALE_FACTOR (currently line 8) */\n@hover_scale_factor: 2;\n@hover_stroke_width: 2;\n@collapsed_node_stroke_width: 1;\n\n@default_node_fill: #fff;\n@default_node_stroke: #777;\n\n@ortholog_stroke_color: orange;\n@paralog_stroke_color: green;\n@representative_fill_color: @ortholog_stroke_color;\n@self_color: red;\n\n@speciation_color: #000080;\n@duplication_color: #cd0000;\n\n@font_size: 11px;\n@font_weight_highlight: bolder;\n\n@invisible: 0;\n@visible: 1;\n\n.display-mode {\n .btn-toolbar {\n position: absolute;\n padding-left: 10px\n }\n}\n.tooltip-inner {\n max-width : 400px;\n}\n.genetree-vis {\n .node, .edge {\n cursor: pointer;\n }\n\n .tree-wrapper {\n /* transitions for mouse hover, etc, interactions */\n * {\n transition: all @transition_time ease-in-out;\n }\n\n /* transitions for expanding/contracting clades */\n .clade {\n transition: transform @transition_time ease-in-out;\n\n .edge-rect {\n transition: scaleY @transition_time ease-in-out, scaleX @transition_time ease-in-out, transform @transition_time ease-in-out;\n }\n }\n }\n\n .interaction-helper {\n opacity: @invisible;\n }\n\n .node circle {\n stroke: @default_node_stroke;\n fill: @default_node_fill;\n }\n\n .speciation rect {\n fill: @speciation_color;\n }\n\n .duplication rect {\n fill: @duplication_color;\n }\n\n .node:hover, .edge:hover {\n .internal,\n .gene circle,\n ~ .clade .node rect,\n + .node rect {\n transform: scale(@hover_scale_factor);\n }\n\n ~ .clade .interaction-rect {\n opacity: @visible;\n fill-opacity: @visible;\n }\n\n ~ .clade circle,\n + .node circle,\n .collapsed path,\n ~ .clade .collapsed path,\n + .node .collapsed path {\n stroke-width: @hover_stroke_width;\n }\n\n ~ .clade text, text {\n font-weight: @font_weight_highlight;\n }\n }\n\n .node {\n .gene.ortholog_one2one circle,\n .gene.ortholog_one2many circle,\n .gene.ortholog_many2many circle {\n stroke: @ortholog_stroke_color;\n }\n\n .gene.within_species_paralog circle {\n stroke: @paralog_stroke_color;\n }\n\n .gene.self {\n circle {\n stroke: @self_color;\n fill: @self_color;\n }\n text {\n font-weight: @font_weight_highlight;\n }\n }\n\n .gene.representative circle {\n stroke: @ortholog_stroke_color;\n fill: @representative_fill_color;\n }\n\n text {\n font-size: @font_size;\n fill-opacity: @visible;\n text-anchor: start;\n }\n }\n\n .collapsed {\n path {\n stroke-width: @collapsed_node_stroke_width;\n }\n }\n\n .domains rect {\n cursor: pointer;\n stroke-opacity: 0\n }\n\n .domains rect:hover {\n cursor: pointer;\n stroke-opacity: 1.0\n }\n @transition_time: 20ms;\n\n /* see src/components/Edge.js#HOVER_SCALE_FACTOR (currently line 8) */\n @hover_scale_factor: 2;\n @hover_stroke_width: 2;\n @collapsed_node_stroke_width: 1;\n\n @default_node_fill: #fff;\n @default_node_stroke: #777;\n\n @ortholog_stroke_color: orange;\n @paralog_stroke_color: green;\n @representative_fill_color: @ortholog_stroke_color;\n @self_color: red;\n\n @speciation_color: #000080;\n @duplication_color: #cd0000;\n\n @font_size: 11px;\n @font_weight_highlight: bolder;\n\n @invisible: 0;\n @visible: 1;\n\n}\n\n.popover-title .tooltip-title-button {\n margin-top: -4px !important;\n margin-right: 4px !important;\n}\n\n.msa-slider {\n position: relative;\n padding-top: 10px;\n padding-bottom: 0px;\n margin-bottom: -10px;\n}\n\n.resize-drag {\n background: rgba(0, 0, 0, 0.0);\n border: 4px solid #7c8383;\n color: red;\n font-size: 1px;\n font-family: sans-serif;\n border-radius: 8px;\n\n /* This makes things *much* easier */\n box-sizing: border-box;\n}\n\n.resize-container {\n width: 100%;\n height: 100%;\n}\n",".MSAlignments-wrapper {\n overflow-x: scroll;\n overflow-y: hidden;\n}\n.clustal {\n white-space: nowrap;\n font-family: monospace;\n height: 18px;\n font-size: 12px;\n}\n.clustal .A,\n.clustal .I,\n.clustal .L,\n.clustal .M,\n.clustal .F,\n.clustal .W,\n.clustal .V {\n background-color: #80a0f0;\n}\n.clustal .R,\n.clustal .K {\n background-color: #f01505;\n color: #fcff89;\n}\n.clustal .N,\n.clustal .Q,\n.clustal .S,\n.clustal .T {\n background-color: #00ff00;\n}\n.clustal .D,\n.clustal .E {\n background-color: #c048c0;\n color: #fcff89;\n}\n.clustal .C {\n background-color: #f08080;\n}\n.clustal .G {\n background-color: #f09048;\n}\n.clustal .Y\n.clustal .H {\n background-color: #15a4a4;\n}\n.clustal .P {\n background-color: #ffff00;\n}\n.clustal .B,\n.clustal .X,\n.clustal .Z {\n background-color: #ffffff;\n}\n.clustal .gap {\n color: #ccc;\n}\n.zappo {\n white-space: nowrap;\n font-family: monospace;\n height: 18px;\n font-size: 12px;\n}\n.zappo .A,\n.zappo .I,\n.zappo .L,\n.zappo .M,\n.zappo .V {\n background-color: #ffafaf;\n}\n.zappo .R,\n.zappo .H,\n.zappo .K {\n background-color: #6464ff;\n color: #fcff89;\n}\n.zappo .N,\n.zappo .Q,\n.zappo .S,\n.zappo .T {\n background-color: #00ff00;\n}\n.zappo .D,\n.zappo .E {\n background-color: #ff0000;\n}\n.zappo .C {\n background-color: #ffff00;\n}\n.zappo .G,\n.zappo .P {\n background-color: #ff00ff;\n color: #fcff89;\n}\n.zappo .F,\n.zappo .W,\n.zappo .Y {\n background-color: #ffc800;\n}\n.zappo .B,\n.zappo .X,\n.zappo .Z {\n background-color: #ffffff;\n}\n.zappo .gap {\n color: #ccc;\n}\n.taylor {\n white-space: nowrap;\n font-family: monospace;\n height: 18px;\n font-size: 12px;\n}\n.taylor .A {\n background-color: #ccff00;\n}\n.taylor .R {\n background-color: #0000ff;\n color: #fcff89;\n}\n.taylor .N {\n background-color: #cc00ff;\n color: #fcff89;\n}\n.taylor .D {\n background-color: #ff0000;\n color: #fcff89;\n}\n.taylor .C {\n background-color: #ffff00;\n}\n.taylor .Q {\n background-color: #ff00cc;\n}\n.taylor .E {\n background-color: #ff0066;\n color: #fcff89;\n}\n.taylor .G {\n background-color: #ff9900;\n}\n.taylor .H {\n background-color: #0066ff;\n color: #fcff89;\n}\n.taylor .I {\n background-color: #66ff00;\n}\n.taylor .L {\n background-color: #33ff00;\n}\n.taylor .K {\n background-color: #6600ff;\n color: #fcff89;\n}\n.taylor .M {\n background-color: #00ff00;\n}\n.taylor .F {\n background-color: #00ff66;\n}\n.taylor .P {\n background-color: #ffcc00;\n}\n.taylor .S {\n background-color: #ff3300;\n color: #fcff89;\n}\n.taylor .T {\n background-color: #ff6600;\n}\n.taylor .W {\n background-color: #00ccff;\n}\n.taylor .Y {\n background-color: #00ffcc;\n}\n.taylor .V {\n background-color: #99ff00;\n}\n.taylor .B,\n.taylor .X,\n.taylor .Z {\n background-color: #ffffff;\n}\n.taylor .gap {\n color: #ccc;\n}\n.hydrophobicity {\n white-space: nowrap;\n font-family: monospace;\n height: 18px;\n font-size: 12px;\n color: #fcff89;\n}\n.hydrophobicity .A {\n background-color: #ad0052;\n}\n.hydrophobicity .R,\n.hydrophobicity .K {\n background-color: #0000ff;\n}\n.hydrophobicity .N,\n.hydrophobicity .D,\n.hydrophobicity .Q,\n.hydrophobicity .E,\n.hydrophobicity .B,\n.hydrophobicity .Z {\n background-color: #0c00f3;\n}\n.hydrophobicity .C {\n background-color: #c2003d;\n}\n.hydrophobicity .G {\n background-color: #6a0095;\n}\n.hydrophobicity .H {\n background-color: #1500ea;\n}\n.hydrophobicity .L {\n background-color: #ea0015;\n}\n.hydrophobicity .M {\n background-color: #b0004f;\n}\n.hydrophobicity .F {\n background-color: #cb0034;\n}\n.hydrophobicity .P {\n background-color: #4600b9;\n}\n.hydrophobicity .S {\n background-color: #5e00a1;\n}\n.hydrophobicity .T {\n background-color: #61009e;\n}\n.hydrophobicity .W {\n background-color: #5b00a4;\n}\n.hydrophobicity .Y {\n background-color: #4f00b0;\n}\n.hydrophobicity .V {\n background-color: #f60009;\n}\n.hydrophobicity .X {\n background-color: #680097;\n}\n.hydrophobicity .gap {\n color: #ccc;\n}\n.helix_propensity {\n white-space: nowrap;\n font-family: monospace;\n height: 18px;\n font-size: 12px;\n}\n.helix_propensity .A {\n background-color: #e718e7;\n}\n.helix_propensity .R {\n background-color: #6f906f;\n}\n.helix_propensity .N {\n background-color: #1be41b;\n}\n.helix_propensity .D {\n background-color: #778877;\n}\n.helix_propensity .C {\n background-color: #23dc23;\n}\n.helix_propensity .Q {\n background-color: #926d92;\n}\n.helix_propensity .E {\n background-color: #ff00ff;\n}\n.helix_propensity .G {\n background-color: #00ff00;\n}\n.helix_propensity .H {\n background-color: #758a75;\n}\n.helix_propensity .I {\n background-color: #8a758a;\n}\n.helix_propensity .L {\n background-color: #ae51ae;\n}\n.helix_propensity .K {\n background-color: #a05fa0;\n}\n.helix_propensity .M {\n background-color: #ef10ef;\n}\n.helix_propensity .F {\n background-color: #986798;\n}\n.helix_propensity .P {\n background-color: #00ff00;\n}\n.helix_propensity .S {\n background-color: #36c936;\n}\n.helix_propensity .T {\n background-color: #47b847;\n}\n.helix_propensity .W {\n background-color: #8a758a;\n}\n.helix_propensity .Y {\n background-color: #21de21;\n}\n.helix_propensity .V {\n background-color: #857a85;\n}\n.helix_propensity .B {\n background-color: #49b649;\n}\n.helix_propensity .X {\n background-color: #758a75;\n}\n.helix_propensity .Z {\n background-color: #c936c9;\n}\n.helix_propensity .gap {\n color: #ccc;\n}\n.strand_propensity {\n white-space: nowrap;\n font-family: monospace;\n height: 18px;\n font-size: 12px;\n}\n.strand_propensity .A {\n background-color: #5858a7;\n}\n.strand_propensity .R {\n background-color: #6b6b94;\n}\n.strand_propensity .N {\n background-color: #64649b;\n}\n.strand_propensity .D {\n background-color: #2121de;\n}\n.strand_propensity .C {\n background-color: #9d9d62;\n}\n.strand_propensity .Q {\n background-color: #8c8c73;\n}\n.strand_propensity .E {\n background-color: #0000ff;\n}\n.strand_propensity .G {\n background-color: #4949b6;\n}\n.strand_propensity .H {\n background-color: #60609f;\n}\n.strand_propensity .I {\n background-color: #ecec13;\n}\n.strand_propensity .L {\n background-color: #b2b24d;\n}\n.strand_propensity .K {\n background-color: #4747b8;\n}\n.strand_propensity .M {\n background-color: #82827d;\n}\n.strand_propensity .F {\n background-color: #c2c23d;\n}\n.strand_propensity .P {\n background-color: #2323dc;\n}\n.strand_propensity .S {\n background-color: #4949b6;\n}\n.strand_propensity .T {\n background-color: #9d9d62;\n}\n.strand_propensity .W {\n background-color: #c0c03f;\n}\n.strand_propensity .Y {\n background-color: #d3d32c;\n}\n.strand_propensity .V {\n background-color: #ffff00;\n}\n.strand_propensity .B {\n background-color: #4343bc;\n}\n.strand_propensity .X {\n background-color: #797986;\n}\n.strand_propensity .Z {\n background-color: #4747b8;\n}\n.strand_propensity .A,\n.strand_propensity .R,\n.strand_propensity .N,\n.strand_propensity .D,\n.strand_propensity .E,\n.strand_propensity .G,\n.strand_propensity .H,\n.strand_propensity .K,\n.strand_propensity .P,\n.strand_propensity .S,\n.strand_propensity .B,\n.strand_propensity .Z {\n color: #fcff89;\n}\n.strand_propensity .gap {\n color: #ccc;\n}\n.turn_propensity {\n white-space: nowrap;\n font-family: monospace;\n height: 18px;\n font-size: 12px;\n}\n.turn_propensity .gap {\n color: #ccc;\n}\n.turn_propensity .A {\n background-color: #2cd3d3;\n}\n.turn_propensity .R {\n background-color: #708f8f;\n}\n.turn_propensity .N {\n background-color: #ff0000;\n}\n.turn_propensity .D {\n background-color: #e81717;\n}\n.turn_propensity .C {\n background-color: #a85757;\n}\n.turn_propensity .Q {\n background-color: #3fc0c0;\n}\n.turn_propensity .E {\n background-color: #778888;\n}\n.turn_propensity .G {\n background-color: #ff0000;\n}\n.turn_propensity .H {\n background-color: #708f8f;\n}\n.turn_propensity .I {\n background-color: #00ffff;\n}\n.turn_propensity .L {\n background-color: #1ce3e3;\n}\n.turn_propensity .K {\n background-color: #7e8181;\n}\n.turn_propensity .M {\n background-color: #1ee1e1;\n}\n.turn_propensity .F {\n background-color: #1ee1e1;\n}\n.turn_propensity .P {\n background-color: #f60909;\n}\n.turn_propensity .S {\n background-color: #e11e1e;\n}\n.turn_propensity .T {\n background-color: #738c8c;\n}\n.turn_propensity .W {\n background-color: #738c8c;\n}\n.turn_propensity .Y {\n background-color: #9d6262;\n}\n.turn_propensity .V {\n background-color: #07f8f8;\n}\n.turn_propensity .B {\n background-color: #f30c0c;\n}\n.turn_propensity .X {\n background-color: #7c8383;\n}\n.turn_propensity .Z {\n background-color: #5ba4a4;\n}\n.turn_propensity .N,\n.turn_propensity .D,\n.turn_propensity .G,\n.turn_propensity .P,\n.turn_propensity .S,\n.turn_propensity .B {\n color: #fcff89;\n}\n.buried_index {\n white-space: nowrap;\n font-family: monospace;\n height: 18px;\n font-size: 12px;\n}\n.buried_index .gap {\n color: #ccc;\n}\n.buried_index .A {\n background-color: #00a35c;\n}\n.buried_index .R {\n background-color: #00fc03;\n}\n.buried_index .N {\n background-color: #00eb14;\n}\n.buried_index .D {\n background-color: #00eb14;\n}\n.buried_index .C {\n background-color: #0000ff;\n}\n.buried_index .Q {\n background-color: #00f10e;\n}\n.buried_index .E {\n background-color: #00f10e;\n}\n.buried_index .G {\n background-color: #009d62;\n}\n.buried_index .H {\n background-color: #00d52a;\n}\n.buried_index .I {\n background-color: #0054ab;\n}\n.buried_index .L {\n background-color: #007b84;\n}\n.buried_index .K {\n background-color: #00ff00;\n}\n.buried_index .M {\n background-color: #009768;\n}\n.buried_index .F {\n background-color: #008778;\n}\n.buried_index .P {\n background-color: #00e01f;\n}\n.buried_index .S {\n background-color: #00d52a;\n}\n.buried_index .T {\n background-color: #00db24;\n}\n.buried_index .W {\n background-color: #00a857;\n}\n.buried_index .Y {\n background-color: #00e619;\n}\n.buried_index .V {\n background-color: #005fa0;\n}\n.buried_index .B {\n background-color: #00eb14;\n}\n.buried_index .X {\n background-color: #00b649;\n}\n.buried_index .Z {\n background-color: #00f10e;\n}\n.buried_index .C,\n.buried_index .I,\n.buried_index .V {\n color: #fcff89;\n}\n",".visible-detail {\n border: 1px solid #557B74;\n padding: 6px 12px;\n}\n.detail {\n margin-right: auto;\n margin-left: auto;\n padding-left: 15px;\n padding-right: 15px;\n}\n.table {\n width: 100%;\n max-width: 100%;\n}\n.xrefs {\n border-collapse: collapse;\n border-spacing: 0;\n border-color: grey;\n table-layout: fixed;\n}\n.xref-name-col {\n width: 20%;\n}\n.xref-value-col {\n width: 80%;\n}\n.xref-80-col {\n width: 80%;\n}\n.xref-70-col {\n width: 70%;\n}\n.xref-10-col {\n width: 10%;\n}\n.xref-id-list {\n padding-left: 0;\n list-style: none;\n}\n.result-gene {\n padding: 0.2em;\n border: 5px solid white;\n}\n.result-gene:hover {\n border-color: antiquewhite;\n}\n.gene-title {\n /*padding-top:0.5em;*/\n}\n.gene-id {\n white-space: nowrap;\n color: black;\n}\n.gene-name {\n color: #557B74;\n margin-bottom: 0;\n}\n.gene-description {\n margin-bottom: 0;\n}\n.gene-species {\n white-space: nowrap;\n font-style: italic;\n font-size:small;\n font-weight: bold;\n}\n.gene-synonyms {\n font-size: small;\n}\n.gene-extras {\n float: right;\n border: dashed 1px blue;\n}\n.gene-panlink {\n float:right;\n}\n.gene-panlink img {\n height: 60px;\n width: auto;\n vertical-align: top;\n}\n.gene-detail-tabs {\n display: flex;\n flex-wrap: wrap;\n white-space: nowrap;\n width: 80em;\n}\n.gene-detail-tab-closed {\n color: darkgreen;\n cursor: pointer;\n /*background-color: lightgray;*/\n}\n.gene-detail-tab-disabled {\n /*color: white;*/\n /*background-color: lightgray;*/\n color: lightgray;\n cursor: not-allowed;\n}\n.gene-detail-tab-empty {\n color: darkgreen;\n cursor: pointer;\n font-style: oblique;\n /*background-color: lightgray;*/\n}\n.gene-detail-tab-empty::before {\n content: \"Add \";\n}\n.gene-detail-tab-expanded {\n color: white;\n background-color: #557B74;\n cursor: pointer;\n}\n.result-gene-summary {\n display: flex;\n flex-flow: row nowrap;\n justify-content: flex-start;\n}\n.result-gene-summary .species-name {\n white-space: nowrap;\n font-style: italic;\n}\n.result-gene-title-body {\n flex: 1 1 auto;\n width: 1036px;\n}\n.closest-ortholog, .gene-summary-tair {\n cursor: pointer;\n flex: 1 1 auto;\n width: 500px;\n font-size: smaller;\n margin-top: 10px;\n padding: 0 1rem;\n margin-left: 1rem;\n border: 1px solid darkorange;\n}\n\n.closest-ortholog {\n border: 1px dotted darkorange;\n}\n\n.gene-summary-tair {\n border: 1px dotted darkgreen;\n}\n.gene-summary-tair .rest {\n display: none;\n}\n\n.gene-summary-tair:hover .rest {\n display: inline;\n}\n.gene-summary-tair:focus .rest {\n display: inline;\n}\n.gene-summary-tair:hover .ellipsis {\n display: none;\n}\n.gene-summary-tair:focus .ellipsis {\n display: none;\n}\n\n/* this is the \"title\" of the closest ortholog box */\n.closest-ortholog::before,\n.gene-summary-tair::before {\n position: relative;\n float: right;\n margin-top: -12px;\n margin-right: 6px;\n border: dotted 1px;\n padding: 0 1rem;\n background: #fff;\n}\n\n.closest-ortholog::before {\n content: \"Model Species Homolog\";\n color: orange;\n}\n\n/* this is the \"title\" of the closest ortholog box */\n.gene-summary-tair::before {\n content: \"TAIR Curated Description\";\n color: darkgreen;\n}\n\n.gene-search-pic-sugg {\n width: 100%;\n height: 200px;\n background: url(\"../../static/images/suggestions.png\");\n background-size: contain;\n background-repeat: no-repeat;\n}\n.gene-search-pic-results {\n width: 100%;\n height: 200px;\n background: url(\"../../static/images/results.png\");\n background-size: contain;\n background-repeat: no-repeat;\n}\n.gene-search-pic-genetree {\n width: 100%;\n height: 200px;\n background: url(\"../../static/images/genetree.png\");\n background-size: contain;\n background-repeat: no-repeat;\n}"],"names":[],"version":3,"file":"index.css.map"}
1
+ {"mappings":"AAAA;;;;;;;;;AAQA;;;;;;AAKA;;;;;;;;AAOA;;;;AAGA;;;;AAGA;;;;AAGA;;;;;AAMA;;;;;AAIA;;;;AAIA;;;;;;AAKA;;;;;;AAKA;;;;AAIA;;;;;;;AAMA;;;;;;;AAMA;;;;;;;;;AASA;;;;;AAIA;;;;;AAIA;;;;;;AAKA;;;;;AAIA;;;;;;AC/FA;;;;;AAAA;;;;AAAA;;;;AAAA;;;;;;;;;;;AAAA;;;;AAAA;;;;AAAA;;;;AAAA;;;;;;AAAA;;;;AAAA;;;;AAAA;;;;;AAAA;;;;AAAA;;;;;AAAA;;;;;;;AAAA;;;;AAAA;;;;AAAA;;;;;AAAA;;;;;AAAA;;;;AAAA;;;;AEiBA;;;;AAYA;;;;;AAqBA;;;;;AAUA;;;;;;;AAYA;;;;;;AErEA;;;;AAEE;;;;;;;AAQF;;;;;;;;AAQA;;;;;;;;;;;AAUE;;;;;;AAMA;;;;;AAMF;;;;;;ACnBA;;;;;AAMA;;;;AAGA;;;;AAAA;;;;AAAA;;;;AAAA;;;;AAAA;;;;AAAA;;;;;AAAA;;;;AAAA;;;;AAAA;;;;AAAA;;;;;AAAA;;;;AAAA;;;;AAAA;;;;AAAA;;;;AAAA;;;;;AAAA;;;;AAAA;;;;;AAAA;;;;;;AAAA;;;;AAAA;;;;;AAAA;;;;;AA0IA;;;;;AAKA;;;;;;;AAOA;;;;;;;;;;AAYA;;;;;ACnMA;;;;;AAIA;;;;;;;AAMA;;;;AASA;;;;;AAKA;;;;AAMA;;;;;AAKA;;;;AAGA;;;;AAGA;;;;AAIA;;;;AAGA;;;;AAKA;;;;AAGA;;;;;;;AAMA;;;;AAOA;;;;;AAMA;;;;AAMA;;;;AAIA;;;;AAGA;;;;;AAKA;;;;AAKA;;;;AAKA;;;;AAGA;;;;;;;AAMA;;;;AAGA;;;;;AAIA;;;;;AAIA;;;;;AAIA;;;;AAGA;;;;AAGA;;;;;AAIA;;;;AAGA;;;;;AAIA;;;;AAGA;;;;AAGA;;;;;AAIA;;;;AAGA;;;;AAGA;;;;AAGA;;;;;AAIA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAKA;;;;AAGA;;;;;;;;AAOA;;;;AAGA;;;;AAIA;;;;AAQA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;;;;AAMA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;;;;AAMA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAcA;;;;AAGA;;;;;;;AAMA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAMA;;;;AAGA;;;;AAGA;;;;AAMA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAQA;;;;;;;AAMA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAMA;;;;AAGA;;;;AAMA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;AAGA;;;;ACzkBA;;;;;AAIA;;;;;;;AAMA;;;;;AAIA;;;;;;;AAMA;;;;AAGA;;;;AAMA;;;;AAGA;;;;AAGA;;;;;AAIA;;;;;AAIA;;;;AAMA;;;;;AAIA;;;;;AAIA;;;;AAGA;;;;;;;AAMA;;;;AAGA;;;;;AAIA;;;;AAGA;;;;;;AAKA;;;;;;;AAMA;;;;;AAKA;;;;;AAMA;;;;;;AAMA;;;;AAGA;;;;;;AAKA;;;;;;AAKA;;;;;AAIA;;;;;AAIA;;;;;;;;;;;AAWA;;;;AAGA;;;;AAIA;;;;AAGA;;;;AAIA;;;;AAMA;;;;AAQA;;;;;;;;;;AAYA;;;;;AAIA;;;;;AAMA;;;;;AAKA;;;;;;AAOA;;;;;;AAOA","sources":["src/components/styles.css","node_modules/gramene-search-vis/styles/main.less","node_modules/gramene-search-vis/styles/taxonomy.less","src/components/results/details/tree-view.css","node_modules/react-simple-tree-menu/dist/main.css","node_modules/react-simple-tree-menu/src/sass/main.scss","node_modules/gramene-genetree-vis/src/styles/tree.less","node_modules/gramene-genetree-vis/src/styles/msa.less","src/components/results/genes.css"],"sourcesContent":[".gramene-sidebar {\n position: fixed;\n background-color: dimgray;\n padding-left: 8px;\n padding-right: 8px;\n padding-bottom: 8px;\n max-width: 16.67%;\n}\n.gramene-filter-container {\n background-color: #cfb5e6;\n padding-left: 4px;\n padding-bottom: 4px;\n}\n.gramene-filter {\n padding-left: 4px;\n padding-right: 4px;\n padding-bottom: 4px;\n background-color: white;\n font-size: small;\n}\n.gramene-filter span:hover {\n font-weight:bolder;\n}\n.gramene-filter-AND {\n background-color: #ffcd82;\n}\n.gramene-filter-OR {\n background-color: #c5eeb9;\n}\n.gramene-filter-NOT {\n border-left-color: #ff5354;\n border-left-style: inset;\n border-left-width: 4px;\n padding-left: 4px;\n}\n.gramene-filter-operation {\n text-align: center;\n font-style: italic;\n}\n.gramene-filter-marked {\n font-weight: bolder;\n /*background-color: #feff96;*/\n}\n.gramene-filter-menu ul {\n border-top-style: solid;\n border-top-width: 2px;\n padding-left: 0;\n}\n.gramene-filter-menu li {\n display: block;\n cursor: pointer;\n padding-left: 15px;\n}\n.gramene-filter-menu li:hover {\n background-color: #feff96;\n}\n\n.gramene-view-container {\n background-color: lightblue;\n padding-left: 4px;\n padding-right: 4px;\n padding-bottom: 4px;\n}\n.gramene-view {\n padding-left: 0px;\n padding-right: 10px;\n margin-bottom: 0;\n background-color: white;\n}\n.gramene-view li {\n display: block;\n cursor: pointer;\n padding-left: 5px;\n border-left-style: inset;\n border-left-width: 8px;\n margin-bottom: 2px;\n}\n\n.gramene-view-on {\n border-left-color: #40a0ff;\n font-weight: bold;\n}\n.gramene-view-off {\n border-left-color: #ff6d68;\n color: grey;\n}\n.gramene-view-disabled {\n color: darkgray;\n border-left-color: #efefef;\n cursor: default!important;\n}\n#gramene-suggestion button {\n border-radius: .6rem;\n line-height: 1;\n}\n#gramene-suggestion button:focus {\n color: #fff;\n background-color: #6c757d;\n border-color: #6c757d;\n}\n\n",".taxogenomic-vis {\n @import 'taxonomy';\n}","@import 'colors';\n\n.gramene-search-vis {\n -webkit-user-select: none;\n cursor: pointer;\n\n canvas {\n position: absolute;\n }\n\n > * {\n display: inline;\n }\n\n text {\n font-family: \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n font-size: 12px;\n fill: gray;\n\n /* since font weight transition is not smooth, emulate\n bold font with text stroke, and transition opacity. */\n stroke: @gramene-darkgreen;\n stroke-opacity: 0;\n stroke-width: 0.5px;\n user-select: none;\n }\n\n text::selection {\n background: none;\n }\n\n .taxonomy * {\n transition: fill 200ms ease-in-out,\n stroke-opacity 200ms ease-in-out; /*,\n transform 200ms ease-in-out;*/\n }\n\n .clade {\n .results-count {\n font-size: 10px;\n }\n\n .node circle {\n stroke: @gramene-darkgreen;\n stroke-width: 1px; // This is referenced in Edge.js\n fill: @gramene-offwhite;\n }\n\n .edge rect {\n fill: #cccccc;\n }\n\n //\n //.genome .interaction-helper {\n // stroke-opacity: 0;\n // fill-opacity: 0;\n // stroke: @gramene-darkgreen;\n // stroke-width: 1.5px;\n //}\n\n // color the nodes above the hovered node\n // (the highlight class is added dynamically\n // in code)\n .clade.highlight {\n > .node > circle,\n > .edge > rect {\n fill: @gramene-orange;\n }\n > .node-label text {\n fill: @gramene-darkgreen;\n stroke-opacity: 1;\n }\n\n }\n\n // color the clade underneath the hovered node.\n .node:hover,\n .edge:hover {\n > circle,\n > rect,\n ~ .node > circle,\n ~ .clade .edge > rect,\n ~ .clade .node > circle {\n fill: @gramene-orange;\n }\n }\n\n .node:hover,\n .edge:hover {\n ~ .node-label text,\n ~ .clade text {\n fill: @gramene-darkgreen;\n stroke-opacity: 1;\n }\n }\n\n .node-label:hover text {\n fill: @gramene-darkgreen;\n stroke-opacity: 1;\n }\n\n .bin, .full-region {\n transition: none;\n stroke: @gramene-darkgreen;\n stroke-width: 0;\n shape-rendering: crispEdges;\n }\n\n .bin.selected {\n fill: @gramene-red;\n }\n\n .bin:hover {\n fill: @gramene-darkgreen;\n }\n\n .full-region.selected {\n stroke-width: 1px;\n stroke: @gramene-red;\n }\n\n .full-region:hover {\n stroke-width: 1px;\n stroke: @gramene-darkgreen;\n }\n\n .species-background {\n fill: none;\n }\n\n .node:hover ~ .species-background,\n .edge:hover ~ .species-background,\n .node:hover ~ .clade .species-background,\n .edge:hover ~ .clade .species-background,\n .clade.highlight > .species-background {\n fill: lighten(@gramene-orange, 20%);\n }\n\n }\n}\n","/*\n\n<classNamePrefix>-root\n\nThe outer container\n\n*/\n.tree-view-root {\n}\n\n/*\n\n<classNamePrefix>-root\n\nThe outer container for a single node\n\n*/\n.tree-view-node {\n margin-left: 10px;\n}\n\n\n/*\n\n<classNamePrefix>-node-collapse-toggle.collapse-spacer\n\nUsed to provide spacing when a parent node has no children\n\n*/\n.tree-view-node-collapse-toggle.collapse-spacer {\n width: 14px;\n display: inline-block;\n}\n\n/*\n<classNamePrefix>-node-collapse-toggle.<expandIconClass>\n\nThe class to use for the icon that expands a collapsed parent node\n\n*/\n\n\n/*\n\n<classNamePrefix>-node-collapse-toggle.<collapseIconClass>\n\nThe class to use for the icon that collapses an expanded parent node\n\n*/\n\n.tree-view-node-collapse-toggle {\n margin-right: 3px;\n width: 14px;\n}\n\n/*\n\n<classNamePrefix>-node-label\n\n*/\n.tree-view-node-label {\n font-size: smaller;\n margin-left: 3px;\n padding: 1px;\n border: 1px solid #fff;\n}\n\n/*\n\n<classNamePrefix>-node-label.selected\n\n*/\n.tree-view-node-label.selected {\n border: 1px solid #003f81;\n border-radius: 3px;\n background-color: #808080;\n}\n\n/*\n\n<classNamePrefix>-node-checkbox\n\nThe class for a node checkbox\n\n*/\n\n.tree-view-node-checkbox {}\n\n/*\n\n<classNamePrefix>-node-children\n\nThe class for the element that wraps a nodes children (if any exist)\n\n*/\n\n.tree-view-node-children {}\n\n",".rstm-toggle-icon {\n display: inline-block; }\n .rstm-toggle-icon-symbol {\n width: 2rem;\n height: 2rem;\n text-align: center;\n line-height: 2rem; }\n\n.rstm-tree-item-group {\n list-style-type: none;\n padding-left: 0;\n border-top: 1px solid #ccc;\n text-align: left;\n width: 100%; }\n\n.rstm-tree-item {\n padding: 0.75rem 1rem;\n cursor: pointer;\n color: #333;\n background: none;\n border-bottom: 1px solid #ccc;\n box-shadow: none;\n z-index: unset;\n position: relative; }\n .rstm-tree-item--active {\n color: white;\n background: #179ed3;\n border-bottom: none; }\n .rstm-tree-item--focused {\n box-shadow: 0 0 5px 0 #222;\n z-index: 999; }\n\n.rstm-search {\n padding: 1rem 1.5rem;\n border: none;\n width: 100%; }\n",null,"@transition_time: 20ms;\n\n/* see src/components/Edge.js#HOVER_SCALE_FACTOR (currently line 8) */\n@hover_scale_factor: 2;\n@hover_stroke_width: 2;\n@collapsed_node_stroke_width: 1;\n\n@default_node_fill: #fff;\n@default_node_stroke: #777;\n\n@ortholog_stroke_color: orange;\n@paralog_stroke_color: green;\n@representative_fill_color: @ortholog_stroke_color;\n@self_color: red;\n\n@speciation_color: #000080;\n@duplication_color: #cd0000;\n\n@font_size: 11px;\n@font_weight_highlight: bolder;\n\n@invisible: 0;\n@visible: 1;\n\n.display-mode {\n .btn-toolbar {\n position: absolute;\n padding-left: 10px\n }\n}\n.tooltip-inner {\n max-width : 400px;\n}\n.genetree-vis {\n .node, .edge {\n cursor: pointer;\n }\n\n .tree-wrapper {\n /* transitions for mouse hover, etc, interactions */\n * {\n transition: all @transition_time ease-in-out;\n }\n\n /* transitions for expanding/contracting clades */\n .clade {\n transition: transform @transition_time ease-in-out;\n\n .edge-rect {\n transition: scaleY @transition_time ease-in-out, scaleX @transition_time ease-in-out, transform @transition_time ease-in-out;\n }\n }\n }\n\n .interaction-helper {\n opacity: @invisible;\n }\n\n .node circle {\n stroke: @default_node_stroke;\n fill: @default_node_fill;\n }\n\n .speciation rect {\n fill: @speciation_color;\n }\n\n .duplication rect {\n fill: @duplication_color;\n }\n\n .node:hover, .edge:hover {\n .internal,\n .gene circle,\n ~ .clade .node rect,\n + .node rect {\n transform: scale(@hover_scale_factor);\n }\n\n ~ .clade .interaction-rect {\n opacity: @visible;\n fill-opacity: @visible;\n }\n\n ~ .clade circle,\n + .node circle,\n .collapsed path,\n ~ .clade .collapsed path,\n + .node .collapsed path {\n stroke-width: @hover_stroke_width;\n }\n\n ~ .clade text, text {\n font-weight: @font_weight_highlight;\n }\n }\n\n .node {\n .gene.ortholog_one2one circle,\n .gene.ortholog_one2many circle,\n .gene.ortholog_many2many circle {\n stroke: @ortholog_stroke_color;\n }\n\n .gene.within_species_paralog circle {\n stroke: @paralog_stroke_color;\n }\n\n .gene.self {\n circle {\n stroke: @self_color;\n fill: @self_color;\n }\n text {\n font-weight: @font_weight_highlight;\n }\n }\n\n .gene.representative circle {\n stroke: @ortholog_stroke_color;\n fill: @representative_fill_color;\n }\n\n text {\n font-size: @font_size;\n fill-opacity: @visible;\n text-anchor: start;\n }\n }\n\n .collapsed {\n path {\n stroke-width: @collapsed_node_stroke_width;\n }\n }\n\n .domains rect {\n cursor: pointer;\n stroke-opacity: 0\n }\n\n .domains rect:hover {\n cursor: pointer;\n stroke-opacity: 1.0\n }\n @transition_time: 20ms;\n\n /* see src/components/Edge.js#HOVER_SCALE_FACTOR (currently line 8) */\n @hover_scale_factor: 2;\n @hover_stroke_width: 2;\n @collapsed_node_stroke_width: 1;\n\n @default_node_fill: #fff;\n @default_node_stroke: #777;\n\n @ortholog_stroke_color: orange;\n @paralog_stroke_color: green;\n @representative_fill_color: @ortholog_stroke_color;\n @self_color: red;\n\n @speciation_color: #000080;\n @duplication_color: #cd0000;\n\n @font_size: 11px;\n @font_weight_highlight: bolder;\n\n @invisible: 0;\n @visible: 1;\n\n}\n\n.popover-title .tooltip-title-button {\n margin-top: -4px !important;\n margin-right: 4px !important;\n}\n\n.msa-slider {\n position: relative;\n padding-top: 10px;\n padding-bottom: 0px;\n margin-bottom: -10px;\n}\n\n.resize-drag {\n background: rgba(0, 0, 0, 0.0);\n border: 4px solid #7c8383;\n color: red;\n font-size: 1px;\n font-family: sans-serif;\n border-radius: 8px;\n\n /* This makes things *much* easier */\n box-sizing: border-box;\n}\n\n.resize-container {\n width: 100%;\n height: 100%;\n}\n",".MSAlignments-wrapper {\n overflow-x: scroll;\n overflow-y: hidden;\n}\n.clustal {\n white-space: nowrap;\n font-family: monospace;\n height: 18px;\n font-size: 12px;\n}\n.clustal .A,\n.clustal .I,\n.clustal .L,\n.clustal .M,\n.clustal .F,\n.clustal .W,\n.clustal .V {\n background-color: #80a0f0;\n}\n.clustal .R,\n.clustal .K {\n background-color: #f01505;\n color: #fcff89;\n}\n.clustal .N,\n.clustal .Q,\n.clustal .S,\n.clustal .T {\n background-color: #00ff00;\n}\n.clustal .D,\n.clustal .E {\n background-color: #c048c0;\n color: #fcff89;\n}\n.clustal .C {\n background-color: #f08080;\n}\n.clustal .G {\n background-color: #f09048;\n}\n.clustal .Y\n.clustal .H {\n background-color: #15a4a4;\n}\n.clustal .P {\n background-color: #ffff00;\n}\n.clustal .B,\n.clustal .X,\n.clustal .Z {\n background-color: #ffffff;\n}\n.clustal .gap {\n color: #ccc;\n}\n.zappo {\n white-space: nowrap;\n font-family: monospace;\n height: 18px;\n font-size: 12px;\n}\n.zappo .A,\n.zappo .I,\n.zappo .L,\n.zappo .M,\n.zappo .V {\n background-color: #ffafaf;\n}\n.zappo .R,\n.zappo .H,\n.zappo .K {\n background-color: #6464ff;\n color: #fcff89;\n}\n.zappo .N,\n.zappo .Q,\n.zappo .S,\n.zappo .T {\n background-color: #00ff00;\n}\n.zappo .D,\n.zappo .E {\n background-color: #ff0000;\n}\n.zappo .C {\n background-color: #ffff00;\n}\n.zappo .G,\n.zappo .P {\n background-color: #ff00ff;\n color: #fcff89;\n}\n.zappo .F,\n.zappo .W,\n.zappo .Y {\n background-color: #ffc800;\n}\n.zappo .B,\n.zappo .X,\n.zappo .Z {\n background-color: #ffffff;\n}\n.zappo .gap {\n color: #ccc;\n}\n.taylor {\n white-space: nowrap;\n font-family: monospace;\n height: 18px;\n font-size: 12px;\n}\n.taylor .A {\n background-color: #ccff00;\n}\n.taylor .R {\n background-color: #0000ff;\n color: #fcff89;\n}\n.taylor .N {\n background-color: #cc00ff;\n color: #fcff89;\n}\n.taylor .D {\n background-color: #ff0000;\n color: #fcff89;\n}\n.taylor .C {\n background-color: #ffff00;\n}\n.taylor .Q {\n background-color: #ff00cc;\n}\n.taylor .E {\n background-color: #ff0066;\n color: #fcff89;\n}\n.taylor .G {\n background-color: #ff9900;\n}\n.taylor .H {\n background-color: #0066ff;\n color: #fcff89;\n}\n.taylor .I {\n background-color: #66ff00;\n}\n.taylor .L {\n background-color: #33ff00;\n}\n.taylor .K {\n background-color: #6600ff;\n color: #fcff89;\n}\n.taylor .M {\n background-color: #00ff00;\n}\n.taylor .F {\n background-color: #00ff66;\n}\n.taylor .P {\n background-color: #ffcc00;\n}\n.taylor .S {\n background-color: #ff3300;\n color: #fcff89;\n}\n.taylor .T {\n background-color: #ff6600;\n}\n.taylor .W {\n background-color: #00ccff;\n}\n.taylor .Y {\n background-color: #00ffcc;\n}\n.taylor .V {\n background-color: #99ff00;\n}\n.taylor .B,\n.taylor .X,\n.taylor .Z {\n background-color: #ffffff;\n}\n.taylor .gap {\n color: #ccc;\n}\n.hydrophobicity {\n white-space: nowrap;\n font-family: monospace;\n height: 18px;\n font-size: 12px;\n color: #fcff89;\n}\n.hydrophobicity .A {\n background-color: #ad0052;\n}\n.hydrophobicity .R,\n.hydrophobicity .K {\n background-color: #0000ff;\n}\n.hydrophobicity .N,\n.hydrophobicity .D,\n.hydrophobicity .Q,\n.hydrophobicity .E,\n.hydrophobicity .B,\n.hydrophobicity .Z {\n background-color: #0c00f3;\n}\n.hydrophobicity .C {\n background-color: #c2003d;\n}\n.hydrophobicity .G {\n background-color: #6a0095;\n}\n.hydrophobicity .H {\n background-color: #1500ea;\n}\n.hydrophobicity .L {\n background-color: #ea0015;\n}\n.hydrophobicity .M {\n background-color: #b0004f;\n}\n.hydrophobicity .F {\n background-color: #cb0034;\n}\n.hydrophobicity .P {\n background-color: #4600b9;\n}\n.hydrophobicity .S {\n background-color: #5e00a1;\n}\n.hydrophobicity .T {\n background-color: #61009e;\n}\n.hydrophobicity .W {\n background-color: #5b00a4;\n}\n.hydrophobicity .Y {\n background-color: #4f00b0;\n}\n.hydrophobicity .V {\n background-color: #f60009;\n}\n.hydrophobicity .X {\n background-color: #680097;\n}\n.hydrophobicity .gap {\n color: #ccc;\n}\n.helix_propensity {\n white-space: nowrap;\n font-family: monospace;\n height: 18px;\n font-size: 12px;\n}\n.helix_propensity .A {\n background-color: #e718e7;\n}\n.helix_propensity .R {\n background-color: #6f906f;\n}\n.helix_propensity .N {\n background-color: #1be41b;\n}\n.helix_propensity .D {\n background-color: #778877;\n}\n.helix_propensity .C {\n background-color: #23dc23;\n}\n.helix_propensity .Q {\n background-color: #926d92;\n}\n.helix_propensity .E {\n background-color: #ff00ff;\n}\n.helix_propensity .G {\n background-color: #00ff00;\n}\n.helix_propensity .H {\n background-color: #758a75;\n}\n.helix_propensity .I {\n background-color: #8a758a;\n}\n.helix_propensity .L {\n background-color: #ae51ae;\n}\n.helix_propensity .K {\n background-color: #a05fa0;\n}\n.helix_propensity .M {\n background-color: #ef10ef;\n}\n.helix_propensity .F {\n background-color: #986798;\n}\n.helix_propensity .P {\n background-color: #00ff00;\n}\n.helix_propensity .S {\n background-color: #36c936;\n}\n.helix_propensity .T {\n background-color: #47b847;\n}\n.helix_propensity .W {\n background-color: #8a758a;\n}\n.helix_propensity .Y {\n background-color: #21de21;\n}\n.helix_propensity .V {\n background-color: #857a85;\n}\n.helix_propensity .B {\n background-color: #49b649;\n}\n.helix_propensity .X {\n background-color: #758a75;\n}\n.helix_propensity .Z {\n background-color: #c936c9;\n}\n.helix_propensity .gap {\n color: #ccc;\n}\n.strand_propensity {\n white-space: nowrap;\n font-family: monospace;\n height: 18px;\n font-size: 12px;\n}\n.strand_propensity .A {\n background-color: #5858a7;\n}\n.strand_propensity .R {\n background-color: #6b6b94;\n}\n.strand_propensity .N {\n background-color: #64649b;\n}\n.strand_propensity .D {\n background-color: #2121de;\n}\n.strand_propensity .C {\n background-color: #9d9d62;\n}\n.strand_propensity .Q {\n background-color: #8c8c73;\n}\n.strand_propensity .E {\n background-color: #0000ff;\n}\n.strand_propensity .G {\n background-color: #4949b6;\n}\n.strand_propensity .H {\n background-color: #60609f;\n}\n.strand_propensity .I {\n background-color: #ecec13;\n}\n.strand_propensity .L {\n background-color: #b2b24d;\n}\n.strand_propensity .K {\n background-color: #4747b8;\n}\n.strand_propensity .M {\n background-color: #82827d;\n}\n.strand_propensity .F {\n background-color: #c2c23d;\n}\n.strand_propensity .P {\n background-color: #2323dc;\n}\n.strand_propensity .S {\n background-color: #4949b6;\n}\n.strand_propensity .T {\n background-color: #9d9d62;\n}\n.strand_propensity .W {\n background-color: #c0c03f;\n}\n.strand_propensity .Y {\n background-color: #d3d32c;\n}\n.strand_propensity .V {\n background-color: #ffff00;\n}\n.strand_propensity .B {\n background-color: #4343bc;\n}\n.strand_propensity .X {\n background-color: #797986;\n}\n.strand_propensity .Z {\n background-color: #4747b8;\n}\n.strand_propensity .A,\n.strand_propensity .R,\n.strand_propensity .N,\n.strand_propensity .D,\n.strand_propensity .E,\n.strand_propensity .G,\n.strand_propensity .H,\n.strand_propensity .K,\n.strand_propensity .P,\n.strand_propensity .S,\n.strand_propensity .B,\n.strand_propensity .Z {\n color: #fcff89;\n}\n.strand_propensity .gap {\n color: #ccc;\n}\n.turn_propensity {\n white-space: nowrap;\n font-family: monospace;\n height: 18px;\n font-size: 12px;\n}\n.turn_propensity .gap {\n color: #ccc;\n}\n.turn_propensity .A {\n background-color: #2cd3d3;\n}\n.turn_propensity .R {\n background-color: #708f8f;\n}\n.turn_propensity .N {\n background-color: #ff0000;\n}\n.turn_propensity .D {\n background-color: #e81717;\n}\n.turn_propensity .C {\n background-color: #a85757;\n}\n.turn_propensity .Q {\n background-color: #3fc0c0;\n}\n.turn_propensity .E {\n background-color: #778888;\n}\n.turn_propensity .G {\n background-color: #ff0000;\n}\n.turn_propensity .H {\n background-color: #708f8f;\n}\n.turn_propensity .I {\n background-color: #00ffff;\n}\n.turn_propensity .L {\n background-color: #1ce3e3;\n}\n.turn_propensity .K {\n background-color: #7e8181;\n}\n.turn_propensity .M {\n background-color: #1ee1e1;\n}\n.turn_propensity .F {\n background-color: #1ee1e1;\n}\n.turn_propensity .P {\n background-color: #f60909;\n}\n.turn_propensity .S {\n background-color: #e11e1e;\n}\n.turn_propensity .T {\n background-color: #738c8c;\n}\n.turn_propensity .W {\n background-color: #738c8c;\n}\n.turn_propensity .Y {\n background-color: #9d6262;\n}\n.turn_propensity .V {\n background-color: #07f8f8;\n}\n.turn_propensity .B {\n background-color: #f30c0c;\n}\n.turn_propensity .X {\n background-color: #7c8383;\n}\n.turn_propensity .Z {\n background-color: #5ba4a4;\n}\n.turn_propensity .N,\n.turn_propensity .D,\n.turn_propensity .G,\n.turn_propensity .P,\n.turn_propensity .S,\n.turn_propensity .B {\n color: #fcff89;\n}\n.buried_index {\n white-space: nowrap;\n font-family: monospace;\n height: 18px;\n font-size: 12px;\n}\n.buried_index .gap {\n color: #ccc;\n}\n.buried_index .A {\n background-color: #00a35c;\n}\n.buried_index .R {\n background-color: #00fc03;\n}\n.buried_index .N {\n background-color: #00eb14;\n}\n.buried_index .D {\n background-color: #00eb14;\n}\n.buried_index .C {\n background-color: #0000ff;\n}\n.buried_index .Q {\n background-color: #00f10e;\n}\n.buried_index .E {\n background-color: #00f10e;\n}\n.buried_index .G {\n background-color: #009d62;\n}\n.buried_index .H {\n background-color: #00d52a;\n}\n.buried_index .I {\n background-color: #0054ab;\n}\n.buried_index .L {\n background-color: #007b84;\n}\n.buried_index .K {\n background-color: #00ff00;\n}\n.buried_index .M {\n background-color: #009768;\n}\n.buried_index .F {\n background-color: #008778;\n}\n.buried_index .P {\n background-color: #00e01f;\n}\n.buried_index .S {\n background-color: #00d52a;\n}\n.buried_index .T {\n background-color: #00db24;\n}\n.buried_index .W {\n background-color: #00a857;\n}\n.buried_index .Y {\n background-color: #00e619;\n}\n.buried_index .V {\n background-color: #005fa0;\n}\n.buried_index .B {\n background-color: #00eb14;\n}\n.buried_index .X {\n background-color: #00b649;\n}\n.buried_index .Z {\n background-color: #00f10e;\n}\n.buried_index .C,\n.buried_index .I,\n.buried_index .V {\n color: #fcff89;\n}\n",".visible-detail {\n border: 1px solid #557B74;\n padding: 6px 12px;\n}\n.detail {\n margin-right: auto;\n margin-left: auto;\n padding-left: 15px;\n padding-right: 15px;\n}\n.table {\n width: 100%;\n max-width: 100%;\n}\n.xrefs {\n border-collapse: collapse;\n border-spacing: 0;\n border-color: grey;\n table-layout: fixed;\n}\n.xref-name-col {\n width: 20%;\n}\n.xref-value-col {\n width: 80%;\n}\n.xref-80-col {\n width: 80%;\n}\n.xref-70-col {\n width: 70%;\n}\n.xref-10-col {\n width: 10%;\n}\n.xref-id-list {\n padding-left: 0;\n list-style: none;\n}\n.result-gene {\n padding: 0.2em;\n border: 5px solid white;\n}\n.result-gene:hover {\n border-color: antiquewhite;\n}\n.gene-title {\n /*padding-top:0.5em;*/\n}\n.gene-id {\n white-space: nowrap;\n color: black;\n}\n.gene-name {\n color: #557B74;\n margin-bottom: 0;\n}\n.gene-description {\n margin-bottom: 0;\n}\n.gene-species {\n white-space: nowrap;\n font-style: italic;\n font-size:small;\n font-weight: bold;\n}\n.gene-synonyms {\n font-size: small;\n}\n.gene-extras {\n float: right;\n border: dashed 1px blue;\n}\n.gene-panlink {\n float:right;\n}\n.gene-panlink img {\n height: 60px;\n width: auto;\n vertical-align: top;\n}\n.gene-detail-tabs {\n display: flex;\n flex-wrap: wrap;\n white-space: nowrap;\n width: 80em;\n}\n.gene-detail-tab-closed {\n color: darkgreen;\n cursor: pointer;\n /*background-color: lightgray;*/\n}\n.gene-detail-tab-disabled {\n /*color: white;*/\n /*background-color: lightgray;*/\n color: lightgray;\n cursor: not-allowed;\n}\n.gene-detail-tab-empty {\n color: darkgreen;\n cursor: pointer;\n font-style: oblique;\n /*background-color: lightgray;*/\n}\n.gene-detail-tab-empty::before {\n content: \"Add \";\n}\n.gene-detail-tab-expanded {\n color: white;\n background-color: #557B74;\n cursor: pointer;\n}\n.result-gene-summary {\n display: flex;\n flex-flow: row nowrap;\n justify-content: flex-start;\n}\n.result-gene-summary .species-name {\n white-space: nowrap;\n font-style: italic;\n}\n.result-gene-title-body {\n flex: 1 1 auto;\n width: 1036px;\n}\n.model-ortholog, .closest-ortholog, .gene-summary-tair {\n cursor: pointer;\n flex: 1 1 auto;\n width: 500px;\n font-size: smaller;\n margin-top: 10px;\n padding: 0 1rem;\n margin-left: 1rem;\n border: 1px solid darkorange;\n}\n\n.model-ortholog {\n border: 1px dotted darkorange;\n}\n.closest-ortholog {\n border: 1px dotted darkgreen;\n}\n\n.gene-summary-tair {\n border: 1px dotted darkblue;\n}\n.gene-summary-tair .rest {\n display: none;\n}\n\n.gene-summary-tair:hover .rest {\n display: inline;\n}\n.gene-summary-tair:focus .rest {\n display: inline;\n}\n.gene-summary-tair:hover .ellipsis {\n display: none;\n}\n.gene-summary-tair:focus .ellipsis {\n display: none;\n}\n\n/* this is the \"title\" of the closest ortholog box */\n.closest-ortholog::before,\n.model-ortholog::before,\n.gene-summary-tair::before {\n position: relative;\n float: right;\n margin-top: -12px;\n margin-right: 6px;\n border: dotted 1px;\n padding: 0 1rem;\n background: #fff;\n}\n\n.model-ortholog::before {\n content: \"Model Species Homolog\";\n color: orange;\n}\n.closest-ortholog::before {\n content: \"Closest Annotated Homolog\";\n color: darkgreen;\n}\n\n/* this is the \"title\" of the closest ortholog box */\n.gene-summary-tair::before {\n content: \"TAIR Curated Description\";\n color: darkblue;\n}\n\n.gene-search-pic-sugg {\n width: 100%;\n height: 200px;\n background: url(\"../../static/images/suggestions.png\");\n background-size: contain;\n background-repeat: no-repeat;\n}\n.gene-search-pic-results {\n width: 100%;\n height: 200px;\n background: url(\"../../static/images/results.png\");\n background-size: contain;\n background-repeat: no-repeat;\n}\n.gene-search-pic-genetree {\n width: 100%;\n height: 200px;\n background: url(\"../../static/images/genetree.png\");\n background-size: contain;\n background-repeat: no-repeat;\n}"],"names":[],"version":3,"file":"index.css.map"}
package/dist/index.js CHANGED
@@ -90,6 +90,18 @@ $9d9aeaf9299e61a1$var$grameneSuggestions.selectGrameneSuggestionsReady = (0, $gX
90
90
  $9d9aeaf9299e61a1$var$grameneSuggestions.doFocusFirstGrameneSuggestion = (arg)=>({ dispatch: dispatch , getState: getState })=>{
91
91
  console.log("inside doFocusFirstGrameneSuggestion");
92
92
  };
93
+ function $9d9aeaf9299e61a1$var$compressLongTaxonName(node) {
94
+ const fullName = node.name;
95
+ const removedExtraineousWords = fullName.replace(/( Group$| subsp\.| ssp\.| var\.| strain)/, "");
96
+ let finalVersion;
97
+ if (removedExtraineousWords.length > 20) {
98
+ let words = removedExtraineousWords.split(" ");
99
+ if (words.length === 2) // abrreviate first word.
100
+ finalVersion = removedExtraineousWords.replace(/^([A-Z])[a-z]+/, "$1.");
101
+ if (words.length > 2) finalVersion = removedExtraineousWords.replace(/^([A-Z])[a-z]+\s([a-z])[a-z]+/, "$1$2.");
102
+ } else finalVersion = removedExtraineousWords;
103
+ node.short_name = finalVersion;
104
+ }
93
105
  const $9d9aeaf9299e61a1$var$grameneTaxonomy = (0, $gXNCa$reduxbundler.createAsyncResourceBundle)({
94
106
  name: "grameneTaxonomy",
95
107
  actionBaseType: "GRAMENE_TAXONOMY",
@@ -99,6 +111,7 @@ const $9d9aeaf9299e61a1$var$grameneTaxonomy = (0, $gXNCa$reduxbundler.createAsyn
99
111
  let taxonomy = (0, ($parcel$interopDefault($gXNCa$lodash))).keyBy(taxNodes, "_id");
100
112
  taxNodes.forEach((t)=>{
101
113
  t._id = +t._id; // ensure taxonomy id is a number
114
+ $9d9aeaf9299e61a1$var$compressLongTaxonName(t);
102
115
  if (t.hasOwnProperty("is_a")) t.is_a.forEach((p_id)=>{
103
116
  const p = taxonomy[p_id];
104
117
  if (!p.hasOwnProperty("children")) p.children = [];
@@ -3225,23 +3238,27 @@ const $6c5c4f90059875bf$var$PanLink = (props)=>{
3225
3238
  });
3226
3239
  };
3227
3240
  const $6c5c4f90059875bf$var$ClosestOrthologCmp = (props)=>{
3228
- let id, taxon_id, name, desc, species;
3241
+ let id, taxon_id, name, desc, species, className;
3229
3242
  const gene = props.gene;
3230
- if (gene.model_rep_id) {
3231
- name = gene.model_rep_name || gene.model_rep_id;
3232
- desc = gene.model_rep_description;
3233
- species = gene.model_rep_species_name;
3234
- id = gene.model_rep_id;
3235
- taxon_id = gene.model_rep_taxon_id;
3236
- } else if (gene.closest_rep_id) {
3243
+ if (gene.closest_rep_id) {
3237
3244
  name = gene.closest_rep_name || gene.closest_rep_id;
3238
3245
  desc = gene.closest_rep_description;
3239
3246
  species = gene.closest_rep_species_name;
3240
3247
  id = gene.closest_rep_id;
3241
3248
  taxon_id = gene.closest_rep_taxon_id;
3249
+ className = "closest-ortholog";
3250
+ } else if (gene.model_rep_id) {
3251
+ name = gene.model_rep_name || gene.model_rep_id;
3252
+ desc = gene.model_rep_description;
3253
+ species = gene.model_rep_species_name;
3254
+ id = gene.model_rep_id;
3255
+ taxon_id = gene.model_rep_taxon_id;
3256
+ className = "model-ortholog";
3242
3257
  }
3258
+ var isZm = new RegExp(/^Zm00001e/);
3259
+ if (isZm.test(desc)) desc = "";
3243
3260
  return /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsxs)("div", {
3244
- className: "closest-ortholog",
3261
+ className: className,
3245
3262
  onClick: ()=>{
3246
3263
  props.doEnsureGrameneGenome(taxon_id);
3247
3264
  props.doReplaceGrameneFilters((0, $047461923b1badda$export$964d88edb00bbcaa)({
@@ -3252,20 +3269,13 @@ const $6c5c4f90059875bf$var$ClosestOrthologCmp = (props)=>{
3252
3269
  }));
3253
3270
  },
3254
3271
  children: [
3255
- /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsxs)("h4", {
3256
- children: [
3257
- /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)("span", {
3258
- className: "gene-id",
3259
- children: name
3260
- }),
3261
- /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsxs)("small", {
3262
- className: "species-name",
3263
- children: [
3264
- " ",
3265
- species
3266
- ]
3267
- })
3268
- ]
3272
+ /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)("div", {
3273
+ className: "gene-species",
3274
+ children: species
3275
+ }),
3276
+ /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)("h3", {
3277
+ className: "gene-id",
3278
+ children: name
3269
3279
  }),
3270
3280
  /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)("p", {
3271
3281
  children: desc
@@ -3369,8 +3379,8 @@ class $6c5c4f90059875bf$var$Gene extends (0, ($parcel$interopDefault($gXNCa$reac
3369
3379
  }
3370
3380
  renderMetadata() {
3371
3381
  let gene = this.props.searchResult;
3372
- if (gene.model_rep_taxon_id) gene.model_rep_species_name = this.props.taxLut[gene.model_rep_taxon_id].name;
3373
- if (gene.closest_rep_taxon_id) gene.closest_rep_species_name = this.props.taxLut[gene.closest_rep_taxon_id].name;
3382
+ if (gene.model_rep_taxon_id) gene.model_rep_species_name = this.props.taxLut[gene.model_rep_taxon_id].short_name;
3383
+ if (gene.closest_rep_taxon_id) gene.closest_rep_species_name = this.props.taxLut[gene.closest_rep_taxon_id].short_name;
3374
3384
  return $6c5c4f90059875bf$var$renderTairSummary(gene) || $6c5c4f90059875bf$var$renderClosestOrtholog(gene);
3375
3385
  }
3376
3386
  render() {