@jbrowse/plugin-linear-genome-view 1.7.10 → 2.0.1
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/dist/BaseLinearDisplay/components/BaseLinearDisplay.js +119 -139
- package/dist/BaseLinearDisplay/components/BaseLinearDisplay.js.map +1 -0
- package/dist/BaseLinearDisplay/components/Block.js +53 -74
- package/dist/BaseLinearDisplay/components/Block.js.map +1 -0
- package/dist/BaseLinearDisplay/components/LinearBlocks.d.ts +11 -1
- package/dist/BaseLinearDisplay/components/LinearBlocks.js +64 -103
- package/dist/BaseLinearDisplay/components/LinearBlocks.js.map +1 -0
- package/dist/BaseLinearDisplay/components/ServerSideRenderedBlockContent.js +145 -175
- package/dist/BaseLinearDisplay/components/ServerSideRenderedBlockContent.js.map +1 -0
- package/dist/BaseLinearDisplay/components/Tooltip.js +109 -116
- package/dist/BaseLinearDisplay/components/Tooltip.js.map +1 -0
- package/dist/BaseLinearDisplay/index.js +13 -40
- package/dist/BaseLinearDisplay/index.js.map +1 -0
- package/dist/BaseLinearDisplay/models/BaseLinearDisplayModel.d.ts +20 -15
- package/dist/BaseLinearDisplay/models/BaseLinearDisplayModel.js +605 -684
- package/dist/BaseLinearDisplay/models/BaseLinearDisplayModel.js.map +1 -0
- package/dist/BaseLinearDisplay/models/baseLinearDisplayConfigSchema.js +15 -22
- package/dist/BaseLinearDisplay/models/baseLinearDisplayConfigSchema.js.map +1 -0
- package/dist/BaseLinearDisplay/models/serverSideRenderedBlock.d.ts +7 -8
- package/dist/BaseLinearDisplay/models/serverSideRenderedBlock.js +266 -312
- package/dist/BaseLinearDisplay/models/serverSideRenderedBlock.js.map +1 -0
- package/dist/LinearBareDisplay/configSchema.js +11 -17
- package/dist/LinearBareDisplay/configSchema.js.map +1 -0
- package/dist/LinearBareDisplay/index.js +7 -20
- package/dist/LinearBareDisplay/index.js.map +1 -0
- package/dist/LinearBareDisplay/model.d.ts +16 -14
- package/dist/LinearBareDisplay/model.js +36 -42
- package/dist/LinearBareDisplay/model.js.map +1 -0
- package/dist/LinearBasicDisplay/components/SetMaxHeight.d.ts +1 -1
- package/dist/LinearBasicDisplay/components/SetMaxHeight.js +76 -85
- package/dist/LinearBasicDisplay/components/SetMaxHeight.js.map +1 -0
- package/dist/LinearBasicDisplay/configSchema.js +15 -23
- package/dist/LinearBasicDisplay/configSchema.js.map +1 -0
- package/dist/LinearBasicDisplay/index.js +10 -22
- package/dist/LinearBasicDisplay/index.js.map +1 -0
- package/dist/LinearBasicDisplay/model.d.ts +20 -15
- package/dist/LinearBasicDisplay/model.js +180 -159
- package/dist/LinearBasicDisplay/model.js.map +1 -0
- package/dist/LinearGenomeView/components/CenterLine.d.ts +2 -8
- package/dist/LinearGenomeView/components/CenterLine.js +60 -74
- package/dist/LinearGenomeView/components/CenterLine.js.map +1 -0
- package/dist/LinearGenomeView/components/ExportSvgDialog.js +141 -141
- package/dist/LinearGenomeView/components/ExportSvgDialog.js.map +1 -0
- package/dist/LinearGenomeView/components/Gridlines.d.ts +8 -0
- package/dist/LinearGenomeView/components/Gridlines.js +78 -0
- package/dist/LinearGenomeView/components/Gridlines.js.map +1 -0
- package/dist/LinearGenomeView/components/Header.js +70 -126
- package/dist/LinearGenomeView/components/Header.js.map +1 -0
- package/dist/LinearGenomeView/components/HelpDialog.d.ts +0 -1
- package/dist/LinearGenomeView/components/HelpDialog.js +62 -44
- package/dist/LinearGenomeView/components/HelpDialog.js.map +1 -0
- package/dist/LinearGenomeView/components/ImportForm.js +223 -320
- package/dist/LinearGenomeView/components/ImportForm.js.map +1 -0
- package/dist/LinearGenomeView/components/LinearGenomeView.js +64 -124
- package/dist/LinearGenomeView/components/LinearGenomeView.js.map +1 -0
- package/dist/LinearGenomeView/components/LinearGenomeViewSvg.js +198 -337
- package/dist/LinearGenomeView/components/LinearGenomeViewSvg.js.map +1 -0
- package/dist/LinearGenomeView/components/MiniControls.js +64 -78
- package/dist/LinearGenomeView/components/MiniControls.js.map +1 -0
- package/dist/LinearGenomeView/components/OverviewRubberBand.js +229 -293
- package/dist/LinearGenomeView/components/OverviewRubberBand.js.map +1 -0
- package/dist/LinearGenomeView/components/OverviewScaleBar.d.ts +24 -8
- package/dist/LinearGenomeView/components/OverviewScaleBar.js +277 -365
- package/dist/LinearGenomeView/components/OverviewScaleBar.js.map +1 -0
- package/dist/LinearGenomeView/components/RefNameAutocomplete.d.ts +1 -1
- package/dist/LinearGenomeView/components/RefNameAutocomplete.js +237 -324
- package/dist/LinearGenomeView/components/RefNameAutocomplete.js.map +1 -0
- package/dist/LinearGenomeView/components/RubberBand.js +228 -296
- package/dist/LinearGenomeView/components/RubberBand.js.map +1 -0
- package/dist/LinearGenomeView/components/Ruler.js +45 -90
- package/dist/LinearGenomeView/components/Ruler.js.map +1 -0
- package/dist/LinearGenomeView/components/ScaleBar.d.ts +8 -403
- package/dist/LinearGenomeView/components/ScaleBar.js +121 -172
- package/dist/LinearGenomeView/components/ScaleBar.js.map +1 -0
- package/dist/LinearGenomeView/components/SearchBox.js +158 -205
- package/dist/LinearGenomeView/components/SearchBox.js.map +1 -0
- package/dist/LinearGenomeView/components/SearchResultsDialog.d.ts +0 -1
- package/dist/LinearGenomeView/components/SearchResultsDialog.js +105 -150
- package/dist/LinearGenomeView/components/SearchResultsDialog.js.map +1 -0
- package/dist/LinearGenomeView/components/SequenceDialog.js +219 -272
- package/dist/LinearGenomeView/components/SequenceDialog.js.map +1 -0
- package/dist/LinearGenomeView/components/TrackContainer.js +116 -156
- package/dist/LinearGenomeView/components/TrackContainer.js.map +1 -0
- package/dist/LinearGenomeView/components/TrackLabel.d.ts +6 -42
- package/dist/LinearGenomeView/components/TrackLabel.js +115 -134
- package/dist/LinearGenomeView/components/TrackLabel.js.map +1 -0
- package/dist/LinearGenomeView/components/TracksContainer.d.ts +1 -1
- package/dist/LinearGenomeView/components/TracksContainer.js +172 -199
- package/dist/LinearGenomeView/components/TracksContainer.js.map +1 -0
- package/dist/LinearGenomeView/components/ZoomControls.js +72 -87
- package/dist/LinearGenomeView/components/ZoomControls.js.map +1 -0
- package/dist/LinearGenomeView/components/util.d.ts +12 -0
- package/dist/LinearGenomeView/components/util.js +95 -13
- package/dist/LinearGenomeView/components/util.js.map +1 -0
- package/dist/LinearGenomeView/index.d.ts +64 -77
- package/dist/LinearGenomeView/index.js +1035 -1412
- package/dist/LinearGenomeView/index.js.map +1 -0
- package/dist/LinearGenomeView/util.js +76 -83
- package/dist/LinearGenomeView/util.js.map +1 -0
- package/dist/index.d.ts +101 -51
- package/dist/index.js +225 -295
- package/dist/index.js.map +1 -0
- package/esm/BaseLinearDisplay/components/BaseLinearDisplay.d.ts +9 -0
- package/esm/BaseLinearDisplay/components/BaseLinearDisplay.js +68 -0
- package/esm/BaseLinearDisplay/components/BaseLinearDisplay.js.map +1 -0
- package/esm/BaseLinearDisplay/components/Block.d.ts +15 -0
- package/esm/BaseLinearDisplay/components/Block.js +46 -0
- package/esm/BaseLinearDisplay/components/Block.js.map +1 -0
- package/esm/BaseLinearDisplay/components/LinearBlocks.d.ts +22 -0
- package/esm/BaseLinearDisplay/components/LinearBlocks.js +62 -0
- package/esm/BaseLinearDisplay/components/LinearBlocks.js.map +1 -0
- package/esm/BaseLinearDisplay/components/ServerSideRenderedBlockContent.d.ts +4 -0
- package/esm/BaseLinearDisplay/components/ServerSideRenderedBlockContent.js +113 -0
- package/esm/BaseLinearDisplay/components/ServerSideRenderedBlockContent.js.map +1 -0
- package/esm/BaseLinearDisplay/components/Tooltip.d.ts +8 -0
- package/esm/BaseLinearDisplay/components/Tooltip.js +64 -0
- package/esm/BaseLinearDisplay/components/Tooltip.js.map +1 -0
- package/esm/BaseLinearDisplay/index.d.ts +5 -0
- package/esm/BaseLinearDisplay/index.js +4 -0
- package/esm/BaseLinearDisplay/index.js.map +1 -0
- package/esm/BaseLinearDisplay/models/BaseLinearDisplayModel.d.ts +232 -0
- package/esm/BaseLinearDisplay/models/BaseLinearDisplayModel.js +541 -0
- package/esm/BaseLinearDisplay/models/BaseLinearDisplayModel.js.map +1 -0
- package/esm/BaseLinearDisplay/models/baseLinearDisplayConfigSchema.d.ts +1 -0
- package/esm/BaseLinearDisplay/models/baseLinearDisplayConfigSchema.js +14 -0
- package/esm/BaseLinearDisplay/models/baseLinearDisplayConfigSchema.js.map +1 -0
- package/esm/BaseLinearDisplay/models/serverSideRenderedBlock.d.ts +96 -0
- package/esm/BaseLinearDisplay/models/serverSideRenderedBlock.js +225 -0
- package/esm/BaseLinearDisplay/models/serverSideRenderedBlock.js.map +1 -0
- package/esm/LinearBareDisplay/configSchema.d.ts +2 -0
- package/esm/LinearBareDisplay/configSchema.js +9 -0
- package/esm/LinearBareDisplay/configSchema.js.map +1 -0
- package/esm/LinearBareDisplay/index.d.ts +2 -0
- package/esm/LinearBareDisplay/index.js +3 -0
- package/esm/LinearBareDisplay/index.js.map +1 -0
- package/esm/LinearBareDisplay/model.d.ts +194 -0
- package/esm/LinearBareDisplay/model.js +28 -0
- package/esm/LinearBareDisplay/model.js.map +1 -0
- package/esm/LinearBasicDisplay/components/SetMaxHeight.d.ts +10 -0
- package/esm/LinearBasicDisplay/components/SetMaxHeight.js +40 -0
- package/esm/LinearBasicDisplay/components/SetMaxHeight.js.map +1 -0
- package/esm/LinearBasicDisplay/configSchema.d.ts +2 -0
- package/esm/LinearBasicDisplay/configSchema.js +14 -0
- package/esm/LinearBasicDisplay/configSchema.js.map +1 -0
- package/esm/LinearBasicDisplay/index.d.ts +2 -0
- package/esm/LinearBasicDisplay/index.js +3 -0
- package/esm/LinearBasicDisplay/index.js.map +1 -0
- package/esm/LinearBasicDisplay/model.d.ts +218 -0
- package/esm/LinearBasicDisplay/model.js +127 -0
- package/esm/LinearBasicDisplay/model.js.map +1 -0
- package/esm/LinearGenomeView/components/CenterLine.d.ts +8 -0
- package/esm/LinearGenomeView/components/CenterLine.js +40 -0
- package/esm/LinearGenomeView/components/CenterLine.js.map +1 -0
- package/esm/LinearGenomeView/components/ExportSvgDialog.d.ts +6 -0
- package/esm/LinearGenomeView/components/ExportSvgDialog.js +52 -0
- package/esm/LinearGenomeView/components/ExportSvgDialog.js.map +1 -0
- package/esm/LinearGenomeView/components/Gridlines.d.ts +8 -0
- package/esm/LinearGenomeView/components/Gridlines.js +71 -0
- package/esm/LinearGenomeView/components/Gridlines.js.map +1 -0
- package/esm/LinearGenomeView/components/Header.d.ts +7 -0
- package/esm/LinearGenomeView/components/Header.js +81 -0
- package/esm/LinearGenomeView/components/Header.js.map +1 -0
- package/esm/LinearGenomeView/components/HelpDialog.d.ts +4 -0
- package/esm/LinearGenomeView/components/HelpDialog.js +58 -0
- package/esm/LinearGenomeView/components/HelpDialog.js.map +1 -0
- package/esm/LinearGenomeView/components/ImportForm.d.ts +7 -0
- package/esm/LinearGenomeView/components/ImportForm.js +141 -0
- package/esm/LinearGenomeView/components/ImportForm.js.map +1 -0
- package/esm/LinearGenomeView/components/LinearGenomeView.d.ts +7 -0
- package/esm/LinearGenomeView/components/LinearGenomeView.js +67 -0
- package/esm/LinearGenomeView/components/LinearGenomeView.js.map +1 -0
- package/esm/LinearGenomeView/components/LinearGenomeViewSvg.d.ts +4 -0
- package/esm/LinearGenomeView/components/LinearGenomeViewSvg.js +132 -0
- package/esm/LinearGenomeView/components/LinearGenomeViewSvg.js.map +1 -0
- package/esm/LinearGenomeView/components/MiniControls.d.ts +6 -0
- package/esm/LinearGenomeView/components/MiniControls.js +25 -0
- package/esm/LinearGenomeView/components/MiniControls.js.map +1 -0
- package/esm/LinearGenomeView/components/OverviewRubberBand.d.ts +22 -0
- package/esm/LinearGenomeView/components/OverviewRubberBand.js +197 -0
- package/esm/LinearGenomeView/components/OverviewRubberBand.js.map +1 -0
- package/esm/LinearGenomeView/components/OverviewScaleBar.d.ts +148 -0
- package/esm/LinearGenomeView/components/OverviewScaleBar.js +287 -0
- package/esm/LinearGenomeView/components/OverviewScaleBar.js.map +1 -0
- package/esm/LinearGenomeView/components/RefNameAutocomplete.d.ts +22 -0
- package/esm/LinearGenomeView/components/RefNameAutocomplete.js +136 -0
- package/esm/LinearGenomeView/components/RefNameAutocomplete.js.map +1 -0
- package/esm/LinearGenomeView/components/RubberBand.d.ts +9 -0
- package/esm/LinearGenomeView/components/RubberBand.js +197 -0
- package/esm/LinearGenomeView/components/RubberBand.js.map +1 -0
- package/esm/LinearGenomeView/components/Ruler.d.ts +27 -0
- package/esm/LinearGenomeView/components/Ruler.js +50 -0
- package/esm/LinearGenomeView/components/Ruler.js.map +1 -0
- package/esm/LinearGenomeView/components/ScaleBar.d.ts +10 -0
- package/esm/LinearGenomeView/components/ScaleBar.js +112 -0
- package/esm/LinearGenomeView/components/ScaleBar.js.map +1 -0
- package/esm/LinearGenomeView/components/SearchBox.d.ts +8 -0
- package/esm/LinearGenomeView/components/SearchBox.js +94 -0
- package/esm/LinearGenomeView/components/SearchBox.js.map +1 -0
- package/esm/LinearGenomeView/components/SearchResultsDialog.d.ts +7 -0
- package/esm/LinearGenomeView/components/SearchResultsDialog.js +107 -0
- package/esm/LinearGenomeView/components/SearchResultsDialog.js.map +1 -0
- package/esm/LinearGenomeView/components/SequenceDialog.d.ts +8 -0
- package/esm/LinearGenomeView/components/SequenceDialog.js +147 -0
- package/esm/LinearGenomeView/components/SequenceDialog.js.map +1 -0
- package/esm/LinearGenomeView/components/TrackContainer.d.ts +9 -0
- package/esm/LinearGenomeView/components/TrackContainer.js +109 -0
- package/esm/LinearGenomeView/components/TrackContainer.js.map +1 -0
- package/esm/LinearGenomeView/components/TrackLabel.d.ts +8 -0
- package/esm/LinearGenomeView/components/TrackLabel.js +89 -0
- package/esm/LinearGenomeView/components/TrackLabel.js.map +1 -0
- package/{dist/LinearGenomeView/components/VerticalGuides.d.ts → esm/LinearGenomeView/components/TracksContainer.d.ts} +4 -3
- package/esm/LinearGenomeView/components/TracksContainer.js +142 -0
- package/esm/LinearGenomeView/components/TracksContainer.js.map +1 -0
- package/esm/LinearGenomeView/components/ZoomControls.d.ts +7 -0
- package/esm/LinearGenomeView/components/ZoomControls.js +32 -0
- package/esm/LinearGenomeView/components/ZoomControls.js.map +1 -0
- package/esm/LinearGenomeView/components/util.d.ts +14 -0
- package/esm/LinearGenomeView/components/util.js +17 -0
- package/esm/LinearGenomeView/components/util.js.map +1 -0
- package/esm/LinearGenomeView/index.d.ts +275 -0
- package/esm/LinearGenomeView/index.js +978 -0
- package/esm/LinearGenomeView/index.js.map +1 -0
- package/esm/LinearGenomeView/util.d.ts +14 -0
- package/esm/LinearGenomeView/util.js +62 -0
- package/esm/LinearGenomeView/util.js.map +1 -0
- package/esm/index.d.ts +615 -0
- package/esm/index.js +127 -0
- package/esm/index.js.map +1 -0
- package/package.json +22 -15
- package/src/BaseLinearDisplay/components/BaseLinearDisplay.tsx +4 -3
- package/src/BaseLinearDisplay/components/Block.tsx +5 -5
- package/src/BaseLinearDisplay/components/LinearBlocks.tsx +4 -4
- package/src/BaseLinearDisplay/components/ServerSideRenderedBlockContent.tsx +7 -8
- package/src/BaseLinearDisplay/components/Tooltip.tsx +14 -4
- package/src/BaseLinearDisplay/models/BaseLinearDisplayModel.tsx +6 -4
- package/src/BaseLinearDisplay/models/serverSideRenderedBlock.ts +1 -1
- package/src/LinearBasicDisplay/components/SetMaxHeight.tsx +10 -7
- package/src/LinearBasicDisplay/model.ts +21 -15
- package/src/LinearGenomeView/components/CenterLine.tsx +6 -11
- package/src/LinearGenomeView/components/ExportSvgDialog.tsx +5 -5
- package/src/LinearGenomeView/components/{VerticalGuides.tsx → Gridlines.tsx} +9 -11
- package/src/LinearGenomeView/components/Header.tsx +13 -18
- package/src/LinearGenomeView/components/HelpDialog.tsx +5 -5
- package/src/LinearGenomeView/components/ImportForm.tsx +24 -37
- package/src/LinearGenomeView/components/LinearGenomeView.test.js +16 -6
- package/src/LinearGenomeView/components/LinearGenomeView.tsx +4 -3
- package/src/LinearGenomeView/components/MiniControls.tsx +29 -40
- package/src/LinearGenomeView/components/OverviewRubberBand.tsx +20 -29
- package/src/LinearGenomeView/components/OverviewScaleBar.tsx +100 -89
- package/src/LinearGenomeView/components/RefNameAutocomplete.tsx +13 -44
- package/src/LinearGenomeView/components/RubberBand.tsx +12 -18
- package/src/LinearGenomeView/components/Ruler.tsx +5 -11
- package/src/LinearGenomeView/components/ScaleBar.tsx +23 -27
- package/src/LinearGenomeView/components/SearchBox.tsx +22 -32
- package/src/LinearGenomeView/components/SearchResultsDialog.tsx +7 -7
- package/src/LinearGenomeView/components/SequenceDialog.tsx +10 -10
- package/src/LinearGenomeView/components/TrackContainer.tsx +12 -12
- package/src/LinearGenomeView/components/TrackLabel.tsx +21 -31
- package/src/LinearGenomeView/components/TracksContainer.tsx +10 -15
- package/src/LinearGenomeView/components/ZoomControls.tsx +12 -13
- package/src/LinearGenomeView/components/__snapshots__/LinearGenomeView.test.js.snap +500 -547
- package/src/LinearGenomeView/components/util.ts +43 -0
- package/src/LinearGenomeView/index.test.ts +14 -36
- package/src/LinearGenomeView/index.tsx +390 -564
- package/src/index.ts +1 -1
- package/dist/LinearBareDisplay/index.test.js +0 -33
- package/dist/LinearGenomeView/components/LinearGenomeView.test.js +0 -234
- package/dist/LinearGenomeView/components/ScaleBar.test.js +0 -180
- package/dist/LinearGenomeView/components/VerticalGuides.js +0 -116
- package/dist/LinearGenomeView/index.test.js +0 -1187
- package/dist/LinearGenomeView/util.test.js +0 -78
|
@@ -9,57 +9,57 @@ exports[`<LinearGenomeView /> renders one track, one region 1`] = `
|
|
|
9
9
|
style="position: relative;"
|
|
10
10
|
>
|
|
11
11
|
<div
|
|
12
|
-
class="
|
|
12
|
+
class="tss-16hdnmo-rubberBandControl"
|
|
13
13
|
role="presentation"
|
|
14
14
|
>
|
|
15
15
|
<div
|
|
16
|
-
class="
|
|
16
|
+
class="tss-1420449-scaleBar"
|
|
17
17
|
>
|
|
18
18
|
<div
|
|
19
|
-
class="
|
|
20
|
-
style="width: 800px; left: 0px; background: rgba(
|
|
19
|
+
class="tss-1i1w1rp-scaleBarVisibleRegion"
|
|
20
|
+
style="width: 800px; left: 0px; background: rgba(66, 165, 245, 0.3); border-color: #42a5f5;"
|
|
21
21
|
/>
|
|
22
22
|
<div
|
|
23
|
-
class="
|
|
23
|
+
class="tss-z1h6g4-scaleBarContig"
|
|
24
24
|
style="width: 0px; left: 0px; background-color: rgb(153, 153, 153);"
|
|
25
25
|
/>
|
|
26
26
|
<div>
|
|
27
27
|
<p
|
|
28
|
-
class="MuiTypography-root
|
|
28
|
+
class="MuiTypography-root MuiTypography-body1 tss-1lje7uj-scaleBarRefName css-ahj2mt-MuiTypography-root"
|
|
29
29
|
style="left: 3px; color: rgb(153, 102, 0);"
|
|
30
30
|
>
|
|
31
31
|
ctgA
|
|
32
32
|
</p>
|
|
33
33
|
<div
|
|
34
|
-
class="
|
|
34
|
+
class="tss-1an6zsa-scaleBarContig-scaleBarContigForward-scaleBarBorder"
|
|
35
35
|
style="left: 0px; width: 800px; border-color: rgb(153, 102, 0);"
|
|
36
36
|
>
|
|
37
37
|
<p
|
|
38
|
-
class="MuiTypography-root
|
|
38
|
+
class="MuiTypography-root MuiTypography-body2 tss-e2q157-scaleBarLabel css-e784if-MuiTypography-root"
|
|
39
39
|
style="left: 160px; pointer-events: none; color: rgb(153, 102, 0);"
|
|
40
40
|
>
|
|
41
41
|
20
|
|
42
42
|
</p>
|
|
43
43
|
<p
|
|
44
|
-
class="MuiTypography-root
|
|
44
|
+
class="MuiTypography-root MuiTypography-body2 tss-e2q157-scaleBarLabel css-e784if-MuiTypography-root"
|
|
45
45
|
style="left: 320px; pointer-events: none; color: rgb(153, 102, 0);"
|
|
46
46
|
>
|
|
47
47
|
40
|
|
48
48
|
</p>
|
|
49
49
|
<p
|
|
50
|
-
class="MuiTypography-root
|
|
50
|
+
class="MuiTypography-root MuiTypography-body2 tss-e2q157-scaleBarLabel css-e784if-MuiTypography-root"
|
|
51
51
|
style="left: 480px; pointer-events: none; color: rgb(153, 102, 0);"
|
|
52
52
|
>
|
|
53
53
|
60
|
|
54
54
|
</p>
|
|
55
55
|
<p
|
|
56
|
-
class="MuiTypography-root
|
|
56
|
+
class="MuiTypography-root MuiTypography-body2 tss-e2q157-scaleBarLabel css-e784if-MuiTypography-root"
|
|
57
57
|
style="left: 640px; pointer-events: none; color: rgb(153, 102, 0);"
|
|
58
58
|
>
|
|
59
59
|
80
|
|
60
60
|
</p>
|
|
61
61
|
<p
|
|
62
|
-
class="MuiTypography-root
|
|
62
|
+
class="MuiTypography-root MuiTypography-body2 tss-e2q157-scaleBarLabel css-e784if-MuiTypography-root"
|
|
63
63
|
style="left: 800px; pointer-events: none; color: rgb(153, 102, 0);"
|
|
64
64
|
>
|
|
65
65
|
100
|
|
@@ -67,139 +67,130 @@ exports[`<LinearGenomeView /> renders one track, one region 1`] = `
|
|
|
67
67
|
</div>
|
|
68
68
|
</div>
|
|
69
69
|
<div
|
|
70
|
-
class="
|
|
70
|
+
class="tss-z1h6g4-scaleBarContig"
|
|
71
71
|
style="width: 0px; left: 800px; background-color: rgb(153, 153, 153);"
|
|
72
72
|
/>
|
|
73
73
|
</div>
|
|
74
74
|
</div>
|
|
75
75
|
</div>
|
|
76
76
|
<div
|
|
77
|
-
class="
|
|
77
|
+
class="tss-1fs11k8-overview"
|
|
78
78
|
>
|
|
79
79
|
<svg
|
|
80
|
-
class="
|
|
80
|
+
class="tss-1fsr3xw-overviewSvg"
|
|
81
81
|
height="48"
|
|
82
82
|
>
|
|
83
83
|
<polygon
|
|
84
|
-
fill="rgba(
|
|
84
|
+
fill="rgba(66, 165, 245, 0.3)"
|
|
85
85
|
points="0,48,101,48,800,0,0,0"
|
|
86
|
-
stroke="rgba(
|
|
86
|
+
stroke="rgba(66, 165, 245, 0.8)"
|
|
87
87
|
/>
|
|
88
88
|
</svg>
|
|
89
89
|
<div
|
|
90
|
-
class="
|
|
90
|
+
class="tss-ig8oez-headerBar"
|
|
91
91
|
>
|
|
92
92
|
<button
|
|
93
|
-
class="
|
|
93
|
+
class="MuiButton-root MuiButton-text MuiButton-textSecondary MuiButton-sizeMedium MuiButton-textSizeMedium MuiButtonBase-root tss-19jxj46-toggleButton css-1d3f8j8-MuiButtonBase-root-MuiButton-root"
|
|
94
94
|
tabindex="0"
|
|
95
95
|
title="Open track selector"
|
|
96
96
|
type="button"
|
|
97
97
|
value="track_select"
|
|
98
98
|
>
|
|
99
|
-
<
|
|
100
|
-
|
|
99
|
+
<svg
|
|
100
|
+
aria-hidden="true"
|
|
101
|
+
class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium tss-m778v2-buttonSpacer css-i4bv87-MuiSvgIcon-root"
|
|
102
|
+
focusable="false"
|
|
103
|
+
viewBox="0 0 24 24"
|
|
101
104
|
>
|
|
102
|
-
<
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
viewBox="0 0 24 24"
|
|
107
|
-
>
|
|
108
|
-
<path
|
|
109
|
-
d="M21 19v-2H8v2h13m0-6v-2H8v2h13M8 7h13V5H8v2M4 5v2h2V5H4M3 5a1 1 0 011-1h2a1 1 0 011 1v2a1 1 0 01-1 1H4a1 1 0 01-1-1V5m1 6v2h2v-2H4m-1 0a1 1 0 011-1h2a1 1 0 011 1v2a1 1 0 01-1 1H4a1 1 0 01-1-1v-2m1 6v2h2v-2H4m-1 0a1 1 0 011-1h2a1 1 0 011 1v2a1 1 0 01-1 1H4a1 1 0 01-1-1v-2z"
|
|
110
|
-
/>
|
|
111
|
-
</svg>
|
|
112
|
-
</span>
|
|
105
|
+
<path
|
|
106
|
+
d="M21 19v-2H8v2h13m0-6v-2H8v2h13M8 7h13V5H8v2M4 5v2h2V5H4M3 5a1 1 0 011-1h2a1 1 0 011 1v2a1 1 0 01-1 1H4a1 1 0 01-1-1V5m1 6v2h2v-2H4m-1 0a1 1 0 011-1h2a1 1 0 011 1v2a1 1 0 01-1 1H4a1 1 0 01-1-1v-2m1 6v2h2v-2H4m-1 0a1 1 0 011-1h2a1 1 0 011 1v2a1 1 0 01-1 1H4a1 1 0 01-1-1v-2z"
|
|
107
|
+
/>
|
|
108
|
+
</svg>
|
|
113
109
|
<span
|
|
114
|
-
class="MuiTouchRipple-root"
|
|
110
|
+
class="MuiTouchRipple-root css-8je8zh-MuiTouchRipple-root"
|
|
115
111
|
/>
|
|
116
112
|
</button>
|
|
117
113
|
<div
|
|
118
|
-
class="
|
|
114
|
+
class="tss-1n1xfjh-spacer"
|
|
119
115
|
/>
|
|
120
116
|
<div
|
|
121
|
-
class="MuiFormGroup-root
|
|
117
|
+
class="MuiFormGroup-root MuiFormGroup-row tss-4gub8h-headerForm css-qfz70r-MuiFormGroup-root"
|
|
122
118
|
>
|
|
123
119
|
<button
|
|
124
|
-
class="
|
|
120
|
+
class="MuiButton-root MuiButton-outlined MuiButton-outlinedPrimary MuiButton-sizeMedium MuiButton-outlinedSizeMedium MuiButtonBase-root tss-7ktir1-panButton css-1rwt2y5-MuiButtonBase-root-MuiButton-root"
|
|
125
121
|
tabindex="0"
|
|
126
122
|
type="button"
|
|
127
123
|
>
|
|
128
|
-
<
|
|
129
|
-
|
|
124
|
+
<svg
|
|
125
|
+
aria-hidden="true"
|
|
126
|
+
class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-i4bv87-MuiSvgIcon-root"
|
|
127
|
+
data-testid="ArrowBackIcon"
|
|
128
|
+
focusable="false"
|
|
129
|
+
viewBox="0 0 24 24"
|
|
130
130
|
>
|
|
131
|
-
<
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
viewBox="0 0 24 24"
|
|
136
|
-
>
|
|
137
|
-
<path
|
|
138
|
-
d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"
|
|
139
|
-
/>
|
|
140
|
-
</svg>
|
|
141
|
-
</span>
|
|
131
|
+
<path
|
|
132
|
+
d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"
|
|
133
|
+
/>
|
|
134
|
+
</svg>
|
|
142
135
|
<span
|
|
143
|
-
class="MuiTouchRipple-root"
|
|
136
|
+
class="MuiTouchRipple-root css-8je8zh-MuiTouchRipple-root"
|
|
144
137
|
/>
|
|
145
138
|
</button>
|
|
146
139
|
<button
|
|
147
|
-
class="
|
|
140
|
+
class="MuiButton-root MuiButton-outlined MuiButton-outlinedPrimary MuiButton-sizeMedium MuiButton-outlinedSizeMedium MuiButtonBase-root tss-7ktir1-panButton css-1rwt2y5-MuiButtonBase-root-MuiButton-root"
|
|
148
141
|
tabindex="0"
|
|
149
142
|
type="button"
|
|
150
143
|
>
|
|
151
|
-
<
|
|
152
|
-
|
|
144
|
+
<svg
|
|
145
|
+
aria-hidden="true"
|
|
146
|
+
class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-i4bv87-MuiSvgIcon-root"
|
|
147
|
+
data-testid="ArrowForwardIcon"
|
|
148
|
+
focusable="false"
|
|
149
|
+
viewBox="0 0 24 24"
|
|
153
150
|
>
|
|
154
|
-
<
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
viewBox="0 0 24 24"
|
|
159
|
-
>
|
|
160
|
-
<path
|
|
161
|
-
d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"
|
|
162
|
-
/>
|
|
163
|
-
</svg>
|
|
164
|
-
</span>
|
|
151
|
+
<path
|
|
152
|
+
d="m12 4-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"
|
|
153
|
+
/>
|
|
154
|
+
</svg>
|
|
165
155
|
<span
|
|
166
|
-
class="MuiTouchRipple-root"
|
|
156
|
+
class="MuiTouchRipple-root css-8je8zh-MuiTouchRipple-root"
|
|
167
157
|
/>
|
|
168
158
|
</button>
|
|
169
159
|
<div
|
|
170
|
-
|
|
171
|
-
class="MuiAutocomplete-root"
|
|
160
|
+
class="MuiAutocomplete-root css-16awh2u-MuiAutocomplete-root"
|
|
172
161
|
data-testid="autocomplete"
|
|
173
|
-
role="combobox"
|
|
174
162
|
style="width: 200px;"
|
|
175
163
|
>
|
|
176
164
|
<div
|
|
177
|
-
class="MuiFormControl-root MuiTextField-root
|
|
165
|
+
class="MuiFormControl-root MuiFormControl-fullWidth MuiTextField-root tss-1vhven7-headerRefName css-wb57ya-MuiFormControl-root-MuiTextField-root"
|
|
178
166
|
style="margin: 7px; min-width: 175px;"
|
|
179
167
|
>
|
|
180
168
|
<div
|
|
181
|
-
class="
|
|
169
|
+
class="MuiOutlinedInput-root MuiInputBase-root MuiInputBase-colorPrimary MuiInputBase-fullWidth MuiInputBase-formControl MuiInputBase-adornedEnd MuiAutocomplete-inputRoot css-154xyx0-MuiInputBase-root-MuiOutlinedInput-root"
|
|
182
170
|
style="padding: 0px; height: 32px; background: rgba(255, 255, 255, 0.8);"
|
|
183
171
|
>
|
|
184
172
|
<input
|
|
185
173
|
aria-autocomplete="list"
|
|
174
|
+
aria-expanded="false"
|
|
186
175
|
aria-invalid="false"
|
|
187
176
|
autocapitalize="none"
|
|
188
177
|
autocomplete="off"
|
|
189
|
-
class="
|
|
178
|
+
class="MuiOutlinedInput-input MuiInputBase-input MuiInputBase-inputAdornedEnd MuiAutocomplete-input MuiAutocomplete-inputFocused css-nxo287-MuiInputBase-input-MuiOutlinedInput-input"
|
|
190
179
|
id="refNameAutocomplete-lgv"
|
|
191
180
|
placeholder="Search for location"
|
|
181
|
+
role="combobox"
|
|
192
182
|
spellcheck="false"
|
|
193
183
|
type="text"
|
|
194
184
|
value="ctgA:1..100"
|
|
195
185
|
/>
|
|
196
186
|
<div
|
|
197
|
-
class="MuiInputAdornment-root MuiInputAdornment-positionEnd"
|
|
187
|
+
class="MuiInputAdornment-root MuiInputAdornment-positionEnd MuiInputAdornment-outlined MuiInputAdornment-sizeMedium css-1laqsz7-MuiInputAdornment-root"
|
|
198
188
|
style="margin-right: 7px;"
|
|
199
189
|
>
|
|
200
190
|
<svg
|
|
201
191
|
aria-hidden="true"
|
|
202
|
-
class="MuiSvgIcon-root"
|
|
192
|
+
class="MuiSvgIcon-root MuiSvgIcon-fontSizeSmall css-ptiqhd-MuiSvgIcon-root"
|
|
193
|
+
data-testid="SearchIcon"
|
|
203
194
|
focusable="false"
|
|
204
195
|
viewBox="0 0 24 24"
|
|
205
196
|
>
|
|
@@ -208,42 +199,36 @@ exports[`<LinearGenomeView /> renders one track, one region 1`] = `
|
|
|
208
199
|
/>
|
|
209
200
|
</svg>
|
|
210
201
|
<button
|
|
211
|
-
class="MuiButtonBase-root MuiIconButton-root"
|
|
202
|
+
class="MuiButtonBase-root MuiIconButton-root MuiIconButton-sizeSmall css-1pe4mpk-MuiButtonBase-root-MuiIconButton-root"
|
|
212
203
|
tabindex="0"
|
|
213
204
|
type="button"
|
|
214
205
|
>
|
|
215
|
-
<
|
|
216
|
-
|
|
206
|
+
<svg
|
|
207
|
+
aria-hidden="true"
|
|
208
|
+
class="MuiSvgIcon-root MuiSvgIcon-fontSizeSmall css-ptiqhd-MuiSvgIcon-root"
|
|
209
|
+
data-testid="HelpIcon"
|
|
210
|
+
focusable="false"
|
|
211
|
+
viewBox="0 0 24 24"
|
|
217
212
|
>
|
|
218
|
-
<
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
viewBox="0 0 24 24"
|
|
223
|
-
>
|
|
224
|
-
<path
|
|
225
|
-
d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 17h-2v-2h2v2zm2.07-7.75l-.9.92C13.45 12.9 13 13.5 13 15h-2v-.5c0-1.1.45-2.1 1.17-2.83l1.24-1.26c.37-.36.59-.86.59-1.41 0-1.1-.9-2-2-2s-2 .9-2 2H8c0-2.21 1.79-4 4-4s4 1.79 4 4c0 .88-.36 1.68-.93 2.25z"
|
|
226
|
-
/>
|
|
227
|
-
</svg>
|
|
228
|
-
</span>
|
|
213
|
+
<path
|
|
214
|
+
d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 17h-2v-2h2v2zm2.07-7.75-.9.92C13.45 12.9 13 13.5 13 15h-2v-.5c0-1.1.45-2.1 1.17-2.83l1.24-1.26c.37-.36.59-.86.59-1.41 0-1.1-.9-2-2-2s-2 .9-2 2H8c0-2.21 1.79-4 4-4s4 1.79 4 4c0 .88-.36 1.68-.93 2.25z"
|
|
215
|
+
/>
|
|
216
|
+
</svg>
|
|
229
217
|
<span
|
|
230
|
-
class="MuiTouchRipple-root"
|
|
218
|
+
class="MuiTouchRipple-root css-8je8zh-MuiTouchRipple-root"
|
|
231
219
|
/>
|
|
232
220
|
</button>
|
|
233
221
|
</div>
|
|
234
|
-
<div
|
|
235
|
-
class="MuiAutocomplete-endAdornment"
|
|
236
|
-
/>
|
|
237
222
|
<fieldset
|
|
238
223
|
aria-hidden="true"
|
|
239
|
-
class="
|
|
240
|
-
style="padding-left: 8px;"
|
|
224
|
+
class="MuiOutlinedInput-notchedOutline css-1d3z3hw-MuiOutlinedInput-notchedOutline"
|
|
241
225
|
>
|
|
242
226
|
<legend
|
|
243
|
-
class="
|
|
244
|
-
style="width: 0.01px;"
|
|
227
|
+
class="css-hdw1oc"
|
|
245
228
|
>
|
|
246
|
-
<span
|
|
229
|
+
<span
|
|
230
|
+
class="notranslate"
|
|
231
|
+
>
|
|
247
232
|
|
|
248
233
|
</span>
|
|
249
234
|
</legend>
|
|
@@ -253,187 +238,186 @@ exports[`<LinearGenomeView /> renders one track, one region 1`] = `
|
|
|
253
238
|
</div>
|
|
254
239
|
</div>
|
|
255
240
|
<p
|
|
256
|
-
class="MuiTypography-root
|
|
241
|
+
class="MuiTypography-root MuiTypography-body2 tss-1qpgd02-bp css-r40f8v-MuiTypography-root"
|
|
257
242
|
>
|
|
258
243
|
100bp
|
|
259
244
|
</p>
|
|
260
245
|
<div
|
|
261
|
-
class="
|
|
246
|
+
class="tss-z84q6m-container"
|
|
262
247
|
>
|
|
263
248
|
<button
|
|
264
|
-
class="MuiButtonBase-root MuiIconButton-root MuiIconButton-colorSecondary MuiIconButton-
|
|
249
|
+
class="MuiButtonBase-root Mui-disabled MuiIconButton-root Mui-disabled MuiIconButton-colorSecondary MuiIconButton-sizeLarge css-1f88mc5-MuiButtonBase-root-MuiIconButton-root"
|
|
265
250
|
data-testid="zoom_out"
|
|
266
251
|
disabled=""
|
|
267
252
|
tabindex="-1"
|
|
268
253
|
type="button"
|
|
269
254
|
>
|
|
270
|
-
<
|
|
271
|
-
|
|
255
|
+
<svg
|
|
256
|
+
aria-hidden="true"
|
|
257
|
+
class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-i4bv87-MuiSvgIcon-root"
|
|
258
|
+
data-testid="ZoomOutIcon"
|
|
259
|
+
focusable="false"
|
|
260
|
+
viewBox="0 0 24 24"
|
|
272
261
|
>
|
|
273
|
-
<
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
viewBox="0 0 24 24"
|
|
278
|
-
>
|
|
279
|
-
<path
|
|
280
|
-
d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14zM7 9h5v1H7z"
|
|
281
|
-
/>
|
|
282
|
-
</svg>
|
|
283
|
-
</span>
|
|
262
|
+
<path
|
|
263
|
+
d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14zM7 9h5v1H7z"
|
|
264
|
+
/>
|
|
265
|
+
</svg>
|
|
284
266
|
</button>
|
|
285
267
|
<span
|
|
286
|
-
class="MuiSlider-
|
|
268
|
+
class="MuiSlider-colorPrimary MuiSlider-sizeSmall MuiSlider-root tss-1c03ro5-slider css-53tbrc-MuiSlider-root"
|
|
287
269
|
>
|
|
288
270
|
<span
|
|
289
|
-
class="MuiSlider-rail"
|
|
271
|
+
class="MuiSlider-rail css-14pt78w-MuiSlider-rail"
|
|
290
272
|
/>
|
|
291
273
|
<span
|
|
292
|
-
class="MuiSlider-track"
|
|
274
|
+
class="MuiSlider-track css-1n40zqk-MuiSlider-track"
|
|
293
275
|
style="left: 0%; width: 0%;"
|
|
294
276
|
/>
|
|
295
|
-
<input
|
|
296
|
-
type="hidden"
|
|
297
|
-
value="284.799690655495"
|
|
298
|
-
/>
|
|
299
277
|
<span
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
aria-valuemin="284.799690655495"
|
|
303
|
-
aria-valuenow="284.799690655495"
|
|
304
|
-
class="MuiSlider-thumb MuiSlider-thumbColorPrimary"
|
|
278
|
+
class="MuiSlider-thumbColorPrimary MuiSlider-thumbSizeSmall MuiSlider-thumb css-14gf62f-MuiSlider-thumb"
|
|
279
|
+
data-focusvisible="false"
|
|
305
280
|
data-index="0"
|
|
306
|
-
role="slider"
|
|
307
281
|
style="left: 0%;"
|
|
308
|
-
|
|
309
|
-
|
|
282
|
+
>
|
|
283
|
+
<input
|
|
284
|
+
aria-orientation="horizontal"
|
|
285
|
+
aria-valuemax="564.3856189774724"
|
|
286
|
+
aria-valuemin="284.799690655495"
|
|
287
|
+
aria-valuenow="284.799690655495"
|
|
288
|
+
data-index="0"
|
|
289
|
+
max="564.3856189774724"
|
|
290
|
+
min="284.799690655495"
|
|
291
|
+
step="1"
|
|
292
|
+
style="border: 0px; height: 100%; margin: -1px; overflow: hidden; padding: 0px; position: absolute; white-space: nowrap; width: 100%; direction: ltr;"
|
|
293
|
+
type="range"
|
|
294
|
+
value="284.799690655495"
|
|
295
|
+
/>
|
|
296
|
+
</span>
|
|
310
297
|
</span>
|
|
311
298
|
<button
|
|
312
|
-
class="MuiButtonBase-root MuiIconButton-root MuiIconButton-colorSecondary"
|
|
299
|
+
class="MuiButtonBase-root MuiIconButton-root MuiIconButton-colorSecondary MuiIconButton-sizeLarge css-1f88mc5-MuiButtonBase-root-MuiIconButton-root"
|
|
313
300
|
data-testid="zoom_in"
|
|
314
301
|
tabindex="0"
|
|
315
302
|
type="button"
|
|
316
303
|
>
|
|
317
|
-
<
|
|
318
|
-
|
|
304
|
+
<svg
|
|
305
|
+
aria-hidden="true"
|
|
306
|
+
class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-i4bv87-MuiSvgIcon-root"
|
|
307
|
+
data-testid="ZoomInIcon"
|
|
308
|
+
focusable="false"
|
|
309
|
+
viewBox="0 0 24 24"
|
|
319
310
|
>
|
|
320
|
-
<
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"
|
|
328
|
-
/>
|
|
329
|
-
<path
|
|
330
|
-
d="M12 10h-2v2H9v-2H7V9h2V7h1v2h2v1z"
|
|
331
|
-
/>
|
|
332
|
-
</svg>
|
|
333
|
-
</span>
|
|
311
|
+
<path
|
|
312
|
+
d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"
|
|
313
|
+
/>
|
|
314
|
+
<path
|
|
315
|
+
d="M12 10h-2v2H9v-2H7V9h2V7h1v2h2v1z"
|
|
316
|
+
/>
|
|
317
|
+
</svg>
|
|
334
318
|
<span
|
|
335
|
-
class="MuiTouchRipple-root"
|
|
319
|
+
class="MuiTouchRipple-root css-8je8zh-MuiTouchRipple-root"
|
|
336
320
|
/>
|
|
337
321
|
</button>
|
|
338
322
|
</div>
|
|
339
323
|
<div
|
|
340
|
-
class="
|
|
324
|
+
class="tss-1n1xfjh-spacer"
|
|
341
325
|
/>
|
|
342
326
|
</div>
|
|
343
327
|
</div>
|
|
344
328
|
</div>
|
|
345
329
|
<div
|
|
346
|
-
class="
|
|
347
|
-
|
|
330
|
+
class="tss-75rarj-tracksContainer"
|
|
331
|
+
data-testid="trackContainer"
|
|
348
332
|
>
|
|
349
333
|
<div
|
|
350
|
-
class="
|
|
334
|
+
class="tss-1rfvwmf-verticalGuidesZoomContainer"
|
|
351
335
|
>
|
|
352
336
|
<div
|
|
353
|
-
class="
|
|
337
|
+
class="tss-17gfnt3-verticalGuidesContainer"
|
|
354
338
|
style="left: -1024px; width: 2148px;"
|
|
355
339
|
>
|
|
356
340
|
<div
|
|
357
|
-
class="
|
|
341
|
+
class="tss-a9ifge-boundaryPaddingBlock"
|
|
358
342
|
style="width: 1024px;"
|
|
359
343
|
/>
|
|
360
344
|
<div
|
|
361
|
-
class="
|
|
345
|
+
class="tss-1dmfa10-contentBlock"
|
|
362
346
|
style="width: 100px;"
|
|
363
347
|
>
|
|
364
348
|
<div
|
|
365
|
-
class="
|
|
349
|
+
class="tss-1nnah7t-tick-majorTick"
|
|
366
350
|
style="left: -1px;"
|
|
367
351
|
/>
|
|
368
352
|
<div
|
|
369
|
-
class="
|
|
353
|
+
class="tss-i794sq-tick-minorTick"
|
|
370
354
|
style="left: 19px;"
|
|
371
355
|
/>
|
|
372
356
|
<div
|
|
373
|
-
class="
|
|
357
|
+
class="tss-i794sq-tick-minorTick"
|
|
374
358
|
style="left: 39px;"
|
|
375
359
|
/>
|
|
376
360
|
<div
|
|
377
|
-
class="
|
|
361
|
+
class="tss-i794sq-tick-minorTick"
|
|
378
362
|
style="left: 59px;"
|
|
379
363
|
/>
|
|
380
364
|
<div
|
|
381
|
-
class="
|
|
365
|
+
class="tss-i794sq-tick-minorTick"
|
|
382
366
|
style="left: 79px;"
|
|
383
367
|
/>
|
|
384
368
|
<div
|
|
385
|
-
class="
|
|
369
|
+
class="tss-i794sq-tick-minorTick"
|
|
386
370
|
style="left: 99px;"
|
|
387
371
|
/>
|
|
388
372
|
<div
|
|
389
|
-
class="
|
|
373
|
+
class="tss-i794sq-tick-minorTick"
|
|
390
374
|
style="left: 119px;"
|
|
391
375
|
/>
|
|
392
376
|
</div>
|
|
393
377
|
<div
|
|
394
|
-
class="
|
|
378
|
+
class="tss-a9ifge-boundaryPaddingBlock"
|
|
395
379
|
style="width: 1024px;"
|
|
396
380
|
/>
|
|
397
381
|
</div>
|
|
398
382
|
</div>
|
|
399
383
|
<div
|
|
400
|
-
class="
|
|
384
|
+
class="tss-16hdnmo-rubberBandControl"
|
|
401
385
|
data-testid="rubberBand_controls"
|
|
402
386
|
role="presentation"
|
|
403
387
|
>
|
|
404
388
|
<div
|
|
405
|
-
class="MuiPaper-root
|
|
389
|
+
class="MuiPaper-root MuiPaper-outlined MuiPaper-rounded tss-qo7a2p-scaleBarContainer css-172kgz0-MuiPaper-root"
|
|
406
390
|
data-resizer="true"
|
|
407
391
|
style="height: 17px; box-sizing: border-box;"
|
|
408
392
|
>
|
|
409
393
|
<div
|
|
410
|
-
class="
|
|
394
|
+
class="tss-17t6jej-scaleBarZoomContainer"
|
|
411
395
|
>
|
|
412
396
|
<div
|
|
413
|
-
class="
|
|
397
|
+
class="tss-1u2dss8-scaleBar"
|
|
414
398
|
style="left: -1025px; width: 2148px; height: 17px; box-sizing: border-box;"
|
|
415
399
|
>
|
|
416
400
|
<div
|
|
417
|
-
class="
|
|
401
|
+
class="tss-a9ifge-boundaryPaddingBlock"
|
|
418
402
|
style="background: none; width: 1024px;"
|
|
419
403
|
/>
|
|
420
404
|
<div
|
|
421
|
-
class="
|
|
405
|
+
class="tss-1dmfa10-contentBlock"
|
|
422
406
|
style="width: 100px;"
|
|
423
407
|
>
|
|
424
408
|
<div
|
|
425
|
-
class="
|
|
409
|
+
class="tss-1f3h2yl-tick"
|
|
426
410
|
style="left: -1px;"
|
|
427
411
|
/>
|
|
428
412
|
</div>
|
|
429
413
|
<div
|
|
430
|
-
class="
|
|
414
|
+
class="tss-a9ifge-boundaryPaddingBlock"
|
|
431
415
|
style="background: none; width: 1024px;"
|
|
432
416
|
/>
|
|
433
417
|
</div>
|
|
434
418
|
</div>
|
|
435
419
|
<p
|
|
436
|
-
class="MuiTypography-root
|
|
420
|
+
class="MuiTypography-root MuiTypography-body1 tss-1thb321-refLabel css-ahj2mt-MuiTypography-root"
|
|
437
421
|
data-testid="refLabel-ctgA"
|
|
438
422
|
style="left: -1px; padding-left: 1px;"
|
|
439
423
|
>
|
|
@@ -442,19 +426,20 @@ exports[`<LinearGenomeView /> renders one track, one region 1`] = `
|
|
|
442
426
|
</div>
|
|
443
427
|
</div>
|
|
444
428
|
<div
|
|
445
|
-
class="MuiPaper-root
|
|
429
|
+
class="MuiPaper-root MuiPaper-outlined MuiPaper-rounded tss-1wpon1s-root css-172kgz0-MuiPaper-root"
|
|
446
430
|
>
|
|
447
431
|
<div
|
|
448
|
-
class="MuiPaper-root
|
|
432
|
+
class="MuiPaper-root MuiPaper-elevation MuiPaper-rounded MuiPaper-elevation1 tss-v8mjql-trackLabel-trackLabelOverlap-root css-1ps6pg7-MuiPaper-root"
|
|
449
433
|
>
|
|
450
434
|
<span
|
|
451
|
-
class="
|
|
435
|
+
class="tss-10js96-dragHandle"
|
|
452
436
|
data-testid="dragHandle-lgv-testConfig"
|
|
453
437
|
draggable="true"
|
|
454
438
|
>
|
|
455
439
|
<svg
|
|
456
440
|
aria-hidden="true"
|
|
457
|
-
class="MuiSvgIcon-root
|
|
441
|
+
class="MuiSvgIcon-root MuiSvgIcon-fontSizeSmall tss-1ru4suz-dragHandleIcon css-ptiqhd-MuiSvgIcon-root"
|
|
442
|
+
data-testid="DragIndicatorIcon"
|
|
458
443
|
focusable="false"
|
|
459
444
|
viewBox="0 0 24 24"
|
|
460
445
|
>
|
|
@@ -464,85 +449,79 @@ exports[`<LinearGenomeView /> renders one track, one region 1`] = `
|
|
|
464
449
|
</svg>
|
|
465
450
|
</span>
|
|
466
451
|
<button
|
|
467
|
-
class="MuiButtonBase-root MuiIconButton-root
|
|
452
|
+
class="MuiButtonBase-root MuiIconButton-root MuiIconButton-colorSecondary MuiIconButton-sizeMedium tss-1lt70d9-iconButton css-1gws2xf-MuiButtonBase-root-MuiIconButton-root"
|
|
468
453
|
tabindex="0"
|
|
469
454
|
title="close this track"
|
|
470
455
|
type="button"
|
|
471
456
|
>
|
|
472
|
-
<
|
|
473
|
-
|
|
457
|
+
<svg
|
|
458
|
+
aria-hidden="true"
|
|
459
|
+
class="MuiSvgIcon-root MuiSvgIcon-fontSizeSmall css-ptiqhd-MuiSvgIcon-root"
|
|
460
|
+
data-testid="CloseIcon"
|
|
461
|
+
focusable="false"
|
|
462
|
+
viewBox="0 0 24 24"
|
|
474
463
|
>
|
|
475
|
-
<
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
viewBox="0 0 24 24"
|
|
480
|
-
>
|
|
481
|
-
<path
|
|
482
|
-
d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"
|
|
483
|
-
/>
|
|
484
|
-
</svg>
|
|
485
|
-
</span>
|
|
464
|
+
<path
|
|
465
|
+
d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"
|
|
466
|
+
/>
|
|
467
|
+
</svg>
|
|
486
468
|
<span
|
|
487
|
-
class="MuiTouchRipple-root"
|
|
469
|
+
class="MuiTouchRipple-root css-8je8zh-MuiTouchRipple-root"
|
|
488
470
|
/>
|
|
489
471
|
</button>
|
|
490
472
|
<span
|
|
491
|
-
class="MuiTypography-root
|
|
473
|
+
class="MuiTypography-root MuiTypography-body1 tss-j2z8q4-trackName css-ahj2mt-MuiTypography-root"
|
|
492
474
|
>
|
|
493
475
|
Foo Track
|
|
494
476
|
</span>
|
|
495
477
|
<button
|
|
496
478
|
aria-haspopup="true"
|
|
497
|
-
class="MuiButtonBase-root MuiIconButton-root
|
|
479
|
+
class="MuiButtonBase-root MuiIconButton-root MuiIconButton-colorSecondary MuiIconButton-sizeMedium tss-1lt70d9-iconButton css-1gws2xf-MuiButtonBase-root-MuiIconButton-root"
|
|
498
480
|
data-testid="track_menu_icon"
|
|
499
481
|
tabindex="0"
|
|
500
482
|
type="button"
|
|
501
483
|
>
|
|
502
|
-
<
|
|
503
|
-
|
|
484
|
+
<svg
|
|
485
|
+
aria-hidden="true"
|
|
486
|
+
class="MuiSvgIcon-root MuiSvgIcon-fontSizeSmall css-ptiqhd-MuiSvgIcon-root"
|
|
487
|
+
data-testid="MoreVertIcon"
|
|
488
|
+
focusable="false"
|
|
489
|
+
viewBox="0 0 24 24"
|
|
504
490
|
>
|
|
505
|
-
<
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
viewBox="0 0 24 24"
|
|
510
|
-
>
|
|
511
|
-
<path
|
|
512
|
-
d="M12 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"
|
|
513
|
-
/>
|
|
514
|
-
</svg>
|
|
515
|
-
</span>
|
|
491
|
+
<path
|
|
492
|
+
d="M12 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"
|
|
493
|
+
/>
|
|
494
|
+
</svg>
|
|
516
495
|
<span
|
|
517
|
-
class="MuiTouchRipple-root"
|
|
496
|
+
class="MuiTouchRipple-root css-8je8zh-MuiTouchRipple-root"
|
|
518
497
|
/>
|
|
519
498
|
</button>
|
|
520
499
|
</div>
|
|
521
500
|
<div
|
|
522
|
-
class="
|
|
501
|
+
class="tss-1ql7uaq-trackRenderingContainer"
|
|
523
502
|
data-testid="trackRenderingContainer-lgv-testConfig"
|
|
524
503
|
role="presentation"
|
|
525
504
|
style="height: 100px;"
|
|
526
505
|
>
|
|
527
506
|
<div
|
|
528
|
-
class="
|
|
507
|
+
class="tss-v11ioz-renderingComponentContainer"
|
|
529
508
|
style="transform: scaleX(1);"
|
|
530
509
|
>
|
|
531
510
|
<div
|
|
532
|
-
class="
|
|
511
|
+
class="tss-1y9lrrz-display"
|
|
533
512
|
data-testid="display-testConfig-LinearBareDisplay"
|
|
534
513
|
>
|
|
535
514
|
<div
|
|
536
|
-
class="
|
|
515
|
+
class="tss-d6gpow-linearBlocks"
|
|
537
516
|
data-testid="Blockset"
|
|
538
517
|
style="left: -1024px;"
|
|
539
518
|
>
|
|
540
519
|
<div
|
|
541
|
-
class="
|
|
520
|
+
class="tss-a9ifge-boundaryPaddingBlock"
|
|
542
521
|
style="background: none; width: 1024px;"
|
|
543
522
|
/>
|
|
544
523
|
<div
|
|
545
|
-
class="
|
|
524
|
+
class="tss-1dmfa10-contentBlock"
|
|
546
525
|
style="width: 100px;"
|
|
547
526
|
>
|
|
548
527
|
<div
|
|
@@ -550,7 +529,7 @@ exports[`<LinearGenomeView /> renders one track, one region 1`] = `
|
|
|
550
529
|
/>
|
|
551
530
|
</div>
|
|
552
531
|
<div
|
|
553
|
-
class="
|
|
532
|
+
class="tss-a9ifge-boundaryPaddingBlock"
|
|
554
533
|
style="background: none; width: 1024px;"
|
|
555
534
|
/>
|
|
556
535
|
</div>
|
|
@@ -558,11 +537,11 @@ exports[`<LinearGenomeView /> renders one track, one region 1`] = `
|
|
|
558
537
|
</div>
|
|
559
538
|
</div>
|
|
560
539
|
<div
|
|
561
|
-
class="
|
|
540
|
+
class="tss-1hk9st0-overlay"
|
|
562
541
|
style="height: 100px;"
|
|
563
542
|
/>
|
|
564
543
|
<div
|
|
565
|
-
class="
|
|
544
|
+
class="tss-14zcv15-horizontalHandle-resizeHandle"
|
|
566
545
|
data-resizer="true"
|
|
567
546
|
role="presentation"
|
|
568
547
|
/>
|
|
@@ -580,73 +559,73 @@ exports[`<LinearGenomeView /> renders two tracks, two regions 1`] = `
|
|
|
580
559
|
style="position: relative;"
|
|
581
560
|
>
|
|
582
561
|
<div
|
|
583
|
-
class="
|
|
562
|
+
class="tss-16hdnmo-rubberBandControl"
|
|
584
563
|
role="presentation"
|
|
585
564
|
>
|
|
586
565
|
<div
|
|
587
|
-
class="
|
|
566
|
+
class="tss-1420449-scaleBar"
|
|
588
567
|
>
|
|
589
568
|
<div
|
|
590
|
-
class="
|
|
591
|
-
style="width: 580px; left: 0px; background: rgba(
|
|
569
|
+
class="tss-1i1w1rp-scaleBarVisibleRegion"
|
|
570
|
+
style="width: 580px; left: 0px; background: rgba(66, 165, 245, 0.3); border-color: #42a5f5;"
|
|
592
571
|
/>
|
|
593
572
|
<div
|
|
594
|
-
class="
|
|
573
|
+
class="tss-z1h6g4-scaleBarContig"
|
|
595
574
|
style="width: 0px; left: 0px; background-color: rgb(153, 153, 153);"
|
|
596
575
|
/>
|
|
597
576
|
<div>
|
|
598
577
|
<p
|
|
599
|
-
class="MuiTypography-root
|
|
578
|
+
class="MuiTypography-root MuiTypography-body1 tss-1lje7uj-scaleBarRefName css-ahj2mt-MuiTypography-root"
|
|
600
579
|
style="left: 3px; color: rgb(153, 102, 0);"
|
|
601
580
|
>
|
|
602
581
|
ctgA
|
|
603
582
|
</p>
|
|
604
583
|
<div
|
|
605
|
-
class="
|
|
584
|
+
class="tss-1an6zsa-scaleBarContig-scaleBarContigForward-scaleBarBorder"
|
|
606
585
|
style="left: 0px; width: 72.72727272727273px; border-color: rgb(153, 102, 0);"
|
|
607
586
|
/>
|
|
608
587
|
</div>
|
|
609
588
|
<div
|
|
610
|
-
class="
|
|
589
|
+
class="tss-z1h6g4-scaleBarContig"
|
|
611
590
|
style="width: 0px; left: 72.72727272727273px; background-color: rgb(153, 153, 153);"
|
|
612
591
|
/>
|
|
613
592
|
<div>
|
|
614
593
|
<p
|
|
615
|
-
class="MuiTypography-root
|
|
594
|
+
class="MuiTypography-root MuiTypography-body1 tss-1lje7uj-scaleBarRefName css-ahj2mt-MuiTypography-root"
|
|
616
595
|
style="left: 75.72727272727273px;"
|
|
617
596
|
>
|
|
618
597
|
ctgB
|
|
619
598
|
</p>
|
|
620
599
|
<div
|
|
621
|
-
class="
|
|
600
|
+
class="tss-1an6zsa-scaleBarContig-scaleBarContigForward-scaleBarBorder"
|
|
622
601
|
style="left: 72.72727272727273px; width: 727.2727272727273px;"
|
|
623
602
|
>
|
|
624
603
|
<p
|
|
625
|
-
class="MuiTypography-root
|
|
604
|
+
class="MuiTypography-root MuiTypography-body2 tss-e2q157-scaleBarLabel css-e784if-MuiTypography-root"
|
|
626
605
|
style="left: 145.0909090909091px; pointer-events: none;"
|
|
627
606
|
>
|
|
628
607
|
1,200
|
|
629
608
|
</p>
|
|
630
609
|
<p
|
|
631
|
-
class="MuiTypography-root
|
|
610
|
+
class="MuiTypography-root MuiTypography-body2 tss-e2q157-scaleBarLabel css-e784if-MuiTypography-root"
|
|
632
611
|
style="left: 290.1818181818182px; pointer-events: none;"
|
|
633
612
|
>
|
|
634
613
|
1,400
|
|
635
614
|
</p>
|
|
636
615
|
<p
|
|
637
|
-
class="MuiTypography-root
|
|
616
|
+
class="MuiTypography-root MuiTypography-body2 tss-e2q157-scaleBarLabel css-e784if-MuiTypography-root"
|
|
638
617
|
style="left: 435.27272727272725px; pointer-events: none;"
|
|
639
618
|
>
|
|
640
619
|
1,600
|
|
641
620
|
</p>
|
|
642
621
|
<p
|
|
643
|
-
class="MuiTypography-root
|
|
622
|
+
class="MuiTypography-root MuiTypography-body2 tss-e2q157-scaleBarLabel css-e784if-MuiTypography-root"
|
|
644
623
|
style="left: 580.3636363636364px; pointer-events: none;"
|
|
645
624
|
>
|
|
646
625
|
1,800
|
|
647
626
|
</p>
|
|
648
627
|
<p
|
|
649
|
-
class="MuiTypography-root
|
|
628
|
+
class="MuiTypography-root MuiTypography-body2 tss-e2q157-scaleBarLabel css-e784if-MuiTypography-root"
|
|
650
629
|
style="left: 725.4545454545454px; pointer-events: none;"
|
|
651
630
|
>
|
|
652
631
|
2,000
|
|
@@ -654,139 +633,130 @@ exports[`<LinearGenomeView /> renders two tracks, two regions 1`] = `
|
|
|
654
633
|
</div>
|
|
655
634
|
</div>
|
|
656
635
|
<div
|
|
657
|
-
class="
|
|
636
|
+
class="tss-z1h6g4-scaleBarContig"
|
|
658
637
|
style="width: 0px; left: 800px; background-color: rgb(153, 153, 153);"
|
|
659
638
|
/>
|
|
660
639
|
</div>
|
|
661
640
|
</div>
|
|
662
641
|
</div>
|
|
663
642
|
<div
|
|
664
|
-
class="
|
|
643
|
+
class="tss-1fs11k8-overview"
|
|
665
644
|
>
|
|
666
645
|
<svg
|
|
667
|
-
class="
|
|
646
|
+
class="tss-1fsr3xw-overviewSvg"
|
|
668
647
|
height="48"
|
|
669
648
|
>
|
|
670
649
|
<polygon
|
|
671
|
-
fill="rgba(
|
|
650
|
+
fill="rgba(66, 165, 245, 0.3)"
|
|
672
651
|
points="0,48,802,48,580,0,0,0"
|
|
673
|
-
stroke="rgba(
|
|
652
|
+
stroke="rgba(66, 165, 245, 0.8)"
|
|
674
653
|
/>
|
|
675
654
|
</svg>
|
|
676
655
|
<div
|
|
677
|
-
class="
|
|
656
|
+
class="tss-ig8oez-headerBar"
|
|
678
657
|
>
|
|
679
658
|
<button
|
|
680
|
-
class="
|
|
659
|
+
class="MuiButton-root MuiButton-text MuiButton-textSecondary MuiButton-sizeMedium MuiButton-textSizeMedium MuiButtonBase-root tss-19jxj46-toggleButton css-1d3f8j8-MuiButtonBase-root-MuiButton-root"
|
|
681
660
|
tabindex="0"
|
|
682
661
|
title="Open track selector"
|
|
683
662
|
type="button"
|
|
684
663
|
value="track_select"
|
|
685
664
|
>
|
|
686
|
-
<
|
|
687
|
-
|
|
665
|
+
<svg
|
|
666
|
+
aria-hidden="true"
|
|
667
|
+
class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium tss-m778v2-buttonSpacer css-i4bv87-MuiSvgIcon-root"
|
|
668
|
+
focusable="false"
|
|
669
|
+
viewBox="0 0 24 24"
|
|
688
670
|
>
|
|
689
|
-
<
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
viewBox="0 0 24 24"
|
|
694
|
-
>
|
|
695
|
-
<path
|
|
696
|
-
d="M21 19v-2H8v2h13m0-6v-2H8v2h13M8 7h13V5H8v2M4 5v2h2V5H4M3 5a1 1 0 011-1h2a1 1 0 011 1v2a1 1 0 01-1 1H4a1 1 0 01-1-1V5m1 6v2h2v-2H4m-1 0a1 1 0 011-1h2a1 1 0 011 1v2a1 1 0 01-1 1H4a1 1 0 01-1-1v-2m1 6v2h2v-2H4m-1 0a1 1 0 011-1h2a1 1 0 011 1v2a1 1 0 01-1 1H4a1 1 0 01-1-1v-2z"
|
|
697
|
-
/>
|
|
698
|
-
</svg>
|
|
699
|
-
</span>
|
|
671
|
+
<path
|
|
672
|
+
d="M21 19v-2H8v2h13m0-6v-2H8v2h13M8 7h13V5H8v2M4 5v2h2V5H4M3 5a1 1 0 011-1h2a1 1 0 011 1v2a1 1 0 01-1 1H4a1 1 0 01-1-1V5m1 6v2h2v-2H4m-1 0a1 1 0 011-1h2a1 1 0 011 1v2a1 1 0 01-1 1H4a1 1 0 01-1-1v-2m1 6v2h2v-2H4m-1 0a1 1 0 011-1h2a1 1 0 011 1v2a1 1 0 01-1 1H4a1 1 0 01-1-1v-2z"
|
|
673
|
+
/>
|
|
674
|
+
</svg>
|
|
700
675
|
<span
|
|
701
|
-
class="MuiTouchRipple-root"
|
|
676
|
+
class="MuiTouchRipple-root css-8je8zh-MuiTouchRipple-root"
|
|
702
677
|
/>
|
|
703
678
|
</button>
|
|
704
679
|
<div
|
|
705
|
-
class="
|
|
680
|
+
class="tss-1n1xfjh-spacer"
|
|
706
681
|
/>
|
|
707
682
|
<div
|
|
708
|
-
class="MuiFormGroup-root
|
|
683
|
+
class="MuiFormGroup-root MuiFormGroup-row tss-4gub8h-headerForm css-qfz70r-MuiFormGroup-root"
|
|
709
684
|
>
|
|
710
685
|
<button
|
|
711
|
-
class="
|
|
686
|
+
class="MuiButton-root MuiButton-outlined MuiButton-outlinedPrimary MuiButton-sizeMedium MuiButton-outlinedSizeMedium MuiButtonBase-root tss-7ktir1-panButton css-1rwt2y5-MuiButtonBase-root-MuiButton-root"
|
|
712
687
|
tabindex="0"
|
|
713
688
|
type="button"
|
|
714
689
|
>
|
|
715
|
-
<
|
|
716
|
-
|
|
690
|
+
<svg
|
|
691
|
+
aria-hidden="true"
|
|
692
|
+
class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-i4bv87-MuiSvgIcon-root"
|
|
693
|
+
data-testid="ArrowBackIcon"
|
|
694
|
+
focusable="false"
|
|
695
|
+
viewBox="0 0 24 24"
|
|
717
696
|
>
|
|
718
|
-
<
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
viewBox="0 0 24 24"
|
|
723
|
-
>
|
|
724
|
-
<path
|
|
725
|
-
d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"
|
|
726
|
-
/>
|
|
727
|
-
</svg>
|
|
728
|
-
</span>
|
|
697
|
+
<path
|
|
698
|
+
d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"
|
|
699
|
+
/>
|
|
700
|
+
</svg>
|
|
729
701
|
<span
|
|
730
|
-
class="MuiTouchRipple-root"
|
|
702
|
+
class="MuiTouchRipple-root css-8je8zh-MuiTouchRipple-root"
|
|
731
703
|
/>
|
|
732
704
|
</button>
|
|
733
705
|
<button
|
|
734
|
-
class="
|
|
706
|
+
class="MuiButton-root MuiButton-outlined MuiButton-outlinedPrimary MuiButton-sizeMedium MuiButton-outlinedSizeMedium MuiButtonBase-root tss-7ktir1-panButton css-1rwt2y5-MuiButtonBase-root-MuiButton-root"
|
|
735
707
|
tabindex="0"
|
|
736
708
|
type="button"
|
|
737
709
|
>
|
|
738
|
-
<
|
|
739
|
-
|
|
710
|
+
<svg
|
|
711
|
+
aria-hidden="true"
|
|
712
|
+
class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-i4bv87-MuiSvgIcon-root"
|
|
713
|
+
data-testid="ArrowForwardIcon"
|
|
714
|
+
focusable="false"
|
|
715
|
+
viewBox="0 0 24 24"
|
|
740
716
|
>
|
|
741
|
-
<
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
viewBox="0 0 24 24"
|
|
746
|
-
>
|
|
747
|
-
<path
|
|
748
|
-
d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"
|
|
749
|
-
/>
|
|
750
|
-
</svg>
|
|
751
|
-
</span>
|
|
717
|
+
<path
|
|
718
|
+
d="m12 4-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"
|
|
719
|
+
/>
|
|
720
|
+
</svg>
|
|
752
721
|
<span
|
|
753
|
-
class="MuiTouchRipple-root"
|
|
722
|
+
class="MuiTouchRipple-root css-8je8zh-MuiTouchRipple-root"
|
|
754
723
|
/>
|
|
755
724
|
</button>
|
|
756
725
|
<div
|
|
757
|
-
|
|
758
|
-
class="MuiAutocomplete-root"
|
|
726
|
+
class="MuiAutocomplete-root css-16awh2u-MuiAutocomplete-root"
|
|
759
727
|
data-testid="autocomplete"
|
|
760
|
-
role="combobox"
|
|
761
728
|
style="width: 255.27500000000003px;"
|
|
762
729
|
>
|
|
763
730
|
<div
|
|
764
|
-
class="MuiFormControl-root MuiTextField-root
|
|
731
|
+
class="MuiFormControl-root MuiFormControl-fullWidth MuiTextField-root tss-1vhven7-headerRefName css-wb57ya-MuiFormControl-root-MuiTextField-root"
|
|
765
732
|
style="margin: 7px; min-width: 175px;"
|
|
766
733
|
>
|
|
767
734
|
<div
|
|
768
|
-
class="
|
|
735
|
+
class="MuiOutlinedInput-root MuiInputBase-root MuiInputBase-colorPrimary MuiInputBase-fullWidth MuiInputBase-formControl MuiInputBase-adornedEnd MuiAutocomplete-inputRoot css-154xyx0-MuiInputBase-root-MuiOutlinedInput-root"
|
|
769
736
|
style="padding: 0px; height: 32px; background: rgba(255, 255, 255, 0.8);"
|
|
770
737
|
>
|
|
771
738
|
<input
|
|
772
739
|
aria-autocomplete="list"
|
|
740
|
+
aria-expanded="false"
|
|
773
741
|
aria-invalid="false"
|
|
774
742
|
autocapitalize="none"
|
|
775
743
|
autocomplete="off"
|
|
776
|
-
class="
|
|
744
|
+
class="MuiOutlinedInput-input MuiInputBase-input MuiInputBase-inputAdornedEnd MuiAutocomplete-input MuiAutocomplete-inputFocused css-nxo287-MuiInputBase-input-MuiOutlinedInput-input"
|
|
777
745
|
id="refNameAutocomplete-lgv"
|
|
778
746
|
placeholder="Search for location"
|
|
747
|
+
role="combobox"
|
|
779
748
|
spellcheck="false"
|
|
780
749
|
type="text"
|
|
781
750
|
value="ctgA:1..100 ctgB:1,001..1,698"
|
|
782
751
|
/>
|
|
783
752
|
<div
|
|
784
|
-
class="MuiInputAdornment-root MuiInputAdornment-positionEnd"
|
|
753
|
+
class="MuiInputAdornment-root MuiInputAdornment-positionEnd MuiInputAdornment-outlined MuiInputAdornment-sizeMedium css-1laqsz7-MuiInputAdornment-root"
|
|
785
754
|
style="margin-right: 7px;"
|
|
786
755
|
>
|
|
787
756
|
<svg
|
|
788
757
|
aria-hidden="true"
|
|
789
|
-
class="MuiSvgIcon-root"
|
|
758
|
+
class="MuiSvgIcon-root MuiSvgIcon-fontSizeSmall css-ptiqhd-MuiSvgIcon-root"
|
|
759
|
+
data-testid="SearchIcon"
|
|
790
760
|
focusable="false"
|
|
791
761
|
viewBox="0 0 24 24"
|
|
792
762
|
>
|
|
@@ -795,42 +765,36 @@ exports[`<LinearGenomeView /> renders two tracks, two regions 1`] = `
|
|
|
795
765
|
/>
|
|
796
766
|
</svg>
|
|
797
767
|
<button
|
|
798
|
-
class="MuiButtonBase-root MuiIconButton-root"
|
|
768
|
+
class="MuiButtonBase-root MuiIconButton-root MuiIconButton-sizeSmall css-1pe4mpk-MuiButtonBase-root-MuiIconButton-root"
|
|
799
769
|
tabindex="0"
|
|
800
770
|
type="button"
|
|
801
771
|
>
|
|
802
|
-
<
|
|
803
|
-
|
|
772
|
+
<svg
|
|
773
|
+
aria-hidden="true"
|
|
774
|
+
class="MuiSvgIcon-root MuiSvgIcon-fontSizeSmall css-ptiqhd-MuiSvgIcon-root"
|
|
775
|
+
data-testid="HelpIcon"
|
|
776
|
+
focusable="false"
|
|
777
|
+
viewBox="0 0 24 24"
|
|
804
778
|
>
|
|
805
|
-
<
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
viewBox="0 0 24 24"
|
|
810
|
-
>
|
|
811
|
-
<path
|
|
812
|
-
d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 17h-2v-2h2v2zm2.07-7.75l-.9.92C13.45 12.9 13 13.5 13 15h-2v-.5c0-1.1.45-2.1 1.17-2.83l1.24-1.26c.37-.36.59-.86.59-1.41 0-1.1-.9-2-2-2s-2 .9-2 2H8c0-2.21 1.79-4 4-4s4 1.79 4 4c0 .88-.36 1.68-.93 2.25z"
|
|
813
|
-
/>
|
|
814
|
-
</svg>
|
|
815
|
-
</span>
|
|
779
|
+
<path
|
|
780
|
+
d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 17h-2v-2h2v2zm2.07-7.75-.9.92C13.45 12.9 13 13.5 13 15h-2v-.5c0-1.1.45-2.1 1.17-2.83l1.24-1.26c.37-.36.59-.86.59-1.41 0-1.1-.9-2-2-2s-2 .9-2 2H8c0-2.21 1.79-4 4-4s4 1.79 4 4c0 .88-.36 1.68-.93 2.25z"
|
|
781
|
+
/>
|
|
782
|
+
</svg>
|
|
816
783
|
<span
|
|
817
|
-
class="MuiTouchRipple-root"
|
|
784
|
+
class="MuiTouchRipple-root css-8je8zh-MuiTouchRipple-root"
|
|
818
785
|
/>
|
|
819
786
|
</button>
|
|
820
787
|
</div>
|
|
821
|
-
<div
|
|
822
|
-
class="MuiAutocomplete-endAdornment"
|
|
823
|
-
/>
|
|
824
788
|
<fieldset
|
|
825
789
|
aria-hidden="true"
|
|
826
|
-
class="
|
|
827
|
-
style="padding-left: 8px;"
|
|
790
|
+
class="MuiOutlinedInput-notchedOutline css-1d3z3hw-MuiOutlinedInput-notchedOutline"
|
|
828
791
|
>
|
|
829
792
|
<legend
|
|
830
|
-
class="
|
|
831
|
-
style="width: 0.01px;"
|
|
793
|
+
class="css-hdw1oc"
|
|
832
794
|
>
|
|
833
|
-
<span
|
|
795
|
+
<span
|
|
796
|
+
class="notranslate"
|
|
797
|
+
>
|
|
834
798
|
|
|
835
799
|
</span>
|
|
836
800
|
</legend>
|
|
@@ -840,482 +804,481 @@ exports[`<LinearGenomeView /> renders two tracks, two regions 1`] = `
|
|
|
840
804
|
</div>
|
|
841
805
|
</div>
|
|
842
806
|
<p
|
|
843
|
-
class="MuiTypography-root
|
|
807
|
+
class="MuiTypography-root MuiTypography-body2 tss-1qpgd02-bp css-r40f8v-MuiTypography-root"
|
|
844
808
|
>
|
|
845
809
|
798bp
|
|
846
810
|
</p>
|
|
847
811
|
<div
|
|
848
|
-
class="
|
|
812
|
+
class="tss-z84q6m-container"
|
|
849
813
|
>
|
|
850
814
|
<button
|
|
851
|
-
class="MuiButtonBase-root MuiIconButton-root MuiIconButton-colorSecondary"
|
|
815
|
+
class="MuiButtonBase-root MuiIconButton-root MuiIconButton-colorSecondary MuiIconButton-sizeLarge css-1f88mc5-MuiButtonBase-root-MuiIconButton-root"
|
|
852
816
|
data-testid="zoom_out"
|
|
853
817
|
tabindex="0"
|
|
854
818
|
type="button"
|
|
855
819
|
>
|
|
856
|
-
<
|
|
857
|
-
|
|
820
|
+
<svg
|
|
821
|
+
aria-hidden="true"
|
|
822
|
+
class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-i4bv87-MuiSvgIcon-root"
|
|
823
|
+
data-testid="ZoomOutIcon"
|
|
824
|
+
focusable="false"
|
|
825
|
+
viewBox="0 0 24 24"
|
|
858
826
|
>
|
|
859
|
-
<
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
viewBox="0 0 24 24"
|
|
864
|
-
>
|
|
865
|
-
<path
|
|
866
|
-
d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14zM7 9h5v1H7z"
|
|
867
|
-
/>
|
|
868
|
-
</svg>
|
|
869
|
-
</span>
|
|
827
|
+
<path
|
|
828
|
+
d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14zM7 9h5v1H7z"
|
|
829
|
+
/>
|
|
830
|
+
</svg>
|
|
870
831
|
<span
|
|
871
|
-
class="MuiTouchRipple-root"
|
|
832
|
+
class="MuiTouchRipple-root css-8je8zh-MuiTouchRipple-root"
|
|
872
833
|
/>
|
|
873
834
|
</button>
|
|
874
835
|
<span
|
|
875
|
-
class="MuiSlider-
|
|
836
|
+
class="MuiSlider-colorPrimary MuiSlider-sizeSmall MuiSlider-root tss-1c03ro5-slider css-53tbrc-MuiSlider-root"
|
|
876
837
|
>
|
|
877
838
|
<span
|
|
878
|
-
class="MuiSlider-rail"
|
|
839
|
+
class="MuiSlider-rail css-14pt78w-MuiSlider-rail"
|
|
879
840
|
/>
|
|
880
841
|
<span
|
|
881
|
-
class="MuiSlider-track"
|
|
842
|
+
class="MuiSlider-track css-1n40zqk-MuiSlider-track"
|
|
882
843
|
style="left: 0%; width: 9.774680693120512%;"
|
|
883
844
|
/>
|
|
884
|
-
<input
|
|
885
|
-
type="hidden"
|
|
886
|
-
value="0"
|
|
887
|
-
/>
|
|
888
845
|
<span
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
aria-valuemin="-61.143471208234715"
|
|
892
|
-
aria-valuenow="0"
|
|
893
|
-
class="MuiSlider-thumb MuiSlider-thumbColorPrimary"
|
|
846
|
+
class="MuiSlider-thumbColorPrimary MuiSlider-thumbSizeSmall MuiSlider-thumb css-14gf62f-MuiSlider-thumb"
|
|
847
|
+
data-focusvisible="false"
|
|
894
848
|
data-index="0"
|
|
895
|
-
role="slider"
|
|
896
849
|
style="left: 9.774680693120512%;"
|
|
897
|
-
|
|
898
|
-
|
|
850
|
+
>
|
|
851
|
+
<input
|
|
852
|
+
aria-orientation="horizontal"
|
|
853
|
+
aria-valuemax="564.3856189774724"
|
|
854
|
+
aria-valuemin="-61.143471208234715"
|
|
855
|
+
aria-valuenow="0"
|
|
856
|
+
data-index="0"
|
|
857
|
+
max="564.3856189774724"
|
|
858
|
+
min="-61.143471208234715"
|
|
859
|
+
step="1"
|
|
860
|
+
style="border: 0px; height: 100%; margin: -1px; overflow: hidden; padding: 0px; position: absolute; white-space: nowrap; width: 100%; direction: ltr;"
|
|
861
|
+
type="range"
|
|
862
|
+
value="0"
|
|
863
|
+
/>
|
|
864
|
+
</span>
|
|
899
865
|
</span>
|
|
900
866
|
<button
|
|
901
|
-
class="MuiButtonBase-root MuiIconButton-root MuiIconButton-colorSecondary"
|
|
867
|
+
class="MuiButtonBase-root MuiIconButton-root MuiIconButton-colorSecondary MuiIconButton-sizeLarge css-1f88mc5-MuiButtonBase-root-MuiIconButton-root"
|
|
902
868
|
data-testid="zoom_in"
|
|
903
869
|
tabindex="0"
|
|
904
870
|
type="button"
|
|
905
871
|
>
|
|
906
|
-
<
|
|
907
|
-
|
|
872
|
+
<svg
|
|
873
|
+
aria-hidden="true"
|
|
874
|
+
class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-i4bv87-MuiSvgIcon-root"
|
|
875
|
+
data-testid="ZoomInIcon"
|
|
876
|
+
focusable="false"
|
|
877
|
+
viewBox="0 0 24 24"
|
|
908
878
|
>
|
|
909
|
-
<
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"
|
|
917
|
-
/>
|
|
918
|
-
<path
|
|
919
|
-
d="M12 10h-2v2H9v-2H7V9h2V7h1v2h2v1z"
|
|
920
|
-
/>
|
|
921
|
-
</svg>
|
|
922
|
-
</span>
|
|
879
|
+
<path
|
|
880
|
+
d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"
|
|
881
|
+
/>
|
|
882
|
+
<path
|
|
883
|
+
d="M12 10h-2v2H9v-2H7V9h2V7h1v2h2v1z"
|
|
884
|
+
/>
|
|
885
|
+
</svg>
|
|
923
886
|
<span
|
|
924
|
-
class="MuiTouchRipple-root"
|
|
887
|
+
class="MuiTouchRipple-root css-8je8zh-MuiTouchRipple-root"
|
|
925
888
|
/>
|
|
926
889
|
</button>
|
|
927
890
|
</div>
|
|
928
891
|
<div
|
|
929
|
-
class="
|
|
892
|
+
class="tss-1n1xfjh-spacer"
|
|
930
893
|
/>
|
|
931
894
|
</div>
|
|
932
895
|
</div>
|
|
933
896
|
</div>
|
|
934
897
|
<div
|
|
935
|
-
class="
|
|
936
|
-
|
|
898
|
+
class="tss-75rarj-tracksContainer"
|
|
899
|
+
data-testid="trackContainer"
|
|
937
900
|
>
|
|
938
901
|
<div
|
|
939
|
-
class="
|
|
902
|
+
class="tss-1rfvwmf-verticalGuidesZoomContainer"
|
|
940
903
|
>
|
|
941
904
|
<div
|
|
942
|
-
class="
|
|
905
|
+
class="tss-17gfnt3-verticalGuidesContainer"
|
|
943
906
|
style="left: -1024px; width: 3150px;"
|
|
944
907
|
>
|
|
945
908
|
<div
|
|
946
|
-
class="
|
|
909
|
+
class="tss-a9ifge-boundaryPaddingBlock"
|
|
947
910
|
style="width: 1024px;"
|
|
948
911
|
/>
|
|
949
912
|
<div
|
|
950
|
-
class="
|
|
913
|
+
class="tss-1dmfa10-contentBlock"
|
|
951
914
|
style="width: 100px;"
|
|
952
915
|
>
|
|
953
916
|
<div
|
|
954
|
-
class="
|
|
917
|
+
class="tss-1nnah7t-tick-majorTick"
|
|
955
918
|
style="left: -1px;"
|
|
956
919
|
/>
|
|
957
920
|
<div
|
|
958
|
-
class="
|
|
921
|
+
class="tss-i794sq-tick-minorTick"
|
|
959
922
|
style="left: 19px;"
|
|
960
923
|
/>
|
|
961
924
|
<div
|
|
962
|
-
class="
|
|
925
|
+
class="tss-i794sq-tick-minorTick"
|
|
963
926
|
style="left: 39px;"
|
|
964
927
|
/>
|
|
965
928
|
<div
|
|
966
|
-
class="
|
|
929
|
+
class="tss-i794sq-tick-minorTick"
|
|
967
930
|
style="left: 59px;"
|
|
968
931
|
/>
|
|
969
932
|
<div
|
|
970
|
-
class="
|
|
933
|
+
class="tss-i794sq-tick-minorTick"
|
|
971
934
|
style="left: 79px;"
|
|
972
935
|
/>
|
|
973
936
|
<div
|
|
974
|
-
class="
|
|
937
|
+
class="tss-i794sq-tick-minorTick"
|
|
975
938
|
style="left: 99px;"
|
|
976
939
|
/>
|
|
977
940
|
<div
|
|
978
|
-
class="
|
|
941
|
+
class="tss-i794sq-tick-minorTick"
|
|
979
942
|
style="left: 119px;"
|
|
980
943
|
/>
|
|
981
944
|
</div>
|
|
982
945
|
<div
|
|
983
|
-
class="
|
|
946
|
+
class="tss-1x3apsi-interRegionPaddingBlock"
|
|
984
947
|
style="width: 2px;"
|
|
985
948
|
/>
|
|
986
949
|
<div
|
|
987
|
-
class="
|
|
950
|
+
class="tss-1dmfa10-contentBlock"
|
|
988
951
|
style="width: 1000px;"
|
|
989
952
|
>
|
|
990
953
|
<div
|
|
991
|
-
class="
|
|
954
|
+
class="tss-1nnah7t-tick-majorTick"
|
|
992
955
|
style="left: -1px;"
|
|
993
956
|
/>
|
|
994
957
|
<div
|
|
995
|
-
class="
|
|
958
|
+
class="tss-i794sq-tick-minorTick"
|
|
996
959
|
style="left: 19px;"
|
|
997
960
|
/>
|
|
998
961
|
<div
|
|
999
|
-
class="
|
|
962
|
+
class="tss-i794sq-tick-minorTick"
|
|
1000
963
|
style="left: 39px;"
|
|
1001
964
|
/>
|
|
1002
965
|
<div
|
|
1003
|
-
class="
|
|
966
|
+
class="tss-i794sq-tick-minorTick"
|
|
1004
967
|
style="left: 59px;"
|
|
1005
968
|
/>
|
|
1006
969
|
<div
|
|
1007
|
-
class="
|
|
970
|
+
class="tss-i794sq-tick-minorTick"
|
|
1008
971
|
style="left: 79px;"
|
|
1009
972
|
/>
|
|
1010
973
|
<div
|
|
1011
|
-
class="
|
|
974
|
+
class="tss-i794sq-tick-minorTick"
|
|
1012
975
|
style="left: 99px;"
|
|
1013
976
|
/>
|
|
1014
977
|
<div
|
|
1015
|
-
class="
|
|
978
|
+
class="tss-i794sq-tick-minorTick"
|
|
1016
979
|
style="left: 119px;"
|
|
1017
980
|
/>
|
|
1018
981
|
<div
|
|
1019
|
-
class="
|
|
982
|
+
class="tss-i794sq-tick-minorTick"
|
|
1020
983
|
style="left: 139px;"
|
|
1021
984
|
/>
|
|
1022
985
|
<div
|
|
1023
|
-
class="
|
|
986
|
+
class="tss-i794sq-tick-minorTick"
|
|
1024
987
|
style="left: 159px;"
|
|
1025
988
|
/>
|
|
1026
989
|
<div
|
|
1027
|
-
class="
|
|
990
|
+
class="tss-i794sq-tick-minorTick"
|
|
1028
991
|
style="left: 179px;"
|
|
1029
992
|
/>
|
|
1030
993
|
<div
|
|
1031
|
-
class="
|
|
994
|
+
class="tss-1nnah7t-tick-majorTick"
|
|
1032
995
|
style="left: 199px;"
|
|
1033
996
|
/>
|
|
1034
997
|
<div
|
|
1035
|
-
class="
|
|
998
|
+
class="tss-i794sq-tick-minorTick"
|
|
1036
999
|
style="left: 219px;"
|
|
1037
1000
|
/>
|
|
1038
1001
|
<div
|
|
1039
|
-
class="
|
|
1002
|
+
class="tss-i794sq-tick-minorTick"
|
|
1040
1003
|
style="left: 239px;"
|
|
1041
1004
|
/>
|
|
1042
1005
|
<div
|
|
1043
|
-
class="
|
|
1006
|
+
class="tss-i794sq-tick-minorTick"
|
|
1044
1007
|
style="left: 259px;"
|
|
1045
1008
|
/>
|
|
1046
1009
|
<div
|
|
1047
|
-
class="
|
|
1010
|
+
class="tss-i794sq-tick-minorTick"
|
|
1048
1011
|
style="left: 279px;"
|
|
1049
1012
|
/>
|
|
1050
1013
|
<div
|
|
1051
|
-
class="
|
|
1014
|
+
class="tss-i794sq-tick-minorTick"
|
|
1052
1015
|
style="left: 299px;"
|
|
1053
1016
|
/>
|
|
1054
1017
|
<div
|
|
1055
|
-
class="
|
|
1018
|
+
class="tss-i794sq-tick-minorTick"
|
|
1056
1019
|
style="left: 319px;"
|
|
1057
1020
|
/>
|
|
1058
1021
|
<div
|
|
1059
|
-
class="
|
|
1022
|
+
class="tss-i794sq-tick-minorTick"
|
|
1060
1023
|
style="left: 339px;"
|
|
1061
1024
|
/>
|
|
1062
1025
|
<div
|
|
1063
|
-
class="
|
|
1026
|
+
class="tss-i794sq-tick-minorTick"
|
|
1064
1027
|
style="left: 359px;"
|
|
1065
1028
|
/>
|
|
1066
1029
|
<div
|
|
1067
|
-
class="
|
|
1030
|
+
class="tss-i794sq-tick-minorTick"
|
|
1068
1031
|
style="left: 379px;"
|
|
1069
1032
|
/>
|
|
1070
1033
|
<div
|
|
1071
|
-
class="
|
|
1034
|
+
class="tss-1nnah7t-tick-majorTick"
|
|
1072
1035
|
style="left: 399px;"
|
|
1073
1036
|
/>
|
|
1074
1037
|
<div
|
|
1075
|
-
class="
|
|
1038
|
+
class="tss-i794sq-tick-minorTick"
|
|
1076
1039
|
style="left: 419px;"
|
|
1077
1040
|
/>
|
|
1078
1041
|
<div
|
|
1079
|
-
class="
|
|
1042
|
+
class="tss-i794sq-tick-minorTick"
|
|
1080
1043
|
style="left: 439px;"
|
|
1081
1044
|
/>
|
|
1082
1045
|
<div
|
|
1083
|
-
class="
|
|
1046
|
+
class="tss-i794sq-tick-minorTick"
|
|
1084
1047
|
style="left: 459px;"
|
|
1085
1048
|
/>
|
|
1086
1049
|
<div
|
|
1087
|
-
class="
|
|
1050
|
+
class="tss-i794sq-tick-minorTick"
|
|
1088
1051
|
style="left: 479px;"
|
|
1089
1052
|
/>
|
|
1090
1053
|
<div
|
|
1091
|
-
class="
|
|
1054
|
+
class="tss-i794sq-tick-minorTick"
|
|
1092
1055
|
style="left: 499px;"
|
|
1093
1056
|
/>
|
|
1094
1057
|
<div
|
|
1095
|
-
class="
|
|
1058
|
+
class="tss-i794sq-tick-minorTick"
|
|
1096
1059
|
style="left: 519px;"
|
|
1097
1060
|
/>
|
|
1098
1061
|
<div
|
|
1099
|
-
class="
|
|
1062
|
+
class="tss-i794sq-tick-minorTick"
|
|
1100
1063
|
style="left: 539px;"
|
|
1101
1064
|
/>
|
|
1102
1065
|
<div
|
|
1103
|
-
class="
|
|
1066
|
+
class="tss-i794sq-tick-minorTick"
|
|
1104
1067
|
style="left: 559px;"
|
|
1105
1068
|
/>
|
|
1106
1069
|
<div
|
|
1107
|
-
class="
|
|
1070
|
+
class="tss-i794sq-tick-minorTick"
|
|
1108
1071
|
style="left: 579px;"
|
|
1109
1072
|
/>
|
|
1110
1073
|
<div
|
|
1111
|
-
class="
|
|
1074
|
+
class="tss-1nnah7t-tick-majorTick"
|
|
1112
1075
|
style="left: 599px;"
|
|
1113
1076
|
/>
|
|
1114
1077
|
<div
|
|
1115
|
-
class="
|
|
1078
|
+
class="tss-i794sq-tick-minorTick"
|
|
1116
1079
|
style="left: 619px;"
|
|
1117
1080
|
/>
|
|
1118
1081
|
<div
|
|
1119
|
-
class="
|
|
1082
|
+
class="tss-i794sq-tick-minorTick"
|
|
1120
1083
|
style="left: 639px;"
|
|
1121
1084
|
/>
|
|
1122
1085
|
<div
|
|
1123
|
-
class="
|
|
1086
|
+
class="tss-i794sq-tick-minorTick"
|
|
1124
1087
|
style="left: 659px;"
|
|
1125
1088
|
/>
|
|
1126
1089
|
<div
|
|
1127
|
-
class="
|
|
1090
|
+
class="tss-i794sq-tick-minorTick"
|
|
1128
1091
|
style="left: 679px;"
|
|
1129
1092
|
/>
|
|
1130
1093
|
<div
|
|
1131
|
-
class="
|
|
1094
|
+
class="tss-i794sq-tick-minorTick"
|
|
1132
1095
|
style="left: 699px;"
|
|
1133
1096
|
/>
|
|
1134
1097
|
<div
|
|
1135
|
-
class="
|
|
1098
|
+
class="tss-i794sq-tick-minorTick"
|
|
1136
1099
|
style="left: 719px;"
|
|
1137
1100
|
/>
|
|
1138
1101
|
<div
|
|
1139
|
-
class="
|
|
1102
|
+
class="tss-i794sq-tick-minorTick"
|
|
1140
1103
|
style="left: 739px;"
|
|
1141
1104
|
/>
|
|
1142
1105
|
<div
|
|
1143
|
-
class="
|
|
1106
|
+
class="tss-i794sq-tick-minorTick"
|
|
1144
1107
|
style="left: 759px;"
|
|
1145
1108
|
/>
|
|
1146
1109
|
<div
|
|
1147
|
-
class="
|
|
1110
|
+
class="tss-i794sq-tick-minorTick"
|
|
1148
1111
|
style="left: 779px;"
|
|
1149
1112
|
/>
|
|
1150
1113
|
<div
|
|
1151
|
-
class="
|
|
1114
|
+
class="tss-1nnah7t-tick-majorTick"
|
|
1152
1115
|
style="left: 799px;"
|
|
1153
1116
|
/>
|
|
1154
1117
|
<div
|
|
1155
|
-
class="
|
|
1118
|
+
class="tss-i794sq-tick-minorTick"
|
|
1156
1119
|
style="left: 819px;"
|
|
1157
1120
|
/>
|
|
1158
1121
|
<div
|
|
1159
|
-
class="
|
|
1122
|
+
class="tss-i794sq-tick-minorTick"
|
|
1160
1123
|
style="left: 839px;"
|
|
1161
1124
|
/>
|
|
1162
1125
|
<div
|
|
1163
|
-
class="
|
|
1126
|
+
class="tss-i794sq-tick-minorTick"
|
|
1164
1127
|
style="left: 859px;"
|
|
1165
1128
|
/>
|
|
1166
1129
|
<div
|
|
1167
|
-
class="
|
|
1130
|
+
class="tss-i794sq-tick-minorTick"
|
|
1168
1131
|
style="left: 879px;"
|
|
1169
1132
|
/>
|
|
1170
1133
|
<div
|
|
1171
|
-
class="
|
|
1134
|
+
class="tss-i794sq-tick-minorTick"
|
|
1172
1135
|
style="left: 899px;"
|
|
1173
1136
|
/>
|
|
1174
1137
|
<div
|
|
1175
|
-
class="
|
|
1138
|
+
class="tss-i794sq-tick-minorTick"
|
|
1176
1139
|
style="left: 919px;"
|
|
1177
1140
|
/>
|
|
1178
1141
|
<div
|
|
1179
|
-
class="
|
|
1142
|
+
class="tss-i794sq-tick-minorTick"
|
|
1180
1143
|
style="left: 939px;"
|
|
1181
1144
|
/>
|
|
1182
1145
|
<div
|
|
1183
|
-
class="
|
|
1146
|
+
class="tss-i794sq-tick-minorTick"
|
|
1184
1147
|
style="left: 959px;"
|
|
1185
1148
|
/>
|
|
1186
1149
|
<div
|
|
1187
|
-
class="
|
|
1150
|
+
class="tss-i794sq-tick-minorTick"
|
|
1188
1151
|
style="left: 979px;"
|
|
1189
1152
|
/>
|
|
1190
1153
|
<div
|
|
1191
|
-
class="
|
|
1154
|
+
class="tss-1nnah7t-tick-majorTick"
|
|
1192
1155
|
style="left: 999px;"
|
|
1193
1156
|
/>
|
|
1194
1157
|
<div
|
|
1195
|
-
class="
|
|
1158
|
+
class="tss-i794sq-tick-minorTick"
|
|
1196
1159
|
style="left: 1019px;"
|
|
1197
1160
|
/>
|
|
1198
1161
|
</div>
|
|
1199
1162
|
<div
|
|
1200
|
-
class="
|
|
1163
|
+
class="tss-a9ifge-boundaryPaddingBlock"
|
|
1201
1164
|
style="width: 1024px;"
|
|
1202
1165
|
/>
|
|
1203
1166
|
</div>
|
|
1204
1167
|
</div>
|
|
1205
1168
|
<div
|
|
1206
|
-
class="
|
|
1169
|
+
class="tss-16hdnmo-rubberBandControl"
|
|
1207
1170
|
data-testid="rubberBand_controls"
|
|
1208
1171
|
role="presentation"
|
|
1209
1172
|
>
|
|
1210
1173
|
<div
|
|
1211
|
-
class="MuiPaper-root
|
|
1174
|
+
class="MuiPaper-root MuiPaper-outlined MuiPaper-rounded tss-qo7a2p-scaleBarContainer css-172kgz0-MuiPaper-root"
|
|
1212
1175
|
data-resizer="true"
|
|
1213
1176
|
style="height: 17px; box-sizing: border-box;"
|
|
1214
1177
|
>
|
|
1215
1178
|
<div
|
|
1216
|
-
class="
|
|
1179
|
+
class="tss-17t6jej-scaleBarZoomContainer"
|
|
1217
1180
|
>
|
|
1218
1181
|
<div
|
|
1219
|
-
class="
|
|
1182
|
+
class="tss-1u2dss8-scaleBar"
|
|
1220
1183
|
style="left: -1025px; width: 3150px; height: 17px; box-sizing: border-box;"
|
|
1221
1184
|
>
|
|
1222
1185
|
<div
|
|
1223
|
-
class="
|
|
1186
|
+
class="tss-a9ifge-boundaryPaddingBlock"
|
|
1224
1187
|
style="background: none; width: 1024px;"
|
|
1225
1188
|
/>
|
|
1226
1189
|
<div
|
|
1227
|
-
class="
|
|
1190
|
+
class="tss-1dmfa10-contentBlock"
|
|
1228
1191
|
style="width: 100px;"
|
|
1229
1192
|
>
|
|
1230
1193
|
<div
|
|
1231
|
-
class="
|
|
1194
|
+
class="tss-1f3h2yl-tick"
|
|
1232
1195
|
style="left: -1px;"
|
|
1233
1196
|
/>
|
|
1234
1197
|
</div>
|
|
1235
1198
|
<div
|
|
1236
|
-
class="
|
|
1199
|
+
class="tss-1x3apsi-interRegionPaddingBlock"
|
|
1237
1200
|
style="background: none; width: 2px;"
|
|
1238
1201
|
/>
|
|
1239
1202
|
<div
|
|
1240
|
-
class="
|
|
1203
|
+
class="tss-1dmfa10-contentBlock"
|
|
1241
1204
|
style="width: 1000px;"
|
|
1242
1205
|
>
|
|
1243
1206
|
<div
|
|
1244
|
-
class="
|
|
1207
|
+
class="tss-1f3h2yl-tick"
|
|
1245
1208
|
style="left: -1px;"
|
|
1246
1209
|
>
|
|
1247
1210
|
<p
|
|
1248
|
-
class="MuiTypography-root
|
|
1211
|
+
class="MuiTypography-root MuiTypography-body1 tss-lm3kvf-majorTickLabel css-ahj2mt-MuiTypography-root"
|
|
1249
1212
|
>
|
|
1250
1213
|
1,000
|
|
1251
1214
|
</p>
|
|
1252
1215
|
</div>
|
|
1253
1216
|
<div
|
|
1254
|
-
class="
|
|
1217
|
+
class="tss-1f3h2yl-tick"
|
|
1255
1218
|
style="left: 199px;"
|
|
1256
1219
|
>
|
|
1257
1220
|
<p
|
|
1258
|
-
class="MuiTypography-root
|
|
1221
|
+
class="MuiTypography-root MuiTypography-body1 tss-lm3kvf-majorTickLabel css-ahj2mt-MuiTypography-root"
|
|
1259
1222
|
>
|
|
1260
1223
|
1,200
|
|
1261
1224
|
</p>
|
|
1262
1225
|
</div>
|
|
1263
1226
|
<div
|
|
1264
|
-
class="
|
|
1227
|
+
class="tss-1f3h2yl-tick"
|
|
1265
1228
|
style="left: 399px;"
|
|
1266
1229
|
>
|
|
1267
1230
|
<p
|
|
1268
|
-
class="MuiTypography-root
|
|
1231
|
+
class="MuiTypography-root MuiTypography-body1 tss-lm3kvf-majorTickLabel css-ahj2mt-MuiTypography-root"
|
|
1269
1232
|
>
|
|
1270
1233
|
1,400
|
|
1271
1234
|
</p>
|
|
1272
1235
|
</div>
|
|
1273
1236
|
<div
|
|
1274
|
-
class="
|
|
1237
|
+
class="tss-1f3h2yl-tick"
|
|
1275
1238
|
style="left: 599px;"
|
|
1276
1239
|
>
|
|
1277
1240
|
<p
|
|
1278
|
-
class="MuiTypography-root
|
|
1241
|
+
class="MuiTypography-root MuiTypography-body1 tss-lm3kvf-majorTickLabel css-ahj2mt-MuiTypography-root"
|
|
1279
1242
|
>
|
|
1280
1243
|
1,600
|
|
1281
1244
|
</p>
|
|
1282
1245
|
</div>
|
|
1283
1246
|
<div
|
|
1284
|
-
class="
|
|
1247
|
+
class="tss-1f3h2yl-tick"
|
|
1285
1248
|
style="left: 799px;"
|
|
1286
1249
|
>
|
|
1287
1250
|
<p
|
|
1288
|
-
class="MuiTypography-root
|
|
1251
|
+
class="MuiTypography-root MuiTypography-body1 tss-lm3kvf-majorTickLabel css-ahj2mt-MuiTypography-root"
|
|
1289
1252
|
>
|
|
1290
1253
|
1,800
|
|
1291
1254
|
</p>
|
|
1292
1255
|
</div>
|
|
1293
1256
|
<div
|
|
1294
|
-
class="
|
|
1257
|
+
class="tss-1f3h2yl-tick"
|
|
1295
1258
|
style="left: 999px;"
|
|
1296
1259
|
>
|
|
1297
1260
|
<p
|
|
1298
|
-
class="MuiTypography-root
|
|
1261
|
+
class="MuiTypography-root MuiTypography-body1 tss-lm3kvf-majorTickLabel css-ahj2mt-MuiTypography-root"
|
|
1299
1262
|
>
|
|
1300
1263
|
2,000
|
|
1301
1264
|
</p>
|
|
1302
1265
|
</div>
|
|
1303
1266
|
</div>
|
|
1304
1267
|
<div
|
|
1305
|
-
class="
|
|
1268
|
+
class="tss-a9ifge-boundaryPaddingBlock"
|
|
1306
1269
|
style="background: none; width: 1024px;"
|
|
1307
1270
|
/>
|
|
1308
1271
|
</div>
|
|
1309
1272
|
</div>
|
|
1310
1273
|
<p
|
|
1311
|
-
class="MuiTypography-root
|
|
1274
|
+
class="MuiTypography-root MuiTypography-body1 tss-1thb321-refLabel css-ahj2mt-MuiTypography-root"
|
|
1312
1275
|
data-testid="refLabel-ctgA"
|
|
1313
1276
|
style="left: -1px; padding-left: 1px;"
|
|
1314
1277
|
>
|
|
1315
1278
|
ctgA
|
|
1316
1279
|
</p>
|
|
1317
1280
|
<p
|
|
1318
|
-
class="MuiTypography-root
|
|
1281
|
+
class="MuiTypography-root MuiTypography-body1 tss-1thb321-refLabel css-ahj2mt-MuiTypography-root"
|
|
1319
1282
|
data-testid="refLabel-ctgB"
|
|
1320
1283
|
style="left: 101px; padding-left: 1px;"
|
|
1321
1284
|
>
|
|
@@ -1324,19 +1287,20 @@ exports[`<LinearGenomeView /> renders two tracks, two regions 1`] = `
|
|
|
1324
1287
|
</div>
|
|
1325
1288
|
</div>
|
|
1326
1289
|
<div
|
|
1327
|
-
class="MuiPaper-root
|
|
1290
|
+
class="MuiPaper-root MuiPaper-outlined MuiPaper-rounded tss-1wpon1s-root css-172kgz0-MuiPaper-root"
|
|
1328
1291
|
>
|
|
1329
1292
|
<div
|
|
1330
|
-
class="MuiPaper-root
|
|
1293
|
+
class="MuiPaper-root MuiPaper-elevation MuiPaper-rounded MuiPaper-elevation1 tss-v8mjql-trackLabel-trackLabelOverlap-root css-1ps6pg7-MuiPaper-root"
|
|
1331
1294
|
>
|
|
1332
1295
|
<span
|
|
1333
|
-
class="
|
|
1296
|
+
class="tss-10js96-dragHandle"
|
|
1334
1297
|
data-testid="dragHandle-lgv-testConfig"
|
|
1335
1298
|
draggable="true"
|
|
1336
1299
|
>
|
|
1337
1300
|
<svg
|
|
1338
1301
|
aria-hidden="true"
|
|
1339
|
-
class="MuiSvgIcon-root
|
|
1302
|
+
class="MuiSvgIcon-root MuiSvgIcon-fontSizeSmall tss-1ru4suz-dragHandleIcon css-ptiqhd-MuiSvgIcon-root"
|
|
1303
|
+
data-testid="DragIndicatorIcon"
|
|
1340
1304
|
focusable="false"
|
|
1341
1305
|
viewBox="0 0 24 24"
|
|
1342
1306
|
>
|
|
@@ -1346,85 +1310,79 @@ exports[`<LinearGenomeView /> renders two tracks, two regions 1`] = `
|
|
|
1346
1310
|
</svg>
|
|
1347
1311
|
</span>
|
|
1348
1312
|
<button
|
|
1349
|
-
class="MuiButtonBase-root MuiIconButton-root
|
|
1313
|
+
class="MuiButtonBase-root MuiIconButton-root MuiIconButton-colorSecondary MuiIconButton-sizeMedium tss-1lt70d9-iconButton css-1gws2xf-MuiButtonBase-root-MuiIconButton-root"
|
|
1350
1314
|
tabindex="0"
|
|
1351
1315
|
title="close this track"
|
|
1352
1316
|
type="button"
|
|
1353
1317
|
>
|
|
1354
|
-
<
|
|
1355
|
-
|
|
1318
|
+
<svg
|
|
1319
|
+
aria-hidden="true"
|
|
1320
|
+
class="MuiSvgIcon-root MuiSvgIcon-fontSizeSmall css-ptiqhd-MuiSvgIcon-root"
|
|
1321
|
+
data-testid="CloseIcon"
|
|
1322
|
+
focusable="false"
|
|
1323
|
+
viewBox="0 0 24 24"
|
|
1356
1324
|
>
|
|
1357
|
-
<
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
viewBox="0 0 24 24"
|
|
1362
|
-
>
|
|
1363
|
-
<path
|
|
1364
|
-
d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"
|
|
1365
|
-
/>
|
|
1366
|
-
</svg>
|
|
1367
|
-
</span>
|
|
1325
|
+
<path
|
|
1326
|
+
d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"
|
|
1327
|
+
/>
|
|
1328
|
+
</svg>
|
|
1368
1329
|
<span
|
|
1369
|
-
class="MuiTouchRipple-root"
|
|
1330
|
+
class="MuiTouchRipple-root css-8je8zh-MuiTouchRipple-root"
|
|
1370
1331
|
/>
|
|
1371
1332
|
</button>
|
|
1372
1333
|
<span
|
|
1373
|
-
class="MuiTypography-root
|
|
1334
|
+
class="MuiTypography-root MuiTypography-body1 tss-j2z8q4-trackName css-ahj2mt-MuiTypography-root"
|
|
1374
1335
|
>
|
|
1375
1336
|
Foo Track
|
|
1376
1337
|
</span>
|
|
1377
1338
|
<button
|
|
1378
1339
|
aria-haspopup="true"
|
|
1379
|
-
class="MuiButtonBase-root MuiIconButton-root
|
|
1340
|
+
class="MuiButtonBase-root MuiIconButton-root MuiIconButton-colorSecondary MuiIconButton-sizeMedium tss-1lt70d9-iconButton css-1gws2xf-MuiButtonBase-root-MuiIconButton-root"
|
|
1380
1341
|
data-testid="track_menu_icon"
|
|
1381
1342
|
tabindex="0"
|
|
1382
1343
|
type="button"
|
|
1383
1344
|
>
|
|
1384
|
-
<
|
|
1385
|
-
|
|
1345
|
+
<svg
|
|
1346
|
+
aria-hidden="true"
|
|
1347
|
+
class="MuiSvgIcon-root MuiSvgIcon-fontSizeSmall css-ptiqhd-MuiSvgIcon-root"
|
|
1348
|
+
data-testid="MoreVertIcon"
|
|
1349
|
+
focusable="false"
|
|
1350
|
+
viewBox="0 0 24 24"
|
|
1386
1351
|
>
|
|
1387
|
-
<
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
viewBox="0 0 24 24"
|
|
1392
|
-
>
|
|
1393
|
-
<path
|
|
1394
|
-
d="M12 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"
|
|
1395
|
-
/>
|
|
1396
|
-
</svg>
|
|
1397
|
-
</span>
|
|
1352
|
+
<path
|
|
1353
|
+
d="M12 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"
|
|
1354
|
+
/>
|
|
1355
|
+
</svg>
|
|
1398
1356
|
<span
|
|
1399
|
-
class="MuiTouchRipple-root"
|
|
1357
|
+
class="MuiTouchRipple-root css-8je8zh-MuiTouchRipple-root"
|
|
1400
1358
|
/>
|
|
1401
1359
|
</button>
|
|
1402
1360
|
</div>
|
|
1403
1361
|
<div
|
|
1404
|
-
class="
|
|
1362
|
+
class="tss-1ql7uaq-trackRenderingContainer"
|
|
1405
1363
|
data-testid="trackRenderingContainer-lgv-testConfig"
|
|
1406
1364
|
role="presentation"
|
|
1407
1365
|
style="height: 100px;"
|
|
1408
1366
|
>
|
|
1409
1367
|
<div
|
|
1410
|
-
class="
|
|
1368
|
+
class="tss-v11ioz-renderingComponentContainer"
|
|
1411
1369
|
style="transform: scaleX(1);"
|
|
1412
1370
|
>
|
|
1413
1371
|
<div
|
|
1414
|
-
class="
|
|
1372
|
+
class="tss-1y9lrrz-display"
|
|
1415
1373
|
data-testid="display-testConfig-LinearBareDisplay"
|
|
1416
1374
|
>
|
|
1417
1375
|
<div
|
|
1418
|
-
class="
|
|
1376
|
+
class="tss-d6gpow-linearBlocks"
|
|
1419
1377
|
data-testid="Blockset"
|
|
1420
1378
|
style="left: -1024px;"
|
|
1421
1379
|
>
|
|
1422
1380
|
<div
|
|
1423
|
-
class="
|
|
1381
|
+
class="tss-a9ifge-boundaryPaddingBlock"
|
|
1424
1382
|
style="background: none; width: 1024px;"
|
|
1425
1383
|
/>
|
|
1426
1384
|
<div
|
|
1427
|
-
class="
|
|
1385
|
+
class="tss-1dmfa10-contentBlock"
|
|
1428
1386
|
style="width: 100px;"
|
|
1429
1387
|
>
|
|
1430
1388
|
<svg
|
|
@@ -1434,11 +1392,11 @@ exports[`<LinearGenomeView /> renders two tracks, two regions 1`] = `
|
|
|
1434
1392
|
/>
|
|
1435
1393
|
</div>
|
|
1436
1394
|
<div
|
|
1437
|
-
class="
|
|
1395
|
+
class="tss-1x3apsi-interRegionPaddingBlock"
|
|
1438
1396
|
style="background: none; width: 2px;"
|
|
1439
1397
|
/>
|
|
1440
1398
|
<div
|
|
1441
|
-
class="
|
|
1399
|
+
class="tss-1dmfa10-contentBlock"
|
|
1442
1400
|
style="width: 1000px;"
|
|
1443
1401
|
>
|
|
1444
1402
|
<svg
|
|
@@ -1448,7 +1406,7 @@ exports[`<LinearGenomeView /> renders two tracks, two regions 1`] = `
|
|
|
1448
1406
|
/>
|
|
1449
1407
|
</div>
|
|
1450
1408
|
<div
|
|
1451
|
-
class="
|
|
1409
|
+
class="tss-a9ifge-boundaryPaddingBlock"
|
|
1452
1410
|
style="background: none; width: 1024px;"
|
|
1453
1411
|
/>
|
|
1454
1412
|
</div>
|
|
@@ -1456,29 +1414,30 @@ exports[`<LinearGenomeView /> renders two tracks, two regions 1`] = `
|
|
|
1456
1414
|
</div>
|
|
1457
1415
|
</div>
|
|
1458
1416
|
<div
|
|
1459
|
-
class="
|
|
1417
|
+
class="tss-1hk9st0-overlay"
|
|
1460
1418
|
style="height: 100px;"
|
|
1461
1419
|
/>
|
|
1462
1420
|
<div
|
|
1463
|
-
class="
|
|
1421
|
+
class="tss-14zcv15-horizontalHandle-resizeHandle"
|
|
1464
1422
|
data-resizer="true"
|
|
1465
1423
|
role="presentation"
|
|
1466
1424
|
/>
|
|
1467
1425
|
</div>
|
|
1468
1426
|
<div
|
|
1469
|
-
class="MuiPaper-root
|
|
1427
|
+
class="MuiPaper-root MuiPaper-outlined MuiPaper-rounded tss-1wpon1s-root css-172kgz0-MuiPaper-root"
|
|
1470
1428
|
>
|
|
1471
1429
|
<div
|
|
1472
|
-
class="MuiPaper-root
|
|
1430
|
+
class="MuiPaper-root MuiPaper-elevation MuiPaper-rounded MuiPaper-elevation1 tss-v8mjql-trackLabel-trackLabelOverlap-root css-1ps6pg7-MuiPaper-root"
|
|
1473
1431
|
>
|
|
1474
1432
|
<span
|
|
1475
|
-
class="
|
|
1433
|
+
class="tss-10js96-dragHandle"
|
|
1476
1434
|
data-testid="dragHandle-lgv-testConfig2"
|
|
1477
1435
|
draggable="true"
|
|
1478
1436
|
>
|
|
1479
1437
|
<svg
|
|
1480
1438
|
aria-hidden="true"
|
|
1481
|
-
class="MuiSvgIcon-root
|
|
1439
|
+
class="MuiSvgIcon-root MuiSvgIcon-fontSizeSmall tss-1ru4suz-dragHandleIcon css-ptiqhd-MuiSvgIcon-root"
|
|
1440
|
+
data-testid="DragIndicatorIcon"
|
|
1482
1441
|
focusable="false"
|
|
1483
1442
|
viewBox="0 0 24 24"
|
|
1484
1443
|
>
|
|
@@ -1488,85 +1447,79 @@ exports[`<LinearGenomeView /> renders two tracks, two regions 1`] = `
|
|
|
1488
1447
|
</svg>
|
|
1489
1448
|
</span>
|
|
1490
1449
|
<button
|
|
1491
|
-
class="MuiButtonBase-root MuiIconButton-root
|
|
1450
|
+
class="MuiButtonBase-root MuiIconButton-root MuiIconButton-colorSecondary MuiIconButton-sizeMedium tss-1lt70d9-iconButton css-1gws2xf-MuiButtonBase-root-MuiIconButton-root"
|
|
1492
1451
|
tabindex="0"
|
|
1493
1452
|
title="close this track"
|
|
1494
1453
|
type="button"
|
|
1495
1454
|
>
|
|
1496
|
-
<
|
|
1497
|
-
|
|
1455
|
+
<svg
|
|
1456
|
+
aria-hidden="true"
|
|
1457
|
+
class="MuiSvgIcon-root MuiSvgIcon-fontSizeSmall css-ptiqhd-MuiSvgIcon-root"
|
|
1458
|
+
data-testid="CloseIcon"
|
|
1459
|
+
focusable="false"
|
|
1460
|
+
viewBox="0 0 24 24"
|
|
1498
1461
|
>
|
|
1499
|
-
<
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
viewBox="0 0 24 24"
|
|
1504
|
-
>
|
|
1505
|
-
<path
|
|
1506
|
-
d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"
|
|
1507
|
-
/>
|
|
1508
|
-
</svg>
|
|
1509
|
-
</span>
|
|
1462
|
+
<path
|
|
1463
|
+
d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"
|
|
1464
|
+
/>
|
|
1465
|
+
</svg>
|
|
1510
1466
|
<span
|
|
1511
|
-
class="MuiTouchRipple-root"
|
|
1467
|
+
class="MuiTouchRipple-root css-8je8zh-MuiTouchRipple-root"
|
|
1512
1468
|
/>
|
|
1513
1469
|
</button>
|
|
1514
1470
|
<span
|
|
1515
|
-
class="MuiTypography-root
|
|
1471
|
+
class="MuiTypography-root MuiTypography-body1 tss-j2z8q4-trackName css-ahj2mt-MuiTypography-root"
|
|
1516
1472
|
>
|
|
1517
1473
|
Bar Track
|
|
1518
1474
|
</span>
|
|
1519
1475
|
<button
|
|
1520
1476
|
aria-haspopup="true"
|
|
1521
|
-
class="MuiButtonBase-root MuiIconButton-root
|
|
1477
|
+
class="MuiButtonBase-root MuiIconButton-root MuiIconButton-colorSecondary MuiIconButton-sizeMedium tss-1lt70d9-iconButton css-1gws2xf-MuiButtonBase-root-MuiIconButton-root"
|
|
1522
1478
|
data-testid="track_menu_icon"
|
|
1523
1479
|
tabindex="0"
|
|
1524
1480
|
type="button"
|
|
1525
1481
|
>
|
|
1526
|
-
<
|
|
1527
|
-
|
|
1482
|
+
<svg
|
|
1483
|
+
aria-hidden="true"
|
|
1484
|
+
class="MuiSvgIcon-root MuiSvgIcon-fontSizeSmall css-ptiqhd-MuiSvgIcon-root"
|
|
1485
|
+
data-testid="MoreVertIcon"
|
|
1486
|
+
focusable="false"
|
|
1487
|
+
viewBox="0 0 24 24"
|
|
1528
1488
|
>
|
|
1529
|
-
<
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
viewBox="0 0 24 24"
|
|
1534
|
-
>
|
|
1535
|
-
<path
|
|
1536
|
-
d="M12 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"
|
|
1537
|
-
/>
|
|
1538
|
-
</svg>
|
|
1539
|
-
</span>
|
|
1489
|
+
<path
|
|
1490
|
+
d="M12 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"
|
|
1491
|
+
/>
|
|
1492
|
+
</svg>
|
|
1540
1493
|
<span
|
|
1541
|
-
class="MuiTouchRipple-root"
|
|
1494
|
+
class="MuiTouchRipple-root css-8je8zh-MuiTouchRipple-root"
|
|
1542
1495
|
/>
|
|
1543
1496
|
</button>
|
|
1544
1497
|
</div>
|
|
1545
1498
|
<div
|
|
1546
|
-
class="
|
|
1499
|
+
class="tss-1ql7uaq-trackRenderingContainer"
|
|
1547
1500
|
data-testid="trackRenderingContainer-lgv-testConfig2"
|
|
1548
1501
|
role="presentation"
|
|
1549
1502
|
style="height: 100px;"
|
|
1550
1503
|
>
|
|
1551
1504
|
<div
|
|
1552
|
-
class="
|
|
1505
|
+
class="tss-v11ioz-renderingComponentContainer"
|
|
1553
1506
|
style="transform: scaleX(1);"
|
|
1554
1507
|
>
|
|
1555
1508
|
<div
|
|
1556
|
-
class="
|
|
1509
|
+
class="tss-1y9lrrz-display"
|
|
1557
1510
|
data-testid="display-testConfig2-LinearBareDisplay"
|
|
1558
1511
|
>
|
|
1559
1512
|
<div
|
|
1560
|
-
class="
|
|
1513
|
+
class="tss-d6gpow-linearBlocks"
|
|
1561
1514
|
data-testid="Blockset"
|
|
1562
1515
|
style="left: -1024px;"
|
|
1563
1516
|
>
|
|
1564
1517
|
<div
|
|
1565
|
-
class="
|
|
1518
|
+
class="tss-a9ifge-boundaryPaddingBlock"
|
|
1566
1519
|
style="background: none; width: 1024px;"
|
|
1567
1520
|
/>
|
|
1568
1521
|
<div
|
|
1569
|
-
class="
|
|
1522
|
+
class="tss-1dmfa10-contentBlock"
|
|
1570
1523
|
style="width: 100px;"
|
|
1571
1524
|
>
|
|
1572
1525
|
<svg
|
|
@@ -1576,11 +1529,11 @@ exports[`<LinearGenomeView /> renders two tracks, two regions 1`] = `
|
|
|
1576
1529
|
/>
|
|
1577
1530
|
</div>
|
|
1578
1531
|
<div
|
|
1579
|
-
class="
|
|
1532
|
+
class="tss-1x3apsi-interRegionPaddingBlock"
|
|
1580
1533
|
style="background: none; width: 2px;"
|
|
1581
1534
|
/>
|
|
1582
1535
|
<div
|
|
1583
|
-
class="
|
|
1536
|
+
class="tss-1dmfa10-contentBlock"
|
|
1584
1537
|
style="width: 1000px;"
|
|
1585
1538
|
>
|
|
1586
1539
|
<svg
|
|
@@ -1590,7 +1543,7 @@ exports[`<LinearGenomeView /> renders two tracks, two regions 1`] = `
|
|
|
1590
1543
|
/>
|
|
1591
1544
|
</div>
|
|
1592
1545
|
<div
|
|
1593
|
-
class="
|
|
1546
|
+
class="tss-a9ifge-boundaryPaddingBlock"
|
|
1594
1547
|
style="background: none; width: 1024px;"
|
|
1595
1548
|
/>
|
|
1596
1549
|
</div>
|
|
@@ -1598,11 +1551,11 @@ exports[`<LinearGenomeView /> renders two tracks, two regions 1`] = `
|
|
|
1598
1551
|
</div>
|
|
1599
1552
|
</div>
|
|
1600
1553
|
<div
|
|
1601
|
-
class="
|
|
1554
|
+
class="tss-1hk9st0-overlay"
|
|
1602
1555
|
style="height: 100px;"
|
|
1603
1556
|
/>
|
|
1604
1557
|
<div
|
|
1605
|
-
class="
|
|
1558
|
+
class="tss-14zcv15-horizontalHandle-resizeHandle"
|
|
1606
1559
|
data-resizer="true"
|
|
1607
1560
|
role="presentation"
|
|
1608
1561
|
/>
|