@jbrowse/plugin-alignments 3.6.3 → 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.
|
@@ -99,8 +99,9 @@ function stateModelFactory(pluginManager, configSchema) {
|
|
|
99
99
|
};
|
|
100
100
|
},
|
|
101
101
|
notReady() {
|
|
102
|
-
|
|
103
|
-
|
|
102
|
+
var _a, _b;
|
|
103
|
+
return (((_a = self.PileupDisplay) === null || _a === void 0 ? void 0 : _a.renderProps().notReady) ||
|
|
104
|
+
((_b = self.SNPCoverageDisplay) === null || _b === void 0 ? void 0 : _b.renderProps().notReady));
|
|
104
105
|
},
|
|
105
106
|
}))
|
|
106
107
|
.actions(self => ({
|
|
@@ -94,8 +94,9 @@ function stateModelFactory(pluginManager, configSchema) {
|
|
|
94
94
|
};
|
|
95
95
|
},
|
|
96
96
|
notReady() {
|
|
97
|
-
|
|
98
|
-
|
|
97
|
+
var _a, _b;
|
|
98
|
+
return (((_a = self.PileupDisplay) === null || _a === void 0 ? void 0 : _a.renderProps().notReady) ||
|
|
99
|
+
((_b = self.SNPCoverageDisplay) === null || _b === void 0 ? void 0 : _b.renderProps().notReady));
|
|
99
100
|
},
|
|
100
101
|
}))
|
|
101
102
|
.actions(self => ({
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jbrowse/plugin-alignments",
|
|
3
|
-
"version": "3.6.
|
|
3
|
+
"version": "3.6.5",
|
|
4
4
|
"description": "JBrowse 2 alignments adapters, tracks, etc.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"jbrowse",
|
|
@@ -38,10 +38,10 @@
|
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@gmod/bam": "^6.0.1",
|
|
40
40
|
"@gmod/cram": "^5.0.4",
|
|
41
|
-
"@jbrowse/core": "^3.6.
|
|
42
|
-
"@jbrowse/plugin-linear-genome-view": "^3.6.
|
|
43
|
-
"@jbrowse/plugin-wiggle": "^3.6.
|
|
44
|
-
"@jbrowse/sv-core": "^3.6.
|
|
41
|
+
"@jbrowse/core": "^3.6.5",
|
|
42
|
+
"@jbrowse/plugin-linear-genome-view": "^3.6.5",
|
|
43
|
+
"@jbrowse/plugin-wiggle": "^3.6.5",
|
|
44
|
+
"@jbrowse/sv-core": "^3.6.5",
|
|
45
45
|
"@mui/icons-material": "^7.0.0",
|
|
46
46
|
"@mui/material": "^7.0.0",
|
|
47
47
|
"canvas2svg": "^1.0.16",
|
|
@@ -63,5 +63,5 @@
|
|
|
63
63
|
"distModule": "esm/index.js",
|
|
64
64
|
"srcModule": "src/index.ts",
|
|
65
65
|
"module": "esm/index.js",
|
|
66
|
-
"gitHead": "
|
|
66
|
+
"gitHead": "354d0a87b757b4d84f824b47507662f6f3a1693f"
|
|
67
67
|
}
|