@jbrowse/plugin-sv-inspector 2.10.3 → 2.11.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/LaunchSvInspectorView/index.d.ts +1 -2
- package/dist/LaunchSvInspectorView/index.js +3 -2
- package/dist/SvInspectorView/index.d.ts +1 -2
- package/dist/SvInspectorView/index.js +3 -2
- package/esm/LaunchSvInspectorView/index.d.ts +1 -2
- package/esm/LaunchSvInspectorView/index.js +2 -2
- package/esm/SvInspectorView/index.d.ts +1 -2
- package/esm/SvInspectorView/index.js +2 -2
- package/package.json +2 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
|
|
3
|
+
function LaunchSvInspectorViewF(pluginManager) {
|
|
4
4
|
pluginManager.addToExtensionPoint('LaunchView-SvInspectorView',
|
|
5
5
|
// @ts-expect-error
|
|
6
6
|
async ({ session, assembly, uri, fileType, }) => {
|
|
@@ -23,4 +23,5 @@ exports.default = (pluginManager) => {
|
|
|
23
23
|
});
|
|
24
24
|
await view.spreadsheetView.importWizard.import(assembly);
|
|
25
25
|
});
|
|
26
|
-
}
|
|
26
|
+
}
|
|
27
|
+
exports.default = LaunchSvInspectorViewF;
|
|
@@ -19,7 +19,7 @@ function defaultOnChordClick(feature, chordTrack, pluginManager) {
|
|
|
19
19
|
viewSnapshot.featureData = feature.toJSON();
|
|
20
20
|
session.addView('BreakpointSplitView', viewSnapshot);
|
|
21
21
|
}
|
|
22
|
-
|
|
22
|
+
function SvInspectorViewF(pluginManager) {
|
|
23
23
|
pluginManager.jexl.addFunction('defaultOnChordClick', defaultOnChordClick);
|
|
24
24
|
pluginManager.addViewType(() => {
|
|
25
25
|
const stateModel = (0, SvInspectorView_2.default)(pluginManager);
|
|
@@ -30,4 +30,5 @@ exports.default = (pluginManager) => {
|
|
|
30
30
|
ReactComponent: SvInspectorView_1.default,
|
|
31
31
|
});
|
|
32
32
|
});
|
|
33
|
-
}
|
|
33
|
+
}
|
|
34
|
+
exports.default = SvInspectorViewF;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export default (pluginManager)
|
|
1
|
+
export default function LaunchSvInspectorViewF(pluginManager) {
|
|
2
2
|
pluginManager.addToExtensionPoint('LaunchView-SvInspectorView',
|
|
3
3
|
// @ts-expect-error
|
|
4
4
|
async ({ session, assembly, uri, fileType, }) => {
|
|
@@ -21,4 +21,4 @@ export default (pluginManager) => {
|
|
|
21
21
|
});
|
|
22
22
|
await view.spreadsheetView.importWizard.import(assembly);
|
|
23
23
|
});
|
|
24
|
-
}
|
|
24
|
+
}
|
|
@@ -14,7 +14,7 @@ function defaultOnChordClick(feature, chordTrack, pluginManager) {
|
|
|
14
14
|
viewSnapshot.featureData = feature.toJSON();
|
|
15
15
|
session.addView('BreakpointSplitView', viewSnapshot);
|
|
16
16
|
}
|
|
17
|
-
export default (pluginManager)
|
|
17
|
+
export default function SvInspectorViewF(pluginManager) {
|
|
18
18
|
pluginManager.jexl.addFunction('defaultOnChordClick', defaultOnChordClick);
|
|
19
19
|
pluginManager.addViewType(() => {
|
|
20
20
|
const stateModel = stateModelFactory(pluginManager);
|
|
@@ -25,4 +25,4 @@ export default (pluginManager) => {
|
|
|
25
25
|
ReactComponent,
|
|
26
26
|
});
|
|
27
27
|
});
|
|
28
|
-
}
|
|
28
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jbrowse/plugin-sv-inspector",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.11.1",
|
|
4
4
|
"description": "JBrowse 2 SV inspector view",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"jbrowse",
|
|
@@ -57,5 +57,5 @@
|
|
|
57
57
|
"publishConfig": {
|
|
58
58
|
"access": "public"
|
|
59
59
|
},
|
|
60
|
-
"gitHead": "
|
|
60
|
+
"gitHead": "11b28d66d782eb06f92ccb993108bb6c3c82819e"
|
|
61
61
|
}
|