@jbrowse/plugin-config 2.3.3 → 2.3.4
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jbrowse/plugin-config",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.4",
|
|
4
4
|
"description": "JBrowse 2 config utilities",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"jbrowse",
|
|
@@ -57,5 +57,5 @@
|
|
|
57
57
|
"distModule": "esm/index.js",
|
|
58
58
|
"srcModule": "src/index.ts",
|
|
59
59
|
"module": "esm/index.js",
|
|
60
|
-
"gitHead": "
|
|
60
|
+
"gitHead": "98ae48be91ee2371e1b2768a907b4997995e9915"
|
|
61
61
|
}
|
package/src/ConfigurationEditorWidget/components/__snapshots__/ConfigurationEditor.test.tsx.snap
CHANGED
|
@@ -98,9 +98,9 @@ exports[`ConfigurationEditor widget renders all the different types of built-in
|
|
|
98
98
|
class="MuiFormHelperText-root MuiFormHelperText-sizeMedium MuiFormHelperText-contained MuiFormHelperText-filled css-1wc848c-MuiFormHelperText-root"
|
|
99
99
|
id="mui-2-helper-text"
|
|
100
100
|
>
|
|
101
|
-
<
|
|
101
|
+
<span>
|
|
102
102
|
stringTest
|
|
103
|
-
</
|
|
103
|
+
</span>
|
|
104
104
|
</div>
|
|
105
105
|
</div>
|
|
106
106
|
</div>
|
|
@@ -674,9 +674,9 @@ exports[`ConfigurationEditor widget renders all the different types of built-in
|
|
|
674
674
|
class="MuiFormHelperText-root MuiFormHelperText-sizeMedium MuiFormHelperText-contained MuiFormHelperText-filled css-1wc848c-MuiFormHelperText-root"
|
|
675
675
|
id="mui-9-helper-text"
|
|
676
676
|
>
|
|
677
|
-
<
|
|
677
|
+
<span>
|
|
678
678
|
numberTest
|
|
679
|
-
</
|
|
679
|
+
</span>
|
|
680
680
|
</div>
|
|
681
681
|
</div>
|
|
682
682
|
</div>
|
|
@@ -729,9 +729,9 @@ exports[`ConfigurationEditor widget renders all the different types of built-in
|
|
|
729
729
|
class="MuiFormHelperText-root MuiFormHelperText-sizeMedium MuiFormHelperText-contained MuiFormHelperText-filled css-1wc848c-MuiFormHelperText-root"
|
|
730
730
|
id="mui-10-helper-text"
|
|
731
731
|
>
|
|
732
|
-
<
|
|
732
|
+
<span>
|
|
733
733
|
integerTest
|
|
734
|
-
</
|
|
734
|
+
</span>
|
|
735
735
|
</div>
|
|
736
736
|
</div>
|
|
737
737
|
</div>
|
|
@@ -960,9 +960,9 @@ exports[`ConfigurationEditor widget renders with defaults of the PileupTrack sch
|
|
|
960
960
|
class="MuiFormHelperText-root MuiFormHelperText-sizeMedium MuiFormHelperText-contained MuiFormHelperText-filled css-1wc848c-MuiFormHelperText-root"
|
|
961
961
|
id="mui-12-helper-text"
|
|
962
962
|
>
|
|
963
|
-
<
|
|
963
|
+
<span>
|
|
964
964
|
maximum features per pixel that is displayed in the view, used if byte size estimates not available
|
|
965
|
-
</
|
|
965
|
+
</span>
|
|
966
966
|
</div>
|
|
967
967
|
</div>
|
|
968
968
|
</div>
|
|
@@ -1015,9 +1015,9 @@ exports[`ConfigurationEditor widget renders with defaults of the PileupTrack sch
|
|
|
1015
1015
|
class="MuiFormHelperText-root MuiFormHelperText-sizeMedium MuiFormHelperText-contained MuiFormHelperText-filled css-1wc848c-MuiFormHelperText-root"
|
|
1016
1016
|
id="mui-13-helper-text"
|
|
1017
1017
|
>
|
|
1018
|
-
<
|
|
1018
|
+
<span>
|
|
1019
1019
|
maximum data to attempt to download for a given track, used if adapter doesn't specify one
|
|
1020
|
-
</
|
|
1020
|
+
</span>
|
|
1021
1021
|
</div>
|
|
1022
1022
|
</div>
|
|
1023
1023
|
</div>
|
|
@@ -1404,9 +1404,9 @@ exports[`ConfigurationEditor widget renders with defaults of the PileupTrack sch
|
|
|
1404
1404
|
class="MuiFormHelperText-root MuiFormHelperText-sizeMedium MuiFormHelperText-contained MuiFormHelperText-filled css-1wc848c-MuiFormHelperText-root"
|
|
1405
1405
|
id="mui-18-helper-text"
|
|
1406
1406
|
>
|
|
1407
|
-
<
|
|
1407
|
+
<span>
|
|
1408
1408
|
read sequencer orientation. fr is normal "reads pointing at each other ---> <--- while some other sequencers can use other options
|
|
1409
|
-
</
|
|
1409
|
+
</span>
|
|
1410
1410
|
</div>
|
|
1411
1411
|
</div>
|
|
1412
1412
|
</div>
|
|
@@ -1480,9 +1480,9 @@ exports[`ConfigurationEditor widget renders with defaults of the PileupTrack sch
|
|
|
1480
1480
|
class="MuiFormHelperText-root MuiFormHelperText-sizeMedium MuiFormHelperText-contained MuiFormHelperText-filled css-1wc848c-MuiFormHelperText-root"
|
|
1481
1481
|
id="mui-19-helper-text"
|
|
1482
1482
|
>
|
|
1483
|
-
<
|
|
1483
|
+
<span>
|
|
1484
1484
|
Alternative display modes
|
|
1485
|
-
</
|
|
1485
|
+
</span>
|
|
1486
1486
|
</div>
|
|
1487
1487
|
</div>
|
|
1488
1488
|
</div>
|
|
@@ -1535,9 +1535,9 @@ exports[`ConfigurationEditor widget renders with defaults of the PileupTrack sch
|
|
|
1535
1535
|
class="MuiFormHelperText-root MuiFormHelperText-sizeMedium MuiFormHelperText-contained MuiFormHelperText-filled css-1wc848c-MuiFormHelperText-root"
|
|
1536
1536
|
id="mui-20-helper-text"
|
|
1537
1537
|
>
|
|
1538
|
-
<
|
|
1538
|
+
<span>
|
|
1539
1539
|
the minimum width in px for a pileup mismatch feature. use for increasing/decreasing mismatch marker widths when zoomed out, e.g. 0 or 1
|
|
1540
|
-
</
|
|
1540
|
+
</span>
|
|
1541
1541
|
</div>
|
|
1542
1542
|
</div>
|
|
1543
1543
|
</div>
|
|
@@ -1590,9 +1590,9 @@ exports[`ConfigurationEditor widget renders with defaults of the PileupTrack sch
|
|
|
1590
1590
|
class="MuiFormHelperText-root MuiFormHelperText-sizeMedium MuiFormHelperText-contained MuiFormHelperText-filled css-1wc848c-MuiFormHelperText-root"
|
|
1591
1591
|
id="mui-21-helper-text"
|
|
1592
1592
|
>
|
|
1593
|
-
<
|
|
1593
|
+
<span>
|
|
1594
1594
|
the maximum height to be used in a pileup rendering
|
|
1595
|
-
</
|
|
1595
|
+
</span>
|
|
1596
1596
|
</div>
|
|
1597
1597
|
</div>
|
|
1598
1598
|
</div>
|
|
@@ -1645,9 +1645,9 @@ exports[`ConfigurationEditor widget renders with defaults of the PileupTrack sch
|
|
|
1645
1645
|
class="MuiFormHelperText-root MuiFormHelperText-sizeMedium MuiFormHelperText-contained MuiFormHelperText-filled css-1wc848c-MuiFormHelperText-root"
|
|
1646
1646
|
id="mui-22-helper-text"
|
|
1647
1647
|
>
|
|
1648
|
-
<
|
|
1648
|
+
<span>
|
|
1649
1649
|
the max clip size to be used in a pileup rendering
|
|
1650
|
-
</
|
|
1650
|
+
</span>
|
|
1651
1651
|
</div>
|
|
1652
1652
|
</div>
|
|
1653
1653
|
</div>
|
|
@@ -1700,9 +1700,9 @@ exports[`ConfigurationEditor widget renders with defaults of the PileupTrack sch
|
|
|
1700
1700
|
class="MuiFormHelperText-root MuiFormHelperText-sizeMedium MuiFormHelperText-contained MuiFormHelperText-filled css-1wc848c-MuiFormHelperText-root"
|
|
1701
1701
|
id="mui-23-helper-text"
|
|
1702
1702
|
>
|
|
1703
|
-
<
|
|
1703
|
+
<span>
|
|
1704
1704
|
the height of each feature in a pileup alignment
|
|
1705
|
-
</
|
|
1705
|
+
</span>
|
|
1706
1706
|
</div>
|
|
1707
1707
|
</div>
|
|
1708
1708
|
</div>
|
|
@@ -1829,9 +1829,9 @@ exports[`ConfigurationEditor widget renders with defaults of the PileupTrack sch
|
|
|
1829
1829
|
class="MuiFormHelperText-root MuiFormHelperText-sizeMedium MuiFormHelperText-contained MuiFormHelperText-filled css-1wc848c-MuiFormHelperText-root"
|
|
1830
1830
|
id="mui-24-helper-text"
|
|
1831
1831
|
>
|
|
1832
|
-
<
|
|
1832
|
+
<span>
|
|
1833
1833
|
scale at which to draw the large insertion indicators (bp/pixel)
|
|
1834
|
-
</
|
|
1834
|
+
</span>
|
|
1835
1835
|
</div>
|
|
1836
1836
|
</div>
|
|
1837
1837
|
</div>
|
|
@@ -2004,7 +2004,7 @@ exports[`ConfigurationEditor widget renders with just the required model element
|
|
|
2004
2004
|
class="MuiFormHelperText-root MuiFormHelperText-sizeMedium MuiFormHelperText-contained MuiFormHelperText-filled css-1wc848c-MuiFormHelperText-root"
|
|
2005
2005
|
id="mui-1-helper-text"
|
|
2006
2006
|
>
|
|
2007
|
-
<
|
|
2007
|
+
<span />
|
|
2008
2008
|
</div>
|
|
2009
2009
|
</div>
|
|
2010
2010
|
</div>
|