@jbrowse/plugin-linear-comparative-view 3.6.4 → 3.6.5
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/LGVSyntenyDisplay/configSchemaF.js +1 -1
- package/dist/LinearComparativeView/model.d.ts +4 -4
- package/dist/LinearSyntenyView/model.d.ts +4 -4
- package/esm/LGVSyntenyDisplay/configSchemaF.js +1 -1
- package/esm/LinearComparativeView/model.d.ts +4 -4
- package/esm/LinearSyntenyView/model.d.ts +4 -4
- package/package.json +5 -5
|
@@ -10,7 +10,7 @@ function configSchemaF(pluginManager) {
|
|
|
10
10
|
const l2name = (mate === null || mate === void 0 ? void 0 : mate.name) || (mate === null || mate === void 0 ? void 0 : mate.id);
|
|
11
11
|
return [
|
|
12
12
|
l1name ? `Name1: ${l1name}` : '',
|
|
13
|
-
l2name ? `
|
|
13
|
+
l2name ? `Name2: ${l2name}` : '',
|
|
14
14
|
`Loc1: ${(0, util_1.assembleLocString)({
|
|
15
15
|
refName: f.get('refName'),
|
|
16
16
|
start: f.get('start'),
|
|
@@ -78,8 +78,8 @@ declare function stateModelFactory(pluginManager: PluginManager): import("mobx-s
|
|
|
78
78
|
readonly interRegionPaddingWidth: number;
|
|
79
79
|
readonly assemblyNames: string[];
|
|
80
80
|
readonly assemblyDisplayNames: string[];
|
|
81
|
-
readonly isTopLevelView:
|
|
82
|
-
readonly stickyViewHeaders: boolean
|
|
81
|
+
readonly isTopLevelView: boolean;
|
|
82
|
+
readonly stickyViewHeaders: boolean;
|
|
83
83
|
readonly rubberbandTop: number;
|
|
84
84
|
readonly pinnedTracksTop: number;
|
|
85
85
|
} & {
|
|
@@ -395,8 +395,8 @@ declare function stateModelFactory(pluginManager: PluginManager): import("mobx-s
|
|
|
395
395
|
readonly interRegionPaddingWidth: number;
|
|
396
396
|
readonly assemblyNames: string[];
|
|
397
397
|
readonly assemblyDisplayNames: string[];
|
|
398
|
-
readonly isTopLevelView:
|
|
399
|
-
readonly stickyViewHeaders: boolean
|
|
398
|
+
readonly isTopLevelView: boolean;
|
|
399
|
+
readonly stickyViewHeaders: boolean;
|
|
400
400
|
readonly rubberbandTop: number;
|
|
401
401
|
readonly pinnedTracksTop: number;
|
|
402
402
|
} & {
|
|
@@ -78,8 +78,8 @@ export default function stateModelFactory(pluginManager: PluginManager): import(
|
|
|
78
78
|
readonly interRegionPaddingWidth: number;
|
|
79
79
|
readonly assemblyNames: string[];
|
|
80
80
|
readonly assemblyDisplayNames: string[];
|
|
81
|
-
readonly isTopLevelView:
|
|
82
|
-
readonly stickyViewHeaders: boolean
|
|
81
|
+
readonly isTopLevelView: boolean;
|
|
82
|
+
readonly stickyViewHeaders: boolean;
|
|
83
83
|
readonly rubberbandTop: number;
|
|
84
84
|
readonly pinnedTracksTop: number;
|
|
85
85
|
} & {
|
|
@@ -464,8 +464,8 @@ export default function stateModelFactory(pluginManager: PluginManager): import(
|
|
|
464
464
|
readonly interRegionPaddingWidth: number;
|
|
465
465
|
readonly assemblyNames: string[];
|
|
466
466
|
readonly assemblyDisplayNames: string[];
|
|
467
|
-
readonly isTopLevelView:
|
|
468
|
-
readonly stickyViewHeaders: boolean
|
|
467
|
+
readonly isTopLevelView: boolean;
|
|
468
|
+
readonly stickyViewHeaders: boolean;
|
|
469
469
|
readonly rubberbandTop: number;
|
|
470
470
|
readonly pinnedTracksTop: number;
|
|
471
471
|
} & {
|
|
@@ -8,7 +8,7 @@ function configSchemaF(pluginManager) {
|
|
|
8
8
|
const l2name = (mate === null || mate === void 0 ? void 0 : mate.name) || (mate === null || mate === void 0 ? void 0 : mate.id);
|
|
9
9
|
return [
|
|
10
10
|
l1name ? `Name1: ${l1name}` : '',
|
|
11
|
-
l2name ? `
|
|
11
|
+
l2name ? `Name2: ${l2name}` : '',
|
|
12
12
|
`Loc1: ${assembleLocString({
|
|
13
13
|
refName: f.get('refName'),
|
|
14
14
|
start: f.get('start'),
|
|
@@ -78,8 +78,8 @@ declare function stateModelFactory(pluginManager: PluginManager): import("mobx-s
|
|
|
78
78
|
readonly interRegionPaddingWidth: number;
|
|
79
79
|
readonly assemblyNames: string[];
|
|
80
80
|
readonly assemblyDisplayNames: string[];
|
|
81
|
-
readonly isTopLevelView:
|
|
82
|
-
readonly stickyViewHeaders: boolean
|
|
81
|
+
readonly isTopLevelView: boolean;
|
|
82
|
+
readonly stickyViewHeaders: boolean;
|
|
83
83
|
readonly rubberbandTop: number;
|
|
84
84
|
readonly pinnedTracksTop: number;
|
|
85
85
|
} & {
|
|
@@ -395,8 +395,8 @@ declare function stateModelFactory(pluginManager: PluginManager): import("mobx-s
|
|
|
395
395
|
readonly interRegionPaddingWidth: number;
|
|
396
396
|
readonly assemblyNames: string[];
|
|
397
397
|
readonly assemblyDisplayNames: string[];
|
|
398
|
-
readonly isTopLevelView:
|
|
399
|
-
readonly stickyViewHeaders: boolean
|
|
398
|
+
readonly isTopLevelView: boolean;
|
|
399
|
+
readonly stickyViewHeaders: boolean;
|
|
400
400
|
readonly rubberbandTop: number;
|
|
401
401
|
readonly pinnedTracksTop: number;
|
|
402
402
|
} & {
|
|
@@ -78,8 +78,8 @@ export default function stateModelFactory(pluginManager: PluginManager): import(
|
|
|
78
78
|
readonly interRegionPaddingWidth: number;
|
|
79
79
|
readonly assemblyNames: string[];
|
|
80
80
|
readonly assemblyDisplayNames: string[];
|
|
81
|
-
readonly isTopLevelView:
|
|
82
|
-
readonly stickyViewHeaders: boolean
|
|
81
|
+
readonly isTopLevelView: boolean;
|
|
82
|
+
readonly stickyViewHeaders: boolean;
|
|
83
83
|
readonly rubberbandTop: number;
|
|
84
84
|
readonly pinnedTracksTop: number;
|
|
85
85
|
} & {
|
|
@@ -464,8 +464,8 @@ export default function stateModelFactory(pluginManager: PluginManager): import(
|
|
|
464
464
|
readonly interRegionPaddingWidth: number;
|
|
465
465
|
readonly assemblyNames: string[];
|
|
466
466
|
readonly assemblyDisplayNames: string[];
|
|
467
|
-
readonly isTopLevelView:
|
|
468
|
-
readonly stickyViewHeaders: boolean
|
|
467
|
+
readonly isTopLevelView: boolean;
|
|
468
|
+
readonly stickyViewHeaders: boolean;
|
|
469
469
|
readonly rubberbandTop: number;
|
|
470
470
|
readonly pinnedTracksTop: number;
|
|
471
471
|
} & {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jbrowse/plugin-linear-comparative-view",
|
|
3
|
-
"version": "3.6.
|
|
3
|
+
"version": "3.6.5",
|
|
4
4
|
"description": "JBrowse 2 linear comparative view",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"jbrowse",
|
|
@@ -36,9 +36,9 @@
|
|
|
36
36
|
"clean": "rimraf dist esm *.tsbuildinfo"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@jbrowse/core": "^3.6.
|
|
40
|
-
"@jbrowse/plugin-alignments": "^3.6.
|
|
41
|
-
"@jbrowse/plugin-linear-genome-view": "^3.6.
|
|
39
|
+
"@jbrowse/core": "^3.6.5",
|
|
40
|
+
"@jbrowse/plugin-alignments": "^3.6.5",
|
|
41
|
+
"@jbrowse/plugin-linear-genome-view": "^3.6.5",
|
|
42
42
|
"@mui/icons-material": "^7.0.0",
|
|
43
43
|
"@mui/material": "^7.0.0",
|
|
44
44
|
"copy-to-clipboard": "^3.3.1",
|
|
@@ -59,5 +59,5 @@
|
|
|
59
59
|
"publishConfig": {
|
|
60
60
|
"access": "public"
|
|
61
61
|
},
|
|
62
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "354d0a87b757b4d84f824b47507662f6f3a1693f"
|
|
63
63
|
}
|