@jbrowse/plugin-sequence 2.11.2 → 2.12.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/BgzipFastaAdapter/index.js +1 -1
- package/dist/ChromSizesAdapter/index.js +1 -1
- package/dist/DivSequenceRenderer/index.js +1 -1
- package/dist/IndexedFastaAdapter/index.js +1 -1
- package/dist/LinearReferenceSequenceDisplay/index.js +1 -1
- package/dist/LinearReferenceSequenceDisplay/model.d.ts +33 -46
- package/dist/LinearReferenceSequenceDisplay/model.js +1 -2
- package/dist/ReferenceSequenceTrack/configSchema.js +1 -2
- package/dist/ReferenceSequenceTrack/index.js +1 -1
- package/dist/SequenceSearchAdapter/index.js +1 -1
- package/dist/TwoBitAdapter/index.js +1 -1
- package/dist/createExtensionPoints.js +1 -1
- package/esm/LinearReferenceSequenceDisplay/model.d.ts +33 -46
- package/package.json +2 -2
|
@@ -26,6 +26,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
26
26
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.default = BgzipFastaAdapterF;
|
|
29
30
|
const AdapterType_1 = __importDefault(require("@jbrowse/core/pluggableElementTypes/AdapterType"));
|
|
30
31
|
const configSchema_1 = __importDefault(require("./configSchema"));
|
|
31
32
|
function BgzipFastaAdapterF(pluginManager) {
|
|
@@ -39,4 +40,3 @@ function BgzipFastaAdapterF(pluginManager) {
|
|
|
39
40
|
getAdapterClass: () => Promise.resolve().then(() => __importStar(require('./BgzipFastaAdapter'))).then(r => r.default),
|
|
40
41
|
}));
|
|
41
42
|
}
|
|
42
|
-
exports.default = BgzipFastaAdapterF;
|
|
@@ -26,6 +26,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
26
26
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.default = ChromSizesAdapterF;
|
|
29
30
|
const AdapterType_1 = __importDefault(require("@jbrowse/core/pluggableElementTypes/AdapterType"));
|
|
30
31
|
const configSchema_1 = __importDefault(require("./configSchema"));
|
|
31
32
|
function ChromSizesAdapterF(pluginManager) {
|
|
@@ -39,4 +40,3 @@ function ChromSizesAdapterF(pluginManager) {
|
|
|
39
40
|
getAdapterClass: () => Promise.resolve().then(() => __importStar(require('./ChromSizesAdapter'))).then(r => r.default),
|
|
40
41
|
}));
|
|
41
42
|
}
|
|
42
|
-
exports.default = ChromSizesAdapterF;
|
|
@@ -3,6 +3,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.default = DivSequenceRendererF;
|
|
6
7
|
const FeatureRendererType_1 = __importDefault(require("@jbrowse/core/pluggableElementTypes/renderers/FeatureRendererType"));
|
|
7
8
|
const DivSequenceRendering_1 = __importDefault(require("./components/DivSequenceRendering"));
|
|
8
9
|
const configSchema_1 = __importDefault(require("./configSchema"));
|
|
@@ -28,4 +29,3 @@ function DivSequenceRendererF(pluginManager) {
|
|
|
28
29
|
pluginManager,
|
|
29
30
|
}));
|
|
30
31
|
}
|
|
31
|
-
exports.default = DivSequenceRendererF;
|
|
@@ -26,6 +26,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
26
26
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.default = IndexedFastaAdapterF;
|
|
29
30
|
const AdapterType_1 = __importDefault(require("@jbrowse/core/pluggableElementTypes/AdapterType"));
|
|
30
31
|
const configSchema_1 = __importDefault(require("./configSchema"));
|
|
31
32
|
function IndexedFastaAdapterF(pluginManager) {
|
|
@@ -39,4 +40,3 @@ function IndexedFastaAdapterF(pluginManager) {
|
|
|
39
40
|
getAdapterClass: () => Promise.resolve().then(() => __importStar(require('./IndexedFastaAdapter'))).then(r => r.default),
|
|
40
41
|
}));
|
|
41
42
|
}
|
|
42
|
-
exports.default = IndexedFastaAdapterF;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.default = LinearReferenceSequenceDisplayF;
|
|
3
4
|
const pluggableElementTypes_1 = require("@jbrowse/core/pluggableElementTypes");
|
|
4
5
|
const plugin_linear_genome_view_1 = require("@jbrowse/plugin-linear-genome-view");
|
|
5
6
|
const configSchema_1 = require("./configSchema");
|
|
@@ -18,4 +19,3 @@ function LinearReferenceSequenceDisplayF(pluginManager) {
|
|
|
18
19
|
});
|
|
19
20
|
});
|
|
20
21
|
}
|
|
21
|
-
exports.default = LinearReferenceSequenceDisplayF;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { AnyConfigurationSchemaType } from '@jbrowse/core/configuration';
|
|
3
2
|
/**
|
|
4
3
|
* #stateModel LinearReferenceSequenceDisplay
|
|
@@ -32,7 +31,7 @@ export declare function modelFactory(configSchema: AnyConfigurationSchemaType):
|
|
|
32
31
|
}, {
|
|
33
32
|
renderInProgress: AbortController | undefined;
|
|
34
33
|
filled: boolean;
|
|
35
|
-
reactElement: import("react").ReactElement
|
|
34
|
+
reactElement: import("react").ReactElement | undefined;
|
|
36
35
|
features: Map<string, import("@jbrowse/core/util").Feature> | undefined;
|
|
37
36
|
layout: any;
|
|
38
37
|
status: string;
|
|
@@ -44,9 +43,9 @@ export declare function modelFactory(configSchema: AnyConfigurationSchemaType):
|
|
|
44
43
|
error?: unknown;
|
|
45
44
|
reload: () => void;
|
|
46
45
|
message: import("react").ReactNode;
|
|
47
|
-
filled?: boolean
|
|
48
|
-
status?: string
|
|
49
|
-
reactElement?: import("react").ReactElement
|
|
46
|
+
filled?: boolean;
|
|
47
|
+
status?: string;
|
|
48
|
+
reactElement?: import("react").ReactElement;
|
|
50
49
|
};
|
|
51
50
|
}) => import("react").JSX.Element | undefined;
|
|
52
51
|
renderProps: any;
|
|
@@ -57,7 +56,7 @@ export declare function modelFactory(configSchema: AnyConfigurationSchemaType):
|
|
|
57
56
|
setLoading(abortController: AbortController): void;
|
|
58
57
|
setMessage(messageText: string): void;
|
|
59
58
|
setRendered(props: {
|
|
60
|
-
reactElement: import("react").ReactElement
|
|
59
|
+
reactElement: import("react").ReactElement;
|
|
61
60
|
features: Map<string, import("@jbrowse/core/util").Feature>;
|
|
62
61
|
layout: any;
|
|
63
62
|
maxHeightReached: boolean;
|
|
@@ -77,9 +76,7 @@ export declare function modelFactory(configSchema: AnyConfigurationSchemaType):
|
|
|
77
76
|
type: string;
|
|
78
77
|
defaultValue: number;
|
|
79
78
|
description: string;
|
|
80
|
-
};
|
|
81
|
-
* #property
|
|
82
|
-
*/
|
|
79
|
+
};
|
|
83
80
|
height: {
|
|
84
81
|
type: string;
|
|
85
82
|
defaultValue: number;
|
|
@@ -112,15 +109,11 @@ export declare function modelFactory(configSchema: AnyConfigurationSchemaType):
|
|
|
112
109
|
model: {
|
|
113
110
|
id: string;
|
|
114
111
|
type: string;
|
|
115
|
-
rpcDriverName: string | undefined;
|
|
116
|
-
* #property
|
|
117
|
-
*/
|
|
112
|
+
rpcDriverName: string | undefined;
|
|
118
113
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
119
114
|
rendererTypeName: string;
|
|
120
115
|
error: unknown;
|
|
121
|
-
message: string | undefined;
|
|
122
|
-
* #property
|
|
123
|
-
*/
|
|
116
|
+
message: string | undefined;
|
|
124
117
|
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
125
118
|
id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
126
119
|
type: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -130,8 +123,8 @@ export declare function modelFactory(configSchema: AnyConfigurationSchemaType):
|
|
|
130
123
|
error: unknown;
|
|
131
124
|
message: string | undefined;
|
|
132
125
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
133
|
-
onHorizontalScroll?: Function
|
|
134
|
-
blockState?: Record<string, any
|
|
126
|
+
onHorizontalScroll?: Function;
|
|
127
|
+
blockState?: Record<string, any>;
|
|
135
128
|
}>;
|
|
136
129
|
readonly DisplayBlurb: import("react").FC<{
|
|
137
130
|
model: {
|
|
@@ -150,53 +143,49 @@ export declare function modelFactory(configSchema: AnyConfigurationSchemaType):
|
|
|
150
143
|
rendererTypeName: string;
|
|
151
144
|
error: unknown;
|
|
152
145
|
message: string | undefined;
|
|
153
|
-
}, import("mobx-state-tree"
|
|
146
|
+
}, import("mobx-state-tree" /**
|
|
147
|
+
* #action
|
|
148
|
+
*/)._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
154
149
|
}> | null;
|
|
155
150
|
readonly adapterConfig: any;
|
|
156
151
|
readonly parentTrack: any;
|
|
157
152
|
renderProps(): any;
|
|
158
153
|
readonly rendererType: import("@jbrowse/core/pluggableElementTypes").RendererType;
|
|
159
|
-
readonly DisplayMessageComponent: import("react").FC<any
|
|
154
|
+
readonly DisplayMessageComponent: undefined | import("react").FC<any>;
|
|
160
155
|
trackMenuItems(): import("@jbrowse/core/ui").MenuItem[];
|
|
161
156
|
readonly viewMenuActions: import("@jbrowse/core/ui").MenuItem[];
|
|
162
157
|
regionCannotBeRendered(): null;
|
|
163
158
|
} & {
|
|
164
|
-
setMessage(arg?: string
|
|
159
|
+
setMessage(arg?: string): void;
|
|
165
160
|
setError(error?: unknown): void;
|
|
166
161
|
setRpcDriverName(rpcDriverName: string): void;
|
|
167
162
|
reload(): void;
|
|
168
163
|
} & {
|
|
169
164
|
scrollTop: number;
|
|
170
165
|
} & {
|
|
171
|
-
readonly height: number;
|
|
172
|
-
* #property
|
|
173
|
-
*/
|
|
166
|
+
readonly height: number;
|
|
174
167
|
} & {
|
|
175
168
|
setScrollTop(scrollTop: number): void;
|
|
176
169
|
setHeight(displayHeight: number): number;
|
|
177
|
-
resizeHeight(distance: number): number;
|
|
178
|
-
* #getter
|
|
179
|
-
*/
|
|
170
|
+
resizeHeight(distance: number): number;
|
|
180
171
|
} & {
|
|
181
|
-
featureDensityStatsP: Promise<import("@jbrowse/core/data_adapters/BaseAdapter").FeatureDensityStats
|
|
182
|
-
featureDensityStats: import("@jbrowse/core/data_adapters/BaseAdapter").FeatureDensityStats
|
|
172
|
+
featureDensityStatsP: undefined | Promise<import("@jbrowse/core/data_adapters/BaseAdapter").FeatureDensityStats>;
|
|
173
|
+
featureDensityStats: undefined | import("@jbrowse/core/data_adapters/BaseAdapter").FeatureDensityStats;
|
|
183
174
|
currStatsBpPerPx: number;
|
|
184
175
|
} & {
|
|
185
176
|
readonly currentBytesRequested: number;
|
|
186
177
|
readonly currentFeatureScreenDensity: number;
|
|
187
|
-
readonly maxFeatureScreenDensity: any;
|
|
188
|
-
* #method
|
|
189
|
-
*/
|
|
178
|
+
readonly maxFeatureScreenDensity: any;
|
|
190
179
|
readonly featureDensityStatsReady: boolean;
|
|
191
180
|
readonly maxAllowableBytes: number;
|
|
192
181
|
} & {
|
|
193
182
|
afterAttach(): void;
|
|
194
183
|
} & {
|
|
195
184
|
setCurrStatsBpPerPx(n: number): void;
|
|
196
|
-
setFeatureDensityStatsLimit(stats?: import("@jbrowse/core/data_adapters/BaseAdapter").FeatureDensityStats
|
|
185
|
+
setFeatureDensityStatsLimit(stats?: import("@jbrowse/core/data_adapters/BaseAdapter").FeatureDensityStats): void;
|
|
197
186
|
getFeatureDensityStats(): Promise<import("@jbrowse/core/data_adapters/BaseAdapter").FeatureDensityStats>;
|
|
198
187
|
setFeatureDensityStatsP(arg: any): void;
|
|
199
|
-
setFeatureDensityStats(featureDensityStats?: import("@jbrowse/core/data_adapters/BaseAdapter").FeatureDensityStats
|
|
188
|
+
setFeatureDensityStats(featureDensityStats?: import("@jbrowse/core/data_adapters/BaseAdapter").FeatureDensityStats): void;
|
|
200
189
|
clearFeatureDensityStats(): void;
|
|
201
190
|
} & {
|
|
202
191
|
readonly regionTooLarge: boolean;
|
|
@@ -205,8 +194,8 @@ export declare function modelFactory(configSchema: AnyConfigurationSchemaType):
|
|
|
205
194
|
regionCannotBeRenderedText(_region: import("@jbrowse/core/util").Region): "" | "Force load to see features";
|
|
206
195
|
regionCannotBeRendered(_region: import("@jbrowse/core/util").Region): import("react").JSX.Element | null;
|
|
207
196
|
} & {
|
|
208
|
-
featureIdUnderMouse:
|
|
209
|
-
contextMenuFeature: import("@jbrowse/core/util").Feature
|
|
197
|
+
featureIdUnderMouse: undefined | string;
|
|
198
|
+
contextMenuFeature: undefined | import("@jbrowse/core/util").Feature;
|
|
210
199
|
} & {
|
|
211
200
|
readonly blockType: "dynamicBlocks" | "staticBlocks";
|
|
212
201
|
readonly blockDefinitions: import("@jbrowse/core/util/blockTypes").BlockSet;
|
|
@@ -214,7 +203,7 @@ export declare function modelFactory(configSchema: AnyConfigurationSchemaType):
|
|
|
214
203
|
readonly renderDelay: number;
|
|
215
204
|
readonly TooltipComponent: import("react").FC<any>;
|
|
216
205
|
readonly selectedFeatureId: string | undefined;
|
|
217
|
-
readonly DisplayMessageComponent: import("react").FC<any
|
|
206
|
+
readonly DisplayMessageComponent: undefined | import("react").FC<any>;
|
|
218
207
|
} & {
|
|
219
208
|
readonly features: import("@jbrowse/core/util/compositeMap").default<string, import("@jbrowse/core/util").Feature>;
|
|
220
209
|
readonly featureUnderMouse: import("@jbrowse/core/util").Feature | undefined;
|
|
@@ -227,8 +216,8 @@ export declare function modelFactory(configSchema: AnyConfigurationSchemaType):
|
|
|
227
216
|
selectFeature(feature: import("@jbrowse/core/util").Feature): void;
|
|
228
217
|
navToFeature(feature: import("@jbrowse/core/util").Feature): void;
|
|
229
218
|
clearFeatureSelection(): void;
|
|
230
|
-
setFeatureIdUnderMouse(feature?: string
|
|
231
|
-
setContextMenuFeature(feature?: import("@jbrowse/core/util").Feature
|
|
219
|
+
setFeatureIdUnderMouse(feature?: string): void;
|
|
220
|
+
setContextMenuFeature(feature?: import("@jbrowse/core/util").Feature): void;
|
|
232
221
|
} & {
|
|
233
222
|
reload(): Promise<void>;
|
|
234
223
|
} & {
|
|
@@ -316,7 +305,7 @@ export declare function modelFactory(configSchema: AnyConfigurationSchemaType):
|
|
|
316
305
|
}, {
|
|
317
306
|
renderInProgress: AbortController | undefined;
|
|
318
307
|
filled: boolean;
|
|
319
|
-
reactElement: import("react").ReactElement
|
|
308
|
+
reactElement: import("react").ReactElement | undefined;
|
|
320
309
|
features: Map<string, import("@jbrowse/core/util").Feature> | undefined;
|
|
321
310
|
layout: any;
|
|
322
311
|
status: string;
|
|
@@ -328,9 +317,9 @@ export declare function modelFactory(configSchema: AnyConfigurationSchemaType):
|
|
|
328
317
|
error?: unknown;
|
|
329
318
|
reload: () => void;
|
|
330
319
|
message: import("react").ReactNode;
|
|
331
|
-
filled?: boolean
|
|
332
|
-
status?: string
|
|
333
|
-
reactElement?: import("react").ReactElement
|
|
320
|
+
filled?: boolean;
|
|
321
|
+
status?: string;
|
|
322
|
+
reactElement?: import("react").ReactElement;
|
|
334
323
|
};
|
|
335
324
|
}) => import("react").JSX.Element | undefined;
|
|
336
325
|
renderProps: any;
|
|
@@ -341,7 +330,7 @@ export declare function modelFactory(configSchema: AnyConfigurationSchemaType):
|
|
|
341
330
|
setLoading(abortController: AbortController): void;
|
|
342
331
|
setMessage(messageText: string): void;
|
|
343
332
|
setRendered(props: {
|
|
344
|
-
reactElement: import("react").ReactElement
|
|
333
|
+
reactElement: import("react").ReactElement;
|
|
345
334
|
features: Map<string, import("@jbrowse/core/util").Feature>;
|
|
346
335
|
layout: any;
|
|
347
336
|
maxHeightReached: boolean;
|
|
@@ -361,9 +350,7 @@ export declare function modelFactory(configSchema: AnyConfigurationSchemaType):
|
|
|
361
350
|
type: string;
|
|
362
351
|
defaultValue: number;
|
|
363
352
|
description: string;
|
|
364
|
-
};
|
|
365
|
-
* #property
|
|
366
|
-
*/
|
|
353
|
+
};
|
|
367
354
|
height: {
|
|
368
355
|
type: string;
|
|
369
356
|
defaultValue: number;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.modelFactory =
|
|
3
|
+
exports.modelFactory = modelFactory;
|
|
4
4
|
const mobx_state_tree_1 = require("mobx-state-tree");
|
|
5
5
|
const plugin_linear_genome_view_1 = require("@jbrowse/plugin-linear-genome-view");
|
|
6
6
|
const configuration_1 = require("@jbrowse/core/configuration");
|
|
@@ -151,4 +151,3 @@ function modelFactory(configSchema) {
|
|
|
151
151
|
},
|
|
152
152
|
}));
|
|
153
153
|
}
|
|
154
|
-
exports.modelFactory = modelFactory;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.createReferenceSeqTrackConfig =
|
|
3
|
+
exports.createReferenceSeqTrackConfig = createReferenceSeqTrackConfig;
|
|
4
4
|
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
5
|
const mobx_state_tree_1 = require("mobx-state-tree");
|
|
6
6
|
const configuration_1 = require("@jbrowse/core/configuration");
|
|
@@ -102,4 +102,3 @@ function createReferenceSeqTrackConfig(pluginManager) {
|
|
|
102
102
|
}),
|
|
103
103
|
});
|
|
104
104
|
}
|
|
105
|
-
exports.createReferenceSeqTrackConfig = createReferenceSeqTrackConfig;
|
|
@@ -3,6 +3,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.default = ReferenceSequenceTrackF;
|
|
6
7
|
const TrackType_1 = __importDefault(require("@jbrowse/core/pluggableElementTypes/TrackType"));
|
|
7
8
|
const models_1 = require("@jbrowse/core/pluggableElementTypes/models");
|
|
8
9
|
const configSchema_1 = require("./configSchema");
|
|
@@ -17,4 +18,3 @@ function ReferenceSequenceTrackF(pluginManager) {
|
|
|
17
18
|
});
|
|
18
19
|
});
|
|
19
20
|
}
|
|
20
|
-
exports.default = ReferenceSequenceTrackF;
|
|
@@ -26,6 +26,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
26
26
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.default = SequenceSearchAdapterF;
|
|
29
30
|
const AdapterType_1 = __importDefault(require("@jbrowse/core/pluggableElementTypes/AdapterType"));
|
|
30
31
|
const configSchema_1 = __importDefault(require("./configSchema"));
|
|
31
32
|
function SequenceSearchAdapterF(pluginManager) {
|
|
@@ -39,4 +40,3 @@ function SequenceSearchAdapterF(pluginManager) {
|
|
|
39
40
|
getAdapterClass: () => Promise.resolve().then(() => __importStar(require('./SequenceSearchAdapter'))).then(r => r.default),
|
|
40
41
|
}));
|
|
41
42
|
}
|
|
42
|
-
exports.default = SequenceSearchAdapterF;
|
|
@@ -26,6 +26,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
26
26
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.default = TwoBitAdapterF;
|
|
29
30
|
const AdapterType_1 = __importDefault(require("@jbrowse/core/pluggableElementTypes/AdapterType"));
|
|
30
31
|
const configSchema_1 = __importDefault(require("./configSchema"));
|
|
31
32
|
function TwoBitAdapterF(pluginManager) {
|
|
@@ -39,4 +40,3 @@ function TwoBitAdapterF(pluginManager) {
|
|
|
39
40
|
getAdapterClass: () => Promise.resolve().then(() => __importStar(require('./TwoBitAdapter'))).then(r => r.default),
|
|
40
41
|
}));
|
|
41
42
|
}
|
|
42
|
-
exports.default = TwoBitAdapterF;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.default = ExtensionPointsF;
|
|
3
4
|
const tracks_1 = require("@jbrowse/core/util/tracks");
|
|
4
5
|
function ExtensionPointsF(pluginManager) {
|
|
5
6
|
pluginManager.addToExtensionPoint('Core-guessAdapterForLocation', (adapterGuesser) => {
|
|
@@ -83,4 +84,3 @@ function ExtensionPointsF(pluginManager) {
|
|
|
83
84
|
};
|
|
84
85
|
});
|
|
85
86
|
}
|
|
86
|
-
exports.default = ExtensionPointsF;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { AnyConfigurationSchemaType } from '@jbrowse/core/configuration';
|
|
3
2
|
/**
|
|
4
3
|
* #stateModel LinearReferenceSequenceDisplay
|
|
@@ -32,7 +31,7 @@ export declare function modelFactory(configSchema: AnyConfigurationSchemaType):
|
|
|
32
31
|
}, {
|
|
33
32
|
renderInProgress: AbortController | undefined;
|
|
34
33
|
filled: boolean;
|
|
35
|
-
reactElement: import("react").ReactElement
|
|
34
|
+
reactElement: import("react").ReactElement | undefined;
|
|
36
35
|
features: Map<string, import("@jbrowse/core/util").Feature> | undefined;
|
|
37
36
|
layout: any;
|
|
38
37
|
status: string;
|
|
@@ -44,9 +43,9 @@ export declare function modelFactory(configSchema: AnyConfigurationSchemaType):
|
|
|
44
43
|
error?: unknown;
|
|
45
44
|
reload: () => void;
|
|
46
45
|
message: import("react").ReactNode;
|
|
47
|
-
filled?: boolean
|
|
48
|
-
status?: string
|
|
49
|
-
reactElement?: import("react").ReactElement
|
|
46
|
+
filled?: boolean;
|
|
47
|
+
status?: string;
|
|
48
|
+
reactElement?: import("react").ReactElement;
|
|
50
49
|
};
|
|
51
50
|
}) => import("react").JSX.Element | undefined;
|
|
52
51
|
renderProps: any;
|
|
@@ -57,7 +56,7 @@ export declare function modelFactory(configSchema: AnyConfigurationSchemaType):
|
|
|
57
56
|
setLoading(abortController: AbortController): void;
|
|
58
57
|
setMessage(messageText: string): void;
|
|
59
58
|
setRendered(props: {
|
|
60
|
-
reactElement: import("react").ReactElement
|
|
59
|
+
reactElement: import("react").ReactElement;
|
|
61
60
|
features: Map<string, import("@jbrowse/core/util").Feature>;
|
|
62
61
|
layout: any;
|
|
63
62
|
maxHeightReached: boolean;
|
|
@@ -77,9 +76,7 @@ export declare function modelFactory(configSchema: AnyConfigurationSchemaType):
|
|
|
77
76
|
type: string;
|
|
78
77
|
defaultValue: number;
|
|
79
78
|
description: string;
|
|
80
|
-
};
|
|
81
|
-
* #property
|
|
82
|
-
*/
|
|
79
|
+
};
|
|
83
80
|
height: {
|
|
84
81
|
type: string;
|
|
85
82
|
defaultValue: number;
|
|
@@ -112,15 +109,11 @@ export declare function modelFactory(configSchema: AnyConfigurationSchemaType):
|
|
|
112
109
|
model: {
|
|
113
110
|
id: string;
|
|
114
111
|
type: string;
|
|
115
|
-
rpcDriverName: string | undefined;
|
|
116
|
-
* #property
|
|
117
|
-
*/
|
|
112
|
+
rpcDriverName: string | undefined;
|
|
118
113
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
119
114
|
rendererTypeName: string;
|
|
120
115
|
error: unknown;
|
|
121
|
-
message: string | undefined;
|
|
122
|
-
* #property
|
|
123
|
-
*/
|
|
116
|
+
message: string | undefined;
|
|
124
117
|
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
125
118
|
id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
126
119
|
type: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -130,8 +123,8 @@ export declare function modelFactory(configSchema: AnyConfigurationSchemaType):
|
|
|
130
123
|
error: unknown;
|
|
131
124
|
message: string | undefined;
|
|
132
125
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
133
|
-
onHorizontalScroll?: Function
|
|
134
|
-
blockState?: Record<string, any
|
|
126
|
+
onHorizontalScroll?: Function;
|
|
127
|
+
blockState?: Record<string, any>;
|
|
135
128
|
}>;
|
|
136
129
|
readonly DisplayBlurb: import("react").FC<{
|
|
137
130
|
model: {
|
|
@@ -150,53 +143,49 @@ export declare function modelFactory(configSchema: AnyConfigurationSchemaType):
|
|
|
150
143
|
rendererTypeName: string;
|
|
151
144
|
error: unknown;
|
|
152
145
|
message: string | undefined;
|
|
153
|
-
}, import("mobx-state-tree"
|
|
146
|
+
}, import("mobx-state-tree" /**
|
|
147
|
+
* #action
|
|
148
|
+
*/)._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
154
149
|
}> | null;
|
|
155
150
|
readonly adapterConfig: any;
|
|
156
151
|
readonly parentTrack: any;
|
|
157
152
|
renderProps(): any;
|
|
158
153
|
readonly rendererType: import("@jbrowse/core/pluggableElementTypes").RendererType;
|
|
159
|
-
readonly DisplayMessageComponent: import("react").FC<any
|
|
154
|
+
readonly DisplayMessageComponent: undefined | import("react").FC<any>;
|
|
160
155
|
trackMenuItems(): import("@jbrowse/core/ui").MenuItem[];
|
|
161
156
|
readonly viewMenuActions: import("@jbrowse/core/ui").MenuItem[];
|
|
162
157
|
regionCannotBeRendered(): null;
|
|
163
158
|
} & {
|
|
164
|
-
setMessage(arg?: string
|
|
159
|
+
setMessage(arg?: string): void;
|
|
165
160
|
setError(error?: unknown): void;
|
|
166
161
|
setRpcDriverName(rpcDriverName: string): void;
|
|
167
162
|
reload(): void;
|
|
168
163
|
} & {
|
|
169
164
|
scrollTop: number;
|
|
170
165
|
} & {
|
|
171
|
-
readonly height: number;
|
|
172
|
-
* #property
|
|
173
|
-
*/
|
|
166
|
+
readonly height: number;
|
|
174
167
|
} & {
|
|
175
168
|
setScrollTop(scrollTop: number): void;
|
|
176
169
|
setHeight(displayHeight: number): number;
|
|
177
|
-
resizeHeight(distance: number): number;
|
|
178
|
-
* #getter
|
|
179
|
-
*/
|
|
170
|
+
resizeHeight(distance: number): number;
|
|
180
171
|
} & {
|
|
181
|
-
featureDensityStatsP: Promise<import("@jbrowse/core/data_adapters/BaseAdapter").FeatureDensityStats
|
|
182
|
-
featureDensityStats: import("@jbrowse/core/data_adapters/BaseAdapter").FeatureDensityStats
|
|
172
|
+
featureDensityStatsP: undefined | Promise<import("@jbrowse/core/data_adapters/BaseAdapter").FeatureDensityStats>;
|
|
173
|
+
featureDensityStats: undefined | import("@jbrowse/core/data_adapters/BaseAdapter").FeatureDensityStats;
|
|
183
174
|
currStatsBpPerPx: number;
|
|
184
175
|
} & {
|
|
185
176
|
readonly currentBytesRequested: number;
|
|
186
177
|
readonly currentFeatureScreenDensity: number;
|
|
187
|
-
readonly maxFeatureScreenDensity: any;
|
|
188
|
-
* #method
|
|
189
|
-
*/
|
|
178
|
+
readonly maxFeatureScreenDensity: any;
|
|
190
179
|
readonly featureDensityStatsReady: boolean;
|
|
191
180
|
readonly maxAllowableBytes: number;
|
|
192
181
|
} & {
|
|
193
182
|
afterAttach(): void;
|
|
194
183
|
} & {
|
|
195
184
|
setCurrStatsBpPerPx(n: number): void;
|
|
196
|
-
setFeatureDensityStatsLimit(stats?: import("@jbrowse/core/data_adapters/BaseAdapter").FeatureDensityStats
|
|
185
|
+
setFeatureDensityStatsLimit(stats?: import("@jbrowse/core/data_adapters/BaseAdapter").FeatureDensityStats): void;
|
|
197
186
|
getFeatureDensityStats(): Promise<import("@jbrowse/core/data_adapters/BaseAdapter").FeatureDensityStats>;
|
|
198
187
|
setFeatureDensityStatsP(arg: any): void;
|
|
199
|
-
setFeatureDensityStats(featureDensityStats?: import("@jbrowse/core/data_adapters/BaseAdapter").FeatureDensityStats
|
|
188
|
+
setFeatureDensityStats(featureDensityStats?: import("@jbrowse/core/data_adapters/BaseAdapter").FeatureDensityStats): void;
|
|
200
189
|
clearFeatureDensityStats(): void;
|
|
201
190
|
} & {
|
|
202
191
|
readonly regionTooLarge: boolean;
|
|
@@ -205,8 +194,8 @@ export declare function modelFactory(configSchema: AnyConfigurationSchemaType):
|
|
|
205
194
|
regionCannotBeRenderedText(_region: import("@jbrowse/core/util").Region): "" | "Force load to see features";
|
|
206
195
|
regionCannotBeRendered(_region: import("@jbrowse/core/util").Region): import("react").JSX.Element | null;
|
|
207
196
|
} & {
|
|
208
|
-
featureIdUnderMouse:
|
|
209
|
-
contextMenuFeature: import("@jbrowse/core/util").Feature
|
|
197
|
+
featureIdUnderMouse: undefined | string;
|
|
198
|
+
contextMenuFeature: undefined | import("@jbrowse/core/util").Feature;
|
|
210
199
|
} & {
|
|
211
200
|
readonly blockType: "dynamicBlocks" | "staticBlocks";
|
|
212
201
|
readonly blockDefinitions: import("@jbrowse/core/util/blockTypes").BlockSet;
|
|
@@ -214,7 +203,7 @@ export declare function modelFactory(configSchema: AnyConfigurationSchemaType):
|
|
|
214
203
|
readonly renderDelay: number;
|
|
215
204
|
readonly TooltipComponent: import("react").FC<any>;
|
|
216
205
|
readonly selectedFeatureId: string | undefined;
|
|
217
|
-
readonly DisplayMessageComponent: import("react").FC<any
|
|
206
|
+
readonly DisplayMessageComponent: undefined | import("react").FC<any>;
|
|
218
207
|
} & {
|
|
219
208
|
readonly features: import("@jbrowse/core/util/compositeMap").default<string, import("@jbrowse/core/util").Feature>;
|
|
220
209
|
readonly featureUnderMouse: import("@jbrowse/core/util").Feature | undefined;
|
|
@@ -227,8 +216,8 @@ export declare function modelFactory(configSchema: AnyConfigurationSchemaType):
|
|
|
227
216
|
selectFeature(feature: import("@jbrowse/core/util").Feature): void;
|
|
228
217
|
navToFeature(feature: import("@jbrowse/core/util").Feature): void;
|
|
229
218
|
clearFeatureSelection(): void;
|
|
230
|
-
setFeatureIdUnderMouse(feature?: string
|
|
231
|
-
setContextMenuFeature(feature?: import("@jbrowse/core/util").Feature
|
|
219
|
+
setFeatureIdUnderMouse(feature?: string): void;
|
|
220
|
+
setContextMenuFeature(feature?: import("@jbrowse/core/util").Feature): void;
|
|
232
221
|
} & {
|
|
233
222
|
reload(): Promise<void>;
|
|
234
223
|
} & {
|
|
@@ -316,7 +305,7 @@ export declare function modelFactory(configSchema: AnyConfigurationSchemaType):
|
|
|
316
305
|
}, {
|
|
317
306
|
renderInProgress: AbortController | undefined;
|
|
318
307
|
filled: boolean;
|
|
319
|
-
reactElement: import("react").ReactElement
|
|
308
|
+
reactElement: import("react").ReactElement | undefined;
|
|
320
309
|
features: Map<string, import("@jbrowse/core/util").Feature> | undefined;
|
|
321
310
|
layout: any;
|
|
322
311
|
status: string;
|
|
@@ -328,9 +317,9 @@ export declare function modelFactory(configSchema: AnyConfigurationSchemaType):
|
|
|
328
317
|
error?: unknown;
|
|
329
318
|
reload: () => void;
|
|
330
319
|
message: import("react").ReactNode;
|
|
331
|
-
filled?: boolean
|
|
332
|
-
status?: string
|
|
333
|
-
reactElement?: import("react").ReactElement
|
|
320
|
+
filled?: boolean;
|
|
321
|
+
status?: string;
|
|
322
|
+
reactElement?: import("react").ReactElement;
|
|
334
323
|
};
|
|
335
324
|
}) => import("react").JSX.Element | undefined;
|
|
336
325
|
renderProps: any;
|
|
@@ -341,7 +330,7 @@ export declare function modelFactory(configSchema: AnyConfigurationSchemaType):
|
|
|
341
330
|
setLoading(abortController: AbortController): void;
|
|
342
331
|
setMessage(messageText: string): void;
|
|
343
332
|
setRendered(props: {
|
|
344
|
-
reactElement: import("react").ReactElement
|
|
333
|
+
reactElement: import("react").ReactElement;
|
|
345
334
|
features: Map<string, import("@jbrowse/core/util").Feature>;
|
|
346
335
|
layout: any;
|
|
347
336
|
maxHeightReached: boolean;
|
|
@@ -361,9 +350,7 @@ export declare function modelFactory(configSchema: AnyConfigurationSchemaType):
|
|
|
361
350
|
type: string;
|
|
362
351
|
defaultValue: number;
|
|
363
352
|
description: string;
|
|
364
|
-
};
|
|
365
|
-
* #property
|
|
366
|
-
*/
|
|
353
|
+
};
|
|
367
354
|
height: {
|
|
368
355
|
type: string;
|
|
369
356
|
defaultValue: number;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jbrowse/plugin-sequence",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.12.1",
|
|
4
4
|
"description": "JBrowse 2 sequence adapters, tracks, etc.",
|
|
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": "20f16ae5a56ae5e4806aaa373131e540b0b5b0fd"
|
|
61
61
|
}
|