@jbrowse/product-core 3.7.0 → 4.0.0
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/esm/RootModel/BaseRootModel.d.ts +52 -37
- package/esm/RootModel/BaseRootModel.js +1 -1
- package/esm/RootModel/FormatAbout.d.ts +2 -2
- package/esm/RootModel/FormatDetails.d.ts +2 -2
- package/esm/RootModel/HierarchicalConfig.d.ts +6 -6
- package/esm/RootModel/InternetAccounts.d.ts +4 -4
- package/esm/RootModel/InternetAccounts.js +3 -3
- package/esm/RootModel/index.d.ts +5 -5
- package/esm/RootModel/index.js +5 -5
- package/esm/Session/BaseSession.d.ts +12 -8
- package/esm/Session/BaseSession.js +12 -2
- package/esm/Session/Connections.d.ts +7 -144
- package/esm/Session/Connections.js +13 -3
- package/esm/Session/DialogQueue.d.ts +3 -3
- package/esm/Session/DialogQueue.js +4 -6
- package/esm/Session/DrawerWidgets.d.ts +17 -9
- package/esm/Session/DrawerWidgets.js +32 -8
- package/esm/Session/MultipleViews.d.ts +189 -127
- package/esm/Session/MultipleViews.js +27 -10
- package/esm/Session/ReferenceManagement.d.ts +3 -3
- package/esm/Session/ReferenceManagement.js +10 -4
- package/esm/Session/SessionTracks.d.ts +178 -122
- package/esm/Session/SessionTracks.js +13 -3
- package/esm/Session/Themes.d.ts +3 -3
- package/esm/Session/Themes.js +3 -3
- package/esm/Session/Tracks.d.ts +175 -121
- package/esm/Session/Tracks.js +16 -3
- package/esm/Session/index.d.ts +10 -10
- package/esm/Session/index.js +10 -10
- package/esm/index.d.ts +4 -4
- package/esm/index.js +4 -4
- package/esm/rpcWorker.d.ts +6 -0
- package/esm/rpcWorker.js +12 -6
- package/esm/ui/AboutDialog.d.ts +4 -2
- package/esm/ui/AboutDialog.js +4 -5
- package/esm/ui/AboutDialogContents.d.ts +4 -2
- package/esm/ui/AboutDialogContents.js +13 -12
- package/esm/ui/FileInfoPanel.d.ts +4 -2
- package/esm/ui/FileInfoPanel.js +6 -7
- package/esm/ui/HeaderButtons.js +4 -4
- package/esm/ui/RefNameInfoDialog.d.ts +4 -2
- package/esm/ui/RefNameInfoDialog.js +13 -13
- package/esm/ui/index.d.ts +1 -1
- package/esm/ui/index.js +1 -1
- package/esm/ui/util.d.ts +5 -2
- package/esm/ui/util.js +23 -5
- package/package.json +24 -34
- package/dist/RootModel/BaseRootModel.d.ts +0 -534
- package/dist/RootModel/BaseRootModel.js +0 -57
- package/dist/RootModel/FormatAbout.d.ts +0 -12
- package/dist/RootModel/FormatAbout.js +0 -18
- package/dist/RootModel/FormatDetails.d.ts +0 -24
- package/dist/RootModel/FormatDetails.js +0 -30
- package/dist/RootModel/HierarchicalConfig.d.ts +0 -26
- package/dist/RootModel/HierarchicalConfig.js +0 -32
- package/dist/RootModel/InternetAccounts.d.ts +0 -15
- package/dist/RootModel/InternetAccounts.js +0 -79
- package/dist/RootModel/index.d.ts +0 -5
- package/dist/RootModel/index.js +0 -21
- package/dist/Session/BaseSession.d.ts +0 -31
- package/dist/Session/BaseSession.js +0 -63
- package/dist/Session/Connections.d.ts +0 -158
- package/dist/Session/Connections.js +0 -84
- package/dist/Session/DialogQueue.d.ts +0 -15
- package/dist/Session/DialogQueue.js +0 -37
- package/dist/Session/DrawerWidgets.d.ts +0 -28
- package/dist/Session/DrawerWidgets.js +0 -107
- package/dist/Session/MultipleViews.d.ts +0 -1681
- package/dist/Session/MultipleViews.js +0 -75
- package/dist/Session/ReferenceManagement.d.ts +0 -15
- package/dist/Session/ReferenceManagement.js +0 -71
- package/dist/Session/SessionTracks.d.ts +0 -1664
- package/dist/Session/SessionTracks.js +0 -54
- package/dist/Session/Themes.d.ts +0 -18
- package/dist/Session/Themes.js +0 -47
- package/dist/Session/Tracks.d.ts +0 -1657
- package/dist/Session/Tracks.js +0 -36
- package/dist/Session/index.d.ts +0 -10
- package/dist/Session/index.js +0 -26
- package/dist/index.d.ts +0 -4
- package/dist/index.js +0 -20
- package/dist/rpcWorker.d.ts +0 -6
- package/dist/rpcWorker.js +0 -57
- package/dist/ui/AboutDialog.d.ts +0 -5
- package/dist/ui/AboutDialog.js +0 -18
- package/dist/ui/AboutDialogContents.d.ts +0 -5
- package/dist/ui/AboutDialogContents.js +0 -41
- package/dist/ui/FileInfoPanel.d.ts +0 -4
- package/dist/ui/FileInfoPanel.js +0 -43
- package/dist/ui/HeaderButtons.d.ts +0 -6
- package/dist/ui/HeaderButtons.js +0 -31
- package/dist/ui/RefNameInfoDialog.d.ts +0 -6
- package/dist/ui/RefNameInfoDialog.js +0 -87
- package/dist/ui/index.d.ts +0 -1
- package/dist/ui/index.js +0 -17
- package/dist/ui/util.d.ts +0 -12
- package/dist/ui/util.js +0 -28
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import type PluginManager from '@jbrowse/core/PluginManager';
|
|
2
2
|
import type { AnyConfiguration, AnyConfigurationModel } from '@jbrowse/core/configuration';
|
|
3
|
-
import type { IAnyStateTreeNode, Instance } from 'mobx-state-tree';
|
|
4
|
-
export declare function SessionTracksManagerSessionMixin(pluginManager: PluginManager): import("mobx-state-tree").IModelType<{
|
|
5
|
-
id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
6
|
-
name: import("mobx-state-tree").ISimpleType<string>;
|
|
7
|
-
margin: import("mobx-state-tree").IType<number | undefined, number, number>;
|
|
3
|
+
import type { IAnyStateTreeNode, Instance } from '@jbrowse/mobx-state-tree';
|
|
4
|
+
export declare function SessionTracksManagerSessionMixin(pluginManager: PluginManager): import("@jbrowse/mobx-state-tree").IModelType<{
|
|
5
|
+
id: import("@jbrowse/mobx-state-tree").IOptionalIType<import("@jbrowse/mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
6
|
+
name: import("@jbrowse/mobx-state-tree").ISimpleType<string>;
|
|
7
|
+
margin: import("@jbrowse/mobx-state-tree").IType<number | undefined, number, number>;
|
|
8
8
|
} & {
|
|
9
|
-
sessionTracks: import("mobx-state-tree").IArrayType<import("mobx-state-tree").IAnyModelType>;
|
|
9
|
+
sessionTracks: import("@jbrowse/mobx-state-tree").IArrayType<import("@jbrowse/mobx-state-tree").IAnyModelType>;
|
|
10
10
|
}, {
|
|
11
11
|
selection: unknown;
|
|
12
12
|
hovered: unknown;
|
|
@@ -16,8 +16,8 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
16
16
|
session: any;
|
|
17
17
|
sessionPath: string;
|
|
18
18
|
assemblyManager: {
|
|
19
|
-
assemblies: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").IModelType<{
|
|
20
|
-
configuration: import("mobx-state-tree").IMaybe<import("mobx-state-tree").IReferenceType<import("mobx-state-tree").IAnyType>>;
|
|
19
|
+
assemblies: import("@jbrowse/mobx-state-tree").IMSTArray<import("@jbrowse/mobx-state-tree").IModelType<{
|
|
20
|
+
configuration: import("@jbrowse/mobx-state-tree").IMaybe<import("@jbrowse/mobx-state-tree").IReferenceType<import("@jbrowse/mobx-state-tree").IAnyType>>;
|
|
21
21
|
}, {
|
|
22
22
|
error: unknown;
|
|
23
23
|
loadingP: Promise<void> | undefined;
|
|
@@ -25,6 +25,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
25
25
|
refNameAliases: {
|
|
26
26
|
[x: string]: string;
|
|
27
27
|
} | undefined;
|
|
28
|
+
canonicalToSeqAdapterRefNames: Record<string, string> | undefined;
|
|
28
29
|
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
29
30
|
} & {
|
|
30
31
|
getConf(arg: string): any;
|
|
@@ -48,9 +49,10 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
48
49
|
readonly refNames: string[] | undefined;
|
|
49
50
|
} & {
|
|
50
51
|
getCanonicalRefName(refName: string): string | undefined;
|
|
51
|
-
getCanonicalRefName2(
|
|
52
|
+
getCanonicalRefName2(refName: string): string;
|
|
52
53
|
getRefNameColor(refName: string): string | undefined;
|
|
53
54
|
isValidRefName(refName: string): boolean;
|
|
55
|
+
getSeqAdapterRefName(canonicalRefName: string): string;
|
|
54
56
|
} & {
|
|
55
57
|
setLoaded({ regions, refNameAliases, cytobands, }: {
|
|
56
58
|
regions: import("@jbrowse/core/util").Region[];
|
|
@@ -65,6 +67,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
65
67
|
[x: string]: string;
|
|
66
68
|
}): void;
|
|
67
69
|
setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
|
|
70
|
+
setCanonicalToSeqAdapterRefNames(map: Record<string, string>): void;
|
|
68
71
|
setLoadingP(p?: Promise<void>): void;
|
|
69
72
|
load(): Promise<void>;
|
|
70
73
|
loadPre(): Promise<void>;
|
|
@@ -83,8 +86,8 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
83
86
|
[x: string]: string;
|
|
84
87
|
}>;
|
|
85
88
|
afterCreate(): void;
|
|
86
|
-
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
87
|
-
configuration: import("mobx-state-tree").IMaybe<import("mobx-state-tree").IReferenceType<import("mobx-state-tree").IAnyType>>;
|
|
89
|
+
}, import("@jbrowse/mobx-state-tree")._NotCustomized, import("@jbrowse/mobx-state-tree")._NotCustomized>> & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/mobx-state-tree").IArrayType<import("@jbrowse/mobx-state-tree").IModelType<{
|
|
90
|
+
configuration: import("@jbrowse/mobx-state-tree").IMaybe<import("@jbrowse/mobx-state-tree").IReferenceType<import("@jbrowse/mobx-state-tree").IAnyType>>;
|
|
88
91
|
}, {
|
|
89
92
|
error: unknown;
|
|
90
93
|
loadingP: Promise<void> | undefined;
|
|
@@ -92,6 +95,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
92
95
|
refNameAliases: {
|
|
93
96
|
[x: string]: string;
|
|
94
97
|
} | undefined;
|
|
98
|
+
canonicalToSeqAdapterRefNames: Record<string, string> | undefined;
|
|
95
99
|
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
96
100
|
} & {
|
|
97
101
|
getConf(arg: string): any;
|
|
@@ -115,9 +119,10 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
115
119
|
readonly refNames: string[] | undefined;
|
|
116
120
|
} & {
|
|
117
121
|
getCanonicalRefName(refName: string): string | undefined;
|
|
118
|
-
getCanonicalRefName2(
|
|
122
|
+
getCanonicalRefName2(refName: string): string;
|
|
119
123
|
getRefNameColor(refName: string): string | undefined;
|
|
120
124
|
isValidRefName(refName: string): boolean;
|
|
125
|
+
getSeqAdapterRefName(canonicalRefName: string): string;
|
|
121
126
|
} & {
|
|
122
127
|
setLoaded({ regions, refNameAliases, cytobands, }: {
|
|
123
128
|
regions: import("@jbrowse/core/util").Region[];
|
|
@@ -132,6 +137,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
132
137
|
[x: string]: string;
|
|
133
138
|
}): void;
|
|
134
139
|
setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
|
|
140
|
+
setCanonicalToSeqAdapterRefNames(map: Record<string, string>): void;
|
|
135
141
|
setLoadingP(p?: Promise<void>): void;
|
|
136
142
|
load(): Promise<void>;
|
|
137
143
|
loadPre(): Promise<void>;
|
|
@@ -150,17 +156,18 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
150
156
|
[x: string]: string;
|
|
151
157
|
}>;
|
|
152
158
|
afterCreate(): void;
|
|
153
|
-
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>>;
|
|
154
|
-
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
159
|
+
}, import("@jbrowse/mobx-state-tree")._NotCustomized, import("@jbrowse/mobx-state-tree")._NotCustomized>>>;
|
|
160
|
+
} & import("@jbrowse/mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
155
161
|
readonly assemblyNameMap: Record<string, {
|
|
156
162
|
configuration: any;
|
|
157
|
-
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
163
|
+
} & import("@jbrowse/mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
158
164
|
error: unknown;
|
|
159
165
|
loadingP: Promise<void> | undefined;
|
|
160
166
|
volatileRegions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
|
|
161
167
|
refNameAliases: {
|
|
162
168
|
[x: string]: string;
|
|
163
169
|
} | undefined;
|
|
170
|
+
canonicalToSeqAdapterRefNames: Record<string, string> | undefined;
|
|
164
171
|
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
165
172
|
} & {
|
|
166
173
|
getConf(arg: string): any;
|
|
@@ -184,9 +191,10 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
184
191
|
readonly refNames: string[] | undefined;
|
|
185
192
|
} & {
|
|
186
193
|
getCanonicalRefName(refName: string): string | undefined;
|
|
187
|
-
getCanonicalRefName2(
|
|
194
|
+
getCanonicalRefName2(refName: string): string;
|
|
188
195
|
getRefNameColor(refName: string): string | undefined;
|
|
189
196
|
isValidRefName(refName: string): boolean;
|
|
197
|
+
getSeqAdapterRefName(canonicalRefName: string): string;
|
|
190
198
|
} & {
|
|
191
199
|
setLoaded({ regions, refNameAliases, cytobands, }: {
|
|
192
200
|
regions: import("@jbrowse/core/util").Region[];
|
|
@@ -201,6 +209,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
201
209
|
[x: string]: string;
|
|
202
210
|
}): void;
|
|
203
211
|
setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
|
|
212
|
+
setCanonicalToSeqAdapterRefNames(map: Record<string, string>): void;
|
|
204
213
|
setLoadingP(p?: Promise<void>): void;
|
|
205
214
|
load(): Promise<void>;
|
|
206
215
|
loadPre(): Promise<void>;
|
|
@@ -219,8 +228,8 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
219
228
|
[x: string]: string;
|
|
220
229
|
}>;
|
|
221
230
|
afterCreate(): void;
|
|
222
|
-
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
223
|
-
configuration: import("mobx-state-tree").IMaybe<import("mobx-state-tree").IReferenceType<import("mobx-state-tree").IAnyType>>;
|
|
231
|
+
} & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/mobx-state-tree").IModelType<{
|
|
232
|
+
configuration: import("@jbrowse/mobx-state-tree").IMaybe<import("@jbrowse/mobx-state-tree").IReferenceType<import("@jbrowse/mobx-state-tree").IAnyType>>;
|
|
224
233
|
}, {
|
|
225
234
|
error: unknown;
|
|
226
235
|
loadingP: Promise<void> | undefined;
|
|
@@ -228,6 +237,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
228
237
|
refNameAliases: {
|
|
229
238
|
[x: string]: string;
|
|
230
239
|
} | undefined;
|
|
240
|
+
canonicalToSeqAdapterRefNames: Record<string, string> | undefined;
|
|
231
241
|
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
232
242
|
} & {
|
|
233
243
|
getConf(arg: string): any;
|
|
@@ -251,9 +261,10 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
251
261
|
readonly refNames: string[] | undefined;
|
|
252
262
|
} & {
|
|
253
263
|
getCanonicalRefName(refName: string): string | undefined;
|
|
254
|
-
getCanonicalRefName2(
|
|
264
|
+
getCanonicalRefName2(refName: string): string;
|
|
255
265
|
getRefNameColor(refName: string): string | undefined;
|
|
256
266
|
isValidRefName(refName: string): boolean;
|
|
267
|
+
getSeqAdapterRefName(canonicalRefName: string): string;
|
|
257
268
|
} & {
|
|
258
269
|
setLoaded({ regions, refNameAliases, cytobands, }: {
|
|
259
270
|
regions: import("@jbrowse/core/util").Region[];
|
|
@@ -268,6 +279,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
268
279
|
[x: string]: string;
|
|
269
280
|
}): void;
|
|
270
281
|
setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
|
|
282
|
+
setCanonicalToSeqAdapterRefNames(map: Record<string, string>): void;
|
|
271
283
|
setLoadingP(p?: Promise<void>): void;
|
|
272
284
|
load(): Promise<void>;
|
|
273
285
|
loadPre(): Promise<void>;
|
|
@@ -286,19 +298,20 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
286
298
|
[x: string]: string;
|
|
287
299
|
}>;
|
|
288
300
|
afterCreate(): void;
|
|
289
|
-
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>>;
|
|
301
|
+
}, import("@jbrowse/mobx-state-tree")._NotCustomized, import("@jbrowse/mobx-state-tree")._NotCustomized>>>;
|
|
290
302
|
} & {
|
|
291
303
|
getCanonicalAssemblyName(asmName: string): string | undefined;
|
|
292
304
|
getCanonicalAssemblyName2(asmName: string): string;
|
|
293
305
|
get(asmName: string): ({
|
|
294
306
|
configuration: any;
|
|
295
|
-
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
307
|
+
} & import("@jbrowse/mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
296
308
|
error: unknown;
|
|
297
309
|
loadingP: Promise<void> | undefined;
|
|
298
310
|
volatileRegions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
|
|
299
311
|
refNameAliases: {
|
|
300
312
|
[x: string]: string;
|
|
301
313
|
} | undefined;
|
|
314
|
+
canonicalToSeqAdapterRefNames: Record<string, string> | undefined;
|
|
302
315
|
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
303
316
|
} & {
|
|
304
317
|
getConf(arg: string): any;
|
|
@@ -322,9 +335,10 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
322
335
|
readonly refNames: string[] | undefined;
|
|
323
336
|
} & {
|
|
324
337
|
getCanonicalRefName(refName: string): string | undefined;
|
|
325
|
-
getCanonicalRefName2(
|
|
338
|
+
getCanonicalRefName2(refName: string): string;
|
|
326
339
|
getRefNameColor(refName: string): string | undefined;
|
|
327
340
|
isValidRefName(refName: string): boolean;
|
|
341
|
+
getSeqAdapterRefName(canonicalRefName: string): string;
|
|
328
342
|
} & {
|
|
329
343
|
setLoaded({ regions, refNameAliases, cytobands, }: {
|
|
330
344
|
regions: import("@jbrowse/core/util").Region[];
|
|
@@ -339,6 +353,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
339
353
|
[x: string]: string;
|
|
340
354
|
}): void;
|
|
341
355
|
setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
|
|
356
|
+
setCanonicalToSeqAdapterRefNames(map: Record<string, string>): void;
|
|
342
357
|
setLoadingP(p?: Promise<void>): void;
|
|
343
358
|
load(): Promise<void>;
|
|
344
359
|
loadPre(): Promise<void>;
|
|
@@ -357,8 +372,8 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
357
372
|
[x: string]: string;
|
|
358
373
|
}>;
|
|
359
374
|
afterCreate(): void;
|
|
360
|
-
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
361
|
-
configuration: import("mobx-state-tree").IMaybe<import("mobx-state-tree").IReferenceType<import("mobx-state-tree").IAnyType>>;
|
|
375
|
+
} & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/mobx-state-tree").IModelType<{
|
|
376
|
+
configuration: import("@jbrowse/mobx-state-tree").IMaybe<import("@jbrowse/mobx-state-tree").IReferenceType<import("@jbrowse/mobx-state-tree").IAnyType>>;
|
|
362
377
|
}, {
|
|
363
378
|
error: unknown;
|
|
364
379
|
loadingP: Promise<void> | undefined;
|
|
@@ -366,6 +381,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
366
381
|
refNameAliases: {
|
|
367
382
|
[x: string]: string;
|
|
368
383
|
} | undefined;
|
|
384
|
+
canonicalToSeqAdapterRefNames: Record<string, string> | undefined;
|
|
369
385
|
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
370
386
|
} & {
|
|
371
387
|
getConf(arg: string): any;
|
|
@@ -389,9 +405,10 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
389
405
|
readonly refNames: string[] | undefined;
|
|
390
406
|
} & {
|
|
391
407
|
getCanonicalRefName(refName: string): string | undefined;
|
|
392
|
-
getCanonicalRefName2(
|
|
408
|
+
getCanonicalRefName2(refName: string): string;
|
|
393
409
|
getRefNameColor(refName: string): string | undefined;
|
|
394
410
|
isValidRefName(refName: string): boolean;
|
|
411
|
+
getSeqAdapterRefName(canonicalRefName: string): string;
|
|
395
412
|
} & {
|
|
396
413
|
setLoaded({ regions, refNameAliases, cytobands, }: {
|
|
397
414
|
regions: import("@jbrowse/core/util").Region[];
|
|
@@ -406,6 +423,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
406
423
|
[x: string]: string;
|
|
407
424
|
}): void;
|
|
408
425
|
setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
|
|
426
|
+
setCanonicalToSeqAdapterRefNames(map: Record<string, string>): void;
|
|
409
427
|
setLoadingP(p?: Promise<void>): void;
|
|
410
428
|
load(): Promise<void>;
|
|
411
429
|
loadPre(): Promise<void>;
|
|
@@ -424,20 +442,21 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
424
442
|
[x: string]: string;
|
|
425
443
|
}>;
|
|
426
444
|
afterCreate(): void;
|
|
427
|
-
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>) | undefined;
|
|
445
|
+
}, import("@jbrowse/mobx-state-tree")._NotCustomized, import("@jbrowse/mobx-state-tree")._NotCustomized>>) | undefined;
|
|
428
446
|
readonly assemblyNamesList: any[];
|
|
429
447
|
readonly assemblyList: AnyConfigurationModel[];
|
|
430
448
|
readonly rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
|
|
431
449
|
} & {
|
|
432
450
|
waitForAssembly(assemblyName: string): Promise<({
|
|
433
451
|
configuration: any;
|
|
434
|
-
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
452
|
+
} & import("@jbrowse/mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
435
453
|
error: unknown;
|
|
436
454
|
loadingP: Promise<void> | undefined;
|
|
437
455
|
volatileRegions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
|
|
438
456
|
refNameAliases: {
|
|
439
457
|
[x: string]: string;
|
|
440
458
|
} | undefined;
|
|
459
|
+
canonicalToSeqAdapterRefNames: Record<string, string> | undefined;
|
|
441
460
|
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
442
461
|
} & {
|
|
443
462
|
getConf(arg: string): any;
|
|
@@ -461,9 +480,10 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
461
480
|
readonly refNames: string[] | undefined;
|
|
462
481
|
} & {
|
|
463
482
|
getCanonicalRefName(refName: string): string | undefined;
|
|
464
|
-
getCanonicalRefName2(
|
|
483
|
+
getCanonicalRefName2(refName: string): string;
|
|
465
484
|
getRefNameColor(refName: string): string | undefined;
|
|
466
485
|
isValidRefName(refName: string): boolean;
|
|
486
|
+
getSeqAdapterRefName(canonicalRefName: string): string;
|
|
467
487
|
} & {
|
|
468
488
|
setLoaded({ regions, refNameAliases, cytobands, }: {
|
|
469
489
|
regions: import("@jbrowse/core/util").Region[];
|
|
@@ -478,6 +498,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
478
498
|
[x: string]: string;
|
|
479
499
|
}): void;
|
|
480
500
|
setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
|
|
501
|
+
setCanonicalToSeqAdapterRefNames(map: Record<string, string>): void;
|
|
481
502
|
setLoadingP(p?: Promise<void>): void;
|
|
482
503
|
load(): Promise<void>;
|
|
483
504
|
loadPre(): Promise<void>;
|
|
@@ -496,8 +517,8 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
496
517
|
[x: string]: string;
|
|
497
518
|
}>;
|
|
498
519
|
afterCreate(): void;
|
|
499
|
-
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
500
|
-
configuration: import("mobx-state-tree").IMaybe<import("mobx-state-tree").IReferenceType<import("mobx-state-tree").IAnyType>>;
|
|
520
|
+
} & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/mobx-state-tree").IModelType<{
|
|
521
|
+
configuration: import("@jbrowse/mobx-state-tree").IMaybe<import("@jbrowse/mobx-state-tree").IReferenceType<import("@jbrowse/mobx-state-tree").IAnyType>>;
|
|
501
522
|
}, {
|
|
502
523
|
error: unknown;
|
|
503
524
|
loadingP: Promise<void> | undefined;
|
|
@@ -505,6 +526,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
505
526
|
refNameAliases: {
|
|
506
527
|
[x: string]: string;
|
|
507
528
|
} | undefined;
|
|
529
|
+
canonicalToSeqAdapterRefNames: Record<string, string> | undefined;
|
|
508
530
|
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
509
531
|
} & {
|
|
510
532
|
getConf(arg: string): any;
|
|
@@ -528,9 +550,10 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
528
550
|
readonly refNames: string[] | undefined;
|
|
529
551
|
} & {
|
|
530
552
|
getCanonicalRefName(refName: string): string | undefined;
|
|
531
|
-
getCanonicalRefName2(
|
|
553
|
+
getCanonicalRefName2(refName: string): string;
|
|
532
554
|
getRefNameColor(refName: string): string | undefined;
|
|
533
555
|
isValidRefName(refName: string): boolean;
|
|
556
|
+
getSeqAdapterRefName(canonicalRefName: string): string;
|
|
534
557
|
} & {
|
|
535
558
|
setLoaded({ regions, refNameAliases, cytobands, }: {
|
|
536
559
|
regions: import("@jbrowse/core/util").Region[];
|
|
@@ -545,6 +568,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
545
568
|
[x: string]: string;
|
|
546
569
|
}): void;
|
|
547
570
|
setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
|
|
571
|
+
setCanonicalToSeqAdapterRefNames(map: Record<string, string>): void;
|
|
548
572
|
setLoadingP(p?: Promise<void>): void;
|
|
549
573
|
load(): Promise<void>;
|
|
550
574
|
loadPre(): Promise<void>;
|
|
@@ -563,21 +587,15 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
563
587
|
[x: string]: string;
|
|
564
588
|
}>;
|
|
565
589
|
afterCreate(): void;
|
|
566
|
-
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>) | undefined>;
|
|
590
|
+
}, import("@jbrowse/mobx-state-tree")._NotCustomized, import("@jbrowse/mobx-state-tree")._NotCustomized>>) | undefined>;
|
|
567
591
|
getRefNameMapForAdapter(adapterConf: {
|
|
568
592
|
[x: string]: unknown;
|
|
569
|
-
}, assemblyName: string | undefined, opts: {
|
|
570
|
-
stopToken?: string;
|
|
571
|
-
sessionId: string;
|
|
572
|
-
}): Promise<{
|
|
593
|
+
}, assemblyName: string | undefined, opts: import("node_modules/@jbrowse/core/src/assemblyManager/assemblyManager.ts").AssemblyBaseOpts): Promise<{
|
|
573
594
|
[x: string]: string;
|
|
574
595
|
} | undefined>;
|
|
575
596
|
getReverseRefNameMapForAdapter(adapterConf: {
|
|
576
597
|
[x: string]: unknown;
|
|
577
|
-
}, assemblyName: string | undefined, opts: {
|
|
578
|
-
stopToken?: string;
|
|
579
|
-
sessionId: string;
|
|
580
|
-
}): Promise<{
|
|
598
|
+
}, assemblyName: string | undefined, opts: import("node_modules/@jbrowse/core/src/assemblyManager/assemblyManager.ts").AssemblyBaseOpts): Promise<{
|
|
581
599
|
[x: string]: string;
|
|
582
600
|
} | undefined>;
|
|
583
601
|
isValidRefName(refName: string, assemblyName: string): boolean;
|
|
@@ -585,9 +603,9 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
585
603
|
afterAttach(): void;
|
|
586
604
|
removeAssembly(asm: import("@jbrowse/core/assemblyManager/assembly").Assembly): void;
|
|
587
605
|
addAssembly(configuration: any): void;
|
|
588
|
-
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
589
|
-
assemblies: import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
590
|
-
configuration: import("mobx-state-tree").IMaybe<import("mobx-state-tree").IReferenceType<import("mobx-state-tree").IAnyType>>;
|
|
606
|
+
} & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/mobx-state-tree").IOptionalIType<import("@jbrowse/mobx-state-tree").IModelType<{
|
|
607
|
+
assemblies: import("@jbrowse/mobx-state-tree").IArrayType<import("@jbrowse/mobx-state-tree").IModelType<{
|
|
608
|
+
configuration: import("@jbrowse/mobx-state-tree").IMaybe<import("@jbrowse/mobx-state-tree").IReferenceType<import("@jbrowse/mobx-state-tree").IAnyType>>;
|
|
591
609
|
}, {
|
|
592
610
|
error: unknown;
|
|
593
611
|
loadingP: Promise<void> | undefined;
|
|
@@ -595,6 +613,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
595
613
|
refNameAliases: {
|
|
596
614
|
[x: string]: string;
|
|
597
615
|
} | undefined;
|
|
616
|
+
canonicalToSeqAdapterRefNames: Record<string, string> | undefined;
|
|
598
617
|
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
599
618
|
} & {
|
|
600
619
|
getConf(arg: string): any;
|
|
@@ -618,9 +637,10 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
618
637
|
readonly refNames: string[] | undefined;
|
|
619
638
|
} & {
|
|
620
639
|
getCanonicalRefName(refName: string): string | undefined;
|
|
621
|
-
getCanonicalRefName2(
|
|
640
|
+
getCanonicalRefName2(refName: string): string;
|
|
622
641
|
getRefNameColor(refName: string): string | undefined;
|
|
623
642
|
isValidRefName(refName: string): boolean;
|
|
643
|
+
getSeqAdapterRefName(canonicalRefName: string): string;
|
|
624
644
|
} & {
|
|
625
645
|
setLoaded({ regions, refNameAliases, cytobands, }: {
|
|
626
646
|
regions: import("@jbrowse/core/util").Region[];
|
|
@@ -635,6 +655,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
635
655
|
[x: string]: string;
|
|
636
656
|
}): void;
|
|
637
657
|
setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
|
|
658
|
+
setCanonicalToSeqAdapterRefNames(map: Record<string, string>): void;
|
|
638
659
|
setLoadingP(p?: Promise<void>): void;
|
|
639
660
|
load(): Promise<void>;
|
|
640
661
|
loadPre(): Promise<void>;
|
|
@@ -653,17 +674,18 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
653
674
|
[x: string]: string;
|
|
654
675
|
}>;
|
|
655
676
|
afterCreate(): void;
|
|
656
|
-
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
677
|
+
}, import("@jbrowse/mobx-state-tree")._NotCustomized, import("@jbrowse/mobx-state-tree")._NotCustomized>>;
|
|
657
678
|
}, {
|
|
658
679
|
readonly assemblyNameMap: Record<string, {
|
|
659
680
|
configuration: any;
|
|
660
|
-
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
681
|
+
} & import("@jbrowse/mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
661
682
|
error: unknown;
|
|
662
683
|
loadingP: Promise<void> | undefined;
|
|
663
684
|
volatileRegions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
|
|
664
685
|
refNameAliases: {
|
|
665
686
|
[x: string]: string;
|
|
666
687
|
} | undefined;
|
|
688
|
+
canonicalToSeqAdapterRefNames: Record<string, string> | undefined;
|
|
667
689
|
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
668
690
|
} & {
|
|
669
691
|
getConf(arg: string): any;
|
|
@@ -687,9 +709,10 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
687
709
|
readonly refNames: string[] | undefined;
|
|
688
710
|
} & {
|
|
689
711
|
getCanonicalRefName(refName: string): string | undefined;
|
|
690
|
-
getCanonicalRefName2(
|
|
712
|
+
getCanonicalRefName2(refName: string): string;
|
|
691
713
|
getRefNameColor(refName: string): string | undefined;
|
|
692
714
|
isValidRefName(refName: string): boolean;
|
|
715
|
+
getSeqAdapterRefName(canonicalRefName: string): string;
|
|
693
716
|
} & {
|
|
694
717
|
setLoaded({ regions, refNameAliases, cytobands, }: {
|
|
695
718
|
regions: import("@jbrowse/core/util").Region[];
|
|
@@ -704,6 +727,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
704
727
|
[x: string]: string;
|
|
705
728
|
}): void;
|
|
706
729
|
setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
|
|
730
|
+
setCanonicalToSeqAdapterRefNames(map: Record<string, string>): void;
|
|
707
731
|
setLoadingP(p?: Promise<void>): void;
|
|
708
732
|
load(): Promise<void>;
|
|
709
733
|
loadPre(): Promise<void>;
|
|
@@ -722,8 +746,8 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
722
746
|
[x: string]: string;
|
|
723
747
|
}>;
|
|
724
748
|
afterCreate(): void;
|
|
725
|
-
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
726
|
-
configuration: import("mobx-state-tree").IMaybe<import("mobx-state-tree").IReferenceType<import("mobx-state-tree").IAnyType>>;
|
|
749
|
+
} & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/mobx-state-tree").IModelType<{
|
|
750
|
+
configuration: import("@jbrowse/mobx-state-tree").IMaybe<import("@jbrowse/mobx-state-tree").IReferenceType<import("@jbrowse/mobx-state-tree").IAnyType>>;
|
|
727
751
|
}, {
|
|
728
752
|
error: unknown;
|
|
729
753
|
loadingP: Promise<void> | undefined;
|
|
@@ -731,6 +755,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
731
755
|
refNameAliases: {
|
|
732
756
|
[x: string]: string;
|
|
733
757
|
} | undefined;
|
|
758
|
+
canonicalToSeqAdapterRefNames: Record<string, string> | undefined;
|
|
734
759
|
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
735
760
|
} & {
|
|
736
761
|
getConf(arg: string): any;
|
|
@@ -754,9 +779,10 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
754
779
|
readonly refNames: string[] | undefined;
|
|
755
780
|
} & {
|
|
756
781
|
getCanonicalRefName(refName: string): string | undefined;
|
|
757
|
-
getCanonicalRefName2(
|
|
782
|
+
getCanonicalRefName2(refName: string): string;
|
|
758
783
|
getRefNameColor(refName: string): string | undefined;
|
|
759
784
|
isValidRefName(refName: string): boolean;
|
|
785
|
+
getSeqAdapterRefName(canonicalRefName: string): string;
|
|
760
786
|
} & {
|
|
761
787
|
setLoaded({ regions, refNameAliases, cytobands, }: {
|
|
762
788
|
regions: import("@jbrowse/core/util").Region[];
|
|
@@ -771,6 +797,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
771
797
|
[x: string]: string;
|
|
772
798
|
}): void;
|
|
773
799
|
setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
|
|
800
|
+
setCanonicalToSeqAdapterRefNames(map: Record<string, string>): void;
|
|
774
801
|
setLoadingP(p?: Promise<void>): void;
|
|
775
802
|
load(): Promise<void>;
|
|
776
803
|
loadPre(): Promise<void>;
|
|
@@ -789,19 +816,20 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
789
816
|
[x: string]: string;
|
|
790
817
|
}>;
|
|
791
818
|
afterCreate(): void;
|
|
792
|
-
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>>;
|
|
819
|
+
}, import("@jbrowse/mobx-state-tree")._NotCustomized, import("@jbrowse/mobx-state-tree")._NotCustomized>>>;
|
|
793
820
|
} & {
|
|
794
821
|
getCanonicalAssemblyName(asmName: string): string | undefined;
|
|
795
822
|
getCanonicalAssemblyName2(asmName: string): string;
|
|
796
823
|
get(asmName: string): ({
|
|
797
824
|
configuration: any;
|
|
798
|
-
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
825
|
+
} & import("@jbrowse/mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
799
826
|
error: unknown;
|
|
800
827
|
loadingP: Promise<void> | undefined;
|
|
801
828
|
volatileRegions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
|
|
802
829
|
refNameAliases: {
|
|
803
830
|
[x: string]: string;
|
|
804
831
|
} | undefined;
|
|
832
|
+
canonicalToSeqAdapterRefNames: Record<string, string> | undefined;
|
|
805
833
|
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
806
834
|
} & {
|
|
807
835
|
getConf(arg: string): any;
|
|
@@ -825,9 +853,10 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
825
853
|
readonly refNames: string[] | undefined;
|
|
826
854
|
} & {
|
|
827
855
|
getCanonicalRefName(refName: string): string | undefined;
|
|
828
|
-
getCanonicalRefName2(
|
|
856
|
+
getCanonicalRefName2(refName: string): string;
|
|
829
857
|
getRefNameColor(refName: string): string | undefined;
|
|
830
858
|
isValidRefName(refName: string): boolean;
|
|
859
|
+
getSeqAdapterRefName(canonicalRefName: string): string;
|
|
831
860
|
} & {
|
|
832
861
|
setLoaded({ regions, refNameAliases, cytobands, }: {
|
|
833
862
|
regions: import("@jbrowse/core/util").Region[];
|
|
@@ -842,6 +871,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
842
871
|
[x: string]: string;
|
|
843
872
|
}): void;
|
|
844
873
|
setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
|
|
874
|
+
setCanonicalToSeqAdapterRefNames(map: Record<string, string>): void;
|
|
845
875
|
setLoadingP(p?: Promise<void>): void;
|
|
846
876
|
load(): Promise<void>;
|
|
847
877
|
loadPre(): Promise<void>;
|
|
@@ -860,8 +890,8 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
860
890
|
[x: string]: string;
|
|
861
891
|
}>;
|
|
862
892
|
afterCreate(): void;
|
|
863
|
-
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
864
|
-
configuration: import("mobx-state-tree").IMaybe<import("mobx-state-tree").IReferenceType<import("mobx-state-tree").IAnyType>>;
|
|
893
|
+
} & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/mobx-state-tree").IModelType<{
|
|
894
|
+
configuration: import("@jbrowse/mobx-state-tree").IMaybe<import("@jbrowse/mobx-state-tree").IReferenceType<import("@jbrowse/mobx-state-tree").IAnyType>>;
|
|
865
895
|
}, {
|
|
866
896
|
error: unknown;
|
|
867
897
|
loadingP: Promise<void> | undefined;
|
|
@@ -869,6 +899,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
869
899
|
refNameAliases: {
|
|
870
900
|
[x: string]: string;
|
|
871
901
|
} | undefined;
|
|
902
|
+
canonicalToSeqAdapterRefNames: Record<string, string> | undefined;
|
|
872
903
|
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
873
904
|
} & {
|
|
874
905
|
getConf(arg: string): any;
|
|
@@ -892,9 +923,10 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
892
923
|
readonly refNames: string[] | undefined;
|
|
893
924
|
} & {
|
|
894
925
|
getCanonicalRefName(refName: string): string | undefined;
|
|
895
|
-
getCanonicalRefName2(
|
|
926
|
+
getCanonicalRefName2(refName: string): string;
|
|
896
927
|
getRefNameColor(refName: string): string | undefined;
|
|
897
928
|
isValidRefName(refName: string): boolean;
|
|
929
|
+
getSeqAdapterRefName(canonicalRefName: string): string;
|
|
898
930
|
} & {
|
|
899
931
|
setLoaded({ regions, refNameAliases, cytobands, }: {
|
|
900
932
|
regions: import("@jbrowse/core/util").Region[];
|
|
@@ -909,6 +941,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
909
941
|
[x: string]: string;
|
|
910
942
|
}): void;
|
|
911
943
|
setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
|
|
944
|
+
setCanonicalToSeqAdapterRefNames(map: Record<string, string>): void;
|
|
912
945
|
setLoadingP(p?: Promise<void>): void;
|
|
913
946
|
load(): Promise<void>;
|
|
914
947
|
loadPre(): Promise<void>;
|
|
@@ -927,20 +960,21 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
927
960
|
[x: string]: string;
|
|
928
961
|
}>;
|
|
929
962
|
afterCreate(): void;
|
|
930
|
-
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>) | undefined;
|
|
963
|
+
}, import("@jbrowse/mobx-state-tree")._NotCustomized, import("@jbrowse/mobx-state-tree")._NotCustomized>>) | undefined;
|
|
931
964
|
readonly assemblyNamesList: any[];
|
|
932
965
|
readonly assemblyList: AnyConfigurationModel[];
|
|
933
966
|
readonly rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
|
|
934
967
|
} & {
|
|
935
968
|
waitForAssembly(assemblyName: string): Promise<({
|
|
936
969
|
configuration: any;
|
|
937
|
-
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
970
|
+
} & import("@jbrowse/mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
938
971
|
error: unknown;
|
|
939
972
|
loadingP: Promise<void> | undefined;
|
|
940
973
|
volatileRegions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
|
|
941
974
|
refNameAliases: {
|
|
942
975
|
[x: string]: string;
|
|
943
976
|
} | undefined;
|
|
977
|
+
canonicalToSeqAdapterRefNames: Record<string, string> | undefined;
|
|
944
978
|
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
945
979
|
} & {
|
|
946
980
|
getConf(arg: string): any;
|
|
@@ -964,9 +998,10 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
964
998
|
readonly refNames: string[] | undefined;
|
|
965
999
|
} & {
|
|
966
1000
|
getCanonicalRefName(refName: string): string | undefined;
|
|
967
|
-
getCanonicalRefName2(
|
|
1001
|
+
getCanonicalRefName2(refName: string): string;
|
|
968
1002
|
getRefNameColor(refName: string): string | undefined;
|
|
969
1003
|
isValidRefName(refName: string): boolean;
|
|
1004
|
+
getSeqAdapterRefName(canonicalRefName: string): string;
|
|
970
1005
|
} & {
|
|
971
1006
|
setLoaded({ regions, refNameAliases, cytobands, }: {
|
|
972
1007
|
regions: import("@jbrowse/core/util").Region[];
|
|
@@ -981,6 +1016,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
981
1016
|
[x: string]: string;
|
|
982
1017
|
}): void;
|
|
983
1018
|
setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
|
|
1019
|
+
setCanonicalToSeqAdapterRefNames(map: Record<string, string>): void;
|
|
984
1020
|
setLoadingP(p?: Promise<void>): void;
|
|
985
1021
|
load(): Promise<void>;
|
|
986
1022
|
loadPre(): Promise<void>;
|
|
@@ -999,8 +1035,8 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
999
1035
|
[x: string]: string;
|
|
1000
1036
|
}>;
|
|
1001
1037
|
afterCreate(): void;
|
|
1002
|
-
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
1003
|
-
configuration: import("mobx-state-tree").IMaybe<import("mobx-state-tree").IReferenceType<import("mobx-state-tree").IAnyType>>;
|
|
1038
|
+
} & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/mobx-state-tree").IModelType<{
|
|
1039
|
+
configuration: import("@jbrowse/mobx-state-tree").IMaybe<import("@jbrowse/mobx-state-tree").IReferenceType<import("@jbrowse/mobx-state-tree").IAnyType>>;
|
|
1004
1040
|
}, {
|
|
1005
1041
|
error: unknown;
|
|
1006
1042
|
loadingP: Promise<void> | undefined;
|
|
@@ -1008,6 +1044,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1008
1044
|
refNameAliases: {
|
|
1009
1045
|
[x: string]: string;
|
|
1010
1046
|
} | undefined;
|
|
1047
|
+
canonicalToSeqAdapterRefNames: Record<string, string> | undefined;
|
|
1011
1048
|
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
1012
1049
|
} & {
|
|
1013
1050
|
getConf(arg: string): any;
|
|
@@ -1031,9 +1068,10 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1031
1068
|
readonly refNames: string[] | undefined;
|
|
1032
1069
|
} & {
|
|
1033
1070
|
getCanonicalRefName(refName: string): string | undefined;
|
|
1034
|
-
getCanonicalRefName2(
|
|
1071
|
+
getCanonicalRefName2(refName: string): string;
|
|
1035
1072
|
getRefNameColor(refName: string): string | undefined;
|
|
1036
1073
|
isValidRefName(refName: string): boolean;
|
|
1074
|
+
getSeqAdapterRefName(canonicalRefName: string): string;
|
|
1037
1075
|
} & {
|
|
1038
1076
|
setLoaded({ regions, refNameAliases, cytobands, }: {
|
|
1039
1077
|
regions: import("@jbrowse/core/util").Region[];
|
|
@@ -1048,6 +1086,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1048
1086
|
[x: string]: string;
|
|
1049
1087
|
}): void;
|
|
1050
1088
|
setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
|
|
1089
|
+
setCanonicalToSeqAdapterRefNames(map: Record<string, string>): void;
|
|
1051
1090
|
setLoadingP(p?: Promise<void>): void;
|
|
1052
1091
|
load(): Promise<void>;
|
|
1053
1092
|
loadPre(): Promise<void>;
|
|
@@ -1066,21 +1105,15 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1066
1105
|
[x: string]: string;
|
|
1067
1106
|
}>;
|
|
1068
1107
|
afterCreate(): void;
|
|
1069
|
-
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>) | undefined>;
|
|
1108
|
+
}, import("@jbrowse/mobx-state-tree")._NotCustomized, import("@jbrowse/mobx-state-tree")._NotCustomized>>) | undefined>;
|
|
1070
1109
|
getRefNameMapForAdapter(adapterConf: {
|
|
1071
1110
|
[x: string]: unknown;
|
|
1072
|
-
}, assemblyName: string | undefined, opts: {
|
|
1073
|
-
stopToken?: string;
|
|
1074
|
-
sessionId: string;
|
|
1075
|
-
}): Promise<{
|
|
1111
|
+
}, assemblyName: string | undefined, opts: import("node_modules/@jbrowse/core/src/assemblyManager/assemblyManager.ts").AssemblyBaseOpts): Promise<{
|
|
1076
1112
|
[x: string]: string;
|
|
1077
1113
|
} | undefined>;
|
|
1078
1114
|
getReverseRefNameMapForAdapter(adapterConf: {
|
|
1079
1115
|
[x: string]: unknown;
|
|
1080
|
-
}, assemblyName: string | undefined, opts: {
|
|
1081
|
-
stopToken?: string;
|
|
1082
|
-
sessionId: string;
|
|
1083
|
-
}): Promise<{
|
|
1116
|
+
}, assemblyName: string | undefined, opts: import("node_modules/@jbrowse/core/src/assemblyManager/assemblyManager.ts").AssemblyBaseOpts): Promise<{
|
|
1084
1117
|
[x: string]: string;
|
|
1085
1118
|
} | undefined>;
|
|
1086
1119
|
isValidRefName(refName: string, assemblyName: string): boolean;
|
|
@@ -1088,8 +1121,8 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1088
1121
|
afterAttach(): void;
|
|
1089
1122
|
removeAssembly(asm: import("@jbrowse/core/assemblyManager/assembly").Assembly): void;
|
|
1090
1123
|
addAssembly(configuration: any): void;
|
|
1091
|
-
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>>;
|
|
1092
|
-
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
1124
|
+
}, import("@jbrowse/mobx-state-tree")._NotCustomized, import("@jbrowse/mobx-state-tree")._NotCustomized>, [undefined]>>;
|
|
1125
|
+
} & import("@jbrowse/mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
1093
1126
|
rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
|
|
1094
1127
|
adminMode: boolean;
|
|
1095
1128
|
error: unknown;
|
|
@@ -1097,17 +1130,17 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1097
1130
|
pluginManager: PluginManager;
|
|
1098
1131
|
} & {
|
|
1099
1132
|
setError(error: unknown): void;
|
|
1100
|
-
setSession(sessionSnapshot?: import("mobx-state-tree").SnapshotIn<import("mobx-state-tree").IAnyType>): void;
|
|
1133
|
+
setSession(sessionSnapshot?: import("@jbrowse/mobx-state-tree").SnapshotIn<import("@jbrowse/mobx-state-tree").IAnyType>): void;
|
|
1101
1134
|
setDefaultSession(): void;
|
|
1102
1135
|
setSessionPath(path: string): void;
|
|
1103
1136
|
renameCurrentSession(newName: string): void;
|
|
1104
|
-
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
1105
|
-
jbrowse: import("mobx-state-tree").IAnyType;
|
|
1106
|
-
session: import("mobx-state-tree").IMaybe<import("mobx-state-tree").IAnyType>;
|
|
1107
|
-
sessionPath: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
1108
|
-
assemblyManager: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
1109
|
-
assemblies: import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
1110
|
-
configuration: import("mobx-state-tree").IMaybe<import("mobx-state-tree").IReferenceType<import("mobx-state-tree").IAnyType>>;
|
|
1137
|
+
} & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/mobx-state-tree").IModelType<{
|
|
1138
|
+
jbrowse: import("@jbrowse/mobx-state-tree").IAnyType;
|
|
1139
|
+
session: import("@jbrowse/mobx-state-tree").IMaybe<import("@jbrowse/mobx-state-tree").IAnyType>;
|
|
1140
|
+
sessionPath: import("@jbrowse/mobx-state-tree").IOptionalIType<import("@jbrowse/mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
1141
|
+
assemblyManager: import("@jbrowse/mobx-state-tree").IOptionalIType<import("@jbrowse/mobx-state-tree").IModelType<{
|
|
1142
|
+
assemblies: import("@jbrowse/mobx-state-tree").IArrayType<import("@jbrowse/mobx-state-tree").IModelType<{
|
|
1143
|
+
configuration: import("@jbrowse/mobx-state-tree").IMaybe<import("@jbrowse/mobx-state-tree").IReferenceType<import("@jbrowse/mobx-state-tree").IAnyType>>;
|
|
1111
1144
|
}, {
|
|
1112
1145
|
error: unknown;
|
|
1113
1146
|
loadingP: Promise<void> | undefined;
|
|
@@ -1115,6 +1148,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1115
1148
|
refNameAliases: {
|
|
1116
1149
|
[x: string]: string;
|
|
1117
1150
|
} | undefined;
|
|
1151
|
+
canonicalToSeqAdapterRefNames: Record<string, string> | undefined;
|
|
1118
1152
|
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
1119
1153
|
} & {
|
|
1120
1154
|
getConf(arg: string): any;
|
|
@@ -1138,9 +1172,10 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1138
1172
|
readonly refNames: string[] | undefined;
|
|
1139
1173
|
} & {
|
|
1140
1174
|
getCanonicalRefName(refName: string): string | undefined;
|
|
1141
|
-
getCanonicalRefName2(
|
|
1175
|
+
getCanonicalRefName2(refName: string): string;
|
|
1142
1176
|
getRefNameColor(refName: string): string | undefined;
|
|
1143
1177
|
isValidRefName(refName: string): boolean;
|
|
1178
|
+
getSeqAdapterRefName(canonicalRefName: string): string;
|
|
1144
1179
|
} & {
|
|
1145
1180
|
setLoaded({ regions, refNameAliases, cytobands, }: {
|
|
1146
1181
|
regions: import("@jbrowse/core/util").Region[];
|
|
@@ -1155,6 +1190,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1155
1190
|
[x: string]: string;
|
|
1156
1191
|
}): void;
|
|
1157
1192
|
setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
|
|
1193
|
+
setCanonicalToSeqAdapterRefNames(map: Record<string, string>): void;
|
|
1158
1194
|
setLoadingP(p?: Promise<void>): void;
|
|
1159
1195
|
load(): Promise<void>;
|
|
1160
1196
|
loadPre(): Promise<void>;
|
|
@@ -1173,17 +1209,18 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1173
1209
|
[x: string]: string;
|
|
1174
1210
|
}>;
|
|
1175
1211
|
afterCreate(): void;
|
|
1176
|
-
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
1212
|
+
}, import("@jbrowse/mobx-state-tree")._NotCustomized, import("@jbrowse/mobx-state-tree")._NotCustomized>>;
|
|
1177
1213
|
}, {
|
|
1178
1214
|
readonly assemblyNameMap: Record<string, {
|
|
1179
1215
|
configuration: any;
|
|
1180
|
-
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
1216
|
+
} & import("@jbrowse/mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
1181
1217
|
error: unknown;
|
|
1182
1218
|
loadingP: Promise<void> | undefined;
|
|
1183
1219
|
volatileRegions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
|
|
1184
1220
|
refNameAliases: {
|
|
1185
1221
|
[x: string]: string;
|
|
1186
1222
|
} | undefined;
|
|
1223
|
+
canonicalToSeqAdapterRefNames: Record<string, string> | undefined;
|
|
1187
1224
|
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
1188
1225
|
} & {
|
|
1189
1226
|
getConf(arg: string): any;
|
|
@@ -1207,9 +1244,10 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1207
1244
|
readonly refNames: string[] | undefined;
|
|
1208
1245
|
} & {
|
|
1209
1246
|
getCanonicalRefName(refName: string): string | undefined;
|
|
1210
|
-
getCanonicalRefName2(
|
|
1247
|
+
getCanonicalRefName2(refName: string): string;
|
|
1211
1248
|
getRefNameColor(refName: string): string | undefined;
|
|
1212
1249
|
isValidRefName(refName: string): boolean;
|
|
1250
|
+
getSeqAdapterRefName(canonicalRefName: string): string;
|
|
1213
1251
|
} & {
|
|
1214
1252
|
setLoaded({ regions, refNameAliases, cytobands, }: {
|
|
1215
1253
|
regions: import("@jbrowse/core/util").Region[];
|
|
@@ -1224,6 +1262,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1224
1262
|
[x: string]: string;
|
|
1225
1263
|
}): void;
|
|
1226
1264
|
setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
|
|
1265
|
+
setCanonicalToSeqAdapterRefNames(map: Record<string, string>): void;
|
|
1227
1266
|
setLoadingP(p?: Promise<void>): void;
|
|
1228
1267
|
load(): Promise<void>;
|
|
1229
1268
|
loadPre(): Promise<void>;
|
|
@@ -1242,8 +1281,8 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1242
1281
|
[x: string]: string;
|
|
1243
1282
|
}>;
|
|
1244
1283
|
afterCreate(): void;
|
|
1245
|
-
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
1246
|
-
configuration: import("mobx-state-tree").IMaybe<import("mobx-state-tree").IReferenceType<import("mobx-state-tree").IAnyType>>;
|
|
1284
|
+
} & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/mobx-state-tree").IModelType<{
|
|
1285
|
+
configuration: import("@jbrowse/mobx-state-tree").IMaybe<import("@jbrowse/mobx-state-tree").IReferenceType<import("@jbrowse/mobx-state-tree").IAnyType>>;
|
|
1247
1286
|
}, {
|
|
1248
1287
|
error: unknown;
|
|
1249
1288
|
loadingP: Promise<void> | undefined;
|
|
@@ -1251,6 +1290,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1251
1290
|
refNameAliases: {
|
|
1252
1291
|
[x: string]: string;
|
|
1253
1292
|
} | undefined;
|
|
1293
|
+
canonicalToSeqAdapterRefNames: Record<string, string> | undefined;
|
|
1254
1294
|
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
1255
1295
|
} & {
|
|
1256
1296
|
getConf(arg: string): any;
|
|
@@ -1274,9 +1314,10 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1274
1314
|
readonly refNames: string[] | undefined;
|
|
1275
1315
|
} & {
|
|
1276
1316
|
getCanonicalRefName(refName: string): string | undefined;
|
|
1277
|
-
getCanonicalRefName2(
|
|
1317
|
+
getCanonicalRefName2(refName: string): string;
|
|
1278
1318
|
getRefNameColor(refName: string): string | undefined;
|
|
1279
1319
|
isValidRefName(refName: string): boolean;
|
|
1320
|
+
getSeqAdapterRefName(canonicalRefName: string): string;
|
|
1280
1321
|
} & {
|
|
1281
1322
|
setLoaded({ regions, refNameAliases, cytobands, }: {
|
|
1282
1323
|
regions: import("@jbrowse/core/util").Region[];
|
|
@@ -1291,6 +1332,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1291
1332
|
[x: string]: string;
|
|
1292
1333
|
}): void;
|
|
1293
1334
|
setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
|
|
1335
|
+
setCanonicalToSeqAdapterRefNames(map: Record<string, string>): void;
|
|
1294
1336
|
setLoadingP(p?: Promise<void>): void;
|
|
1295
1337
|
load(): Promise<void>;
|
|
1296
1338
|
loadPre(): Promise<void>;
|
|
@@ -1309,19 +1351,20 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1309
1351
|
[x: string]: string;
|
|
1310
1352
|
}>;
|
|
1311
1353
|
afterCreate(): void;
|
|
1312
|
-
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>>;
|
|
1354
|
+
}, import("@jbrowse/mobx-state-tree")._NotCustomized, import("@jbrowse/mobx-state-tree")._NotCustomized>>>;
|
|
1313
1355
|
} & {
|
|
1314
1356
|
getCanonicalAssemblyName(asmName: string): string | undefined;
|
|
1315
1357
|
getCanonicalAssemblyName2(asmName: string): string;
|
|
1316
1358
|
get(asmName: string): ({
|
|
1317
1359
|
configuration: any;
|
|
1318
|
-
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
1360
|
+
} & import("@jbrowse/mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
1319
1361
|
error: unknown;
|
|
1320
1362
|
loadingP: Promise<void> | undefined;
|
|
1321
1363
|
volatileRegions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
|
|
1322
1364
|
refNameAliases: {
|
|
1323
1365
|
[x: string]: string;
|
|
1324
1366
|
} | undefined;
|
|
1367
|
+
canonicalToSeqAdapterRefNames: Record<string, string> | undefined;
|
|
1325
1368
|
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
1326
1369
|
} & {
|
|
1327
1370
|
getConf(arg: string): any;
|
|
@@ -1345,9 +1388,10 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1345
1388
|
readonly refNames: string[] | undefined;
|
|
1346
1389
|
} & {
|
|
1347
1390
|
getCanonicalRefName(refName: string): string | undefined;
|
|
1348
|
-
getCanonicalRefName2(
|
|
1391
|
+
getCanonicalRefName2(refName: string): string;
|
|
1349
1392
|
getRefNameColor(refName: string): string | undefined;
|
|
1350
1393
|
isValidRefName(refName: string): boolean;
|
|
1394
|
+
getSeqAdapterRefName(canonicalRefName: string): string;
|
|
1351
1395
|
} & {
|
|
1352
1396
|
setLoaded({ regions, refNameAliases, cytobands, }: {
|
|
1353
1397
|
regions: import("@jbrowse/core/util").Region[];
|
|
@@ -1362,6 +1406,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1362
1406
|
[x: string]: string;
|
|
1363
1407
|
}): void;
|
|
1364
1408
|
setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
|
|
1409
|
+
setCanonicalToSeqAdapterRefNames(map: Record<string, string>): void;
|
|
1365
1410
|
setLoadingP(p?: Promise<void>): void;
|
|
1366
1411
|
load(): Promise<void>;
|
|
1367
1412
|
loadPre(): Promise<void>;
|
|
@@ -1380,8 +1425,8 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1380
1425
|
[x: string]: string;
|
|
1381
1426
|
}>;
|
|
1382
1427
|
afterCreate(): void;
|
|
1383
|
-
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
1384
|
-
configuration: import("mobx-state-tree").IMaybe<import("mobx-state-tree").IReferenceType<import("mobx-state-tree").IAnyType>>;
|
|
1428
|
+
} & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/mobx-state-tree").IModelType<{
|
|
1429
|
+
configuration: import("@jbrowse/mobx-state-tree").IMaybe<import("@jbrowse/mobx-state-tree").IReferenceType<import("@jbrowse/mobx-state-tree").IAnyType>>;
|
|
1385
1430
|
}, {
|
|
1386
1431
|
error: unknown;
|
|
1387
1432
|
loadingP: Promise<void> | undefined;
|
|
@@ -1389,6 +1434,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1389
1434
|
refNameAliases: {
|
|
1390
1435
|
[x: string]: string;
|
|
1391
1436
|
} | undefined;
|
|
1437
|
+
canonicalToSeqAdapterRefNames: Record<string, string> | undefined;
|
|
1392
1438
|
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
1393
1439
|
} & {
|
|
1394
1440
|
getConf(arg: string): any;
|
|
@@ -1412,9 +1458,10 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1412
1458
|
readonly refNames: string[] | undefined;
|
|
1413
1459
|
} & {
|
|
1414
1460
|
getCanonicalRefName(refName: string): string | undefined;
|
|
1415
|
-
getCanonicalRefName2(
|
|
1461
|
+
getCanonicalRefName2(refName: string): string;
|
|
1416
1462
|
getRefNameColor(refName: string): string | undefined;
|
|
1417
1463
|
isValidRefName(refName: string): boolean;
|
|
1464
|
+
getSeqAdapterRefName(canonicalRefName: string): string;
|
|
1418
1465
|
} & {
|
|
1419
1466
|
setLoaded({ regions, refNameAliases, cytobands, }: {
|
|
1420
1467
|
regions: import("@jbrowse/core/util").Region[];
|
|
@@ -1429,6 +1476,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1429
1476
|
[x: string]: string;
|
|
1430
1477
|
}): void;
|
|
1431
1478
|
setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
|
|
1479
|
+
setCanonicalToSeqAdapterRefNames(map: Record<string, string>): void;
|
|
1432
1480
|
setLoadingP(p?: Promise<void>): void;
|
|
1433
1481
|
load(): Promise<void>;
|
|
1434
1482
|
loadPre(): Promise<void>;
|
|
@@ -1447,20 +1495,21 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1447
1495
|
[x: string]: string;
|
|
1448
1496
|
}>;
|
|
1449
1497
|
afterCreate(): void;
|
|
1450
|
-
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>) | undefined;
|
|
1498
|
+
}, import("@jbrowse/mobx-state-tree")._NotCustomized, import("@jbrowse/mobx-state-tree")._NotCustomized>>) | undefined;
|
|
1451
1499
|
readonly assemblyNamesList: any[];
|
|
1452
1500
|
readonly assemblyList: AnyConfigurationModel[];
|
|
1453
1501
|
readonly rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
|
|
1454
1502
|
} & {
|
|
1455
1503
|
waitForAssembly(assemblyName: string): Promise<({
|
|
1456
1504
|
configuration: any;
|
|
1457
|
-
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
1505
|
+
} & import("@jbrowse/mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
1458
1506
|
error: unknown;
|
|
1459
1507
|
loadingP: Promise<void> | undefined;
|
|
1460
1508
|
volatileRegions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
|
|
1461
1509
|
refNameAliases: {
|
|
1462
1510
|
[x: string]: string;
|
|
1463
1511
|
} | undefined;
|
|
1512
|
+
canonicalToSeqAdapterRefNames: Record<string, string> | undefined;
|
|
1464
1513
|
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
1465
1514
|
} & {
|
|
1466
1515
|
getConf(arg: string): any;
|
|
@@ -1484,9 +1533,10 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1484
1533
|
readonly refNames: string[] | undefined;
|
|
1485
1534
|
} & {
|
|
1486
1535
|
getCanonicalRefName(refName: string): string | undefined;
|
|
1487
|
-
getCanonicalRefName2(
|
|
1536
|
+
getCanonicalRefName2(refName: string): string;
|
|
1488
1537
|
getRefNameColor(refName: string): string | undefined;
|
|
1489
1538
|
isValidRefName(refName: string): boolean;
|
|
1539
|
+
getSeqAdapterRefName(canonicalRefName: string): string;
|
|
1490
1540
|
} & {
|
|
1491
1541
|
setLoaded({ regions, refNameAliases, cytobands, }: {
|
|
1492
1542
|
regions: import("@jbrowse/core/util").Region[];
|
|
@@ -1501,6 +1551,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1501
1551
|
[x: string]: string;
|
|
1502
1552
|
}): void;
|
|
1503
1553
|
setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
|
|
1554
|
+
setCanonicalToSeqAdapterRefNames(map: Record<string, string>): void;
|
|
1504
1555
|
setLoadingP(p?: Promise<void>): void;
|
|
1505
1556
|
load(): Promise<void>;
|
|
1506
1557
|
loadPre(): Promise<void>;
|
|
@@ -1519,8 +1570,8 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1519
1570
|
[x: string]: string;
|
|
1520
1571
|
}>;
|
|
1521
1572
|
afterCreate(): void;
|
|
1522
|
-
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
1523
|
-
configuration: import("mobx-state-tree").IMaybe<import("mobx-state-tree").IReferenceType<import("mobx-state-tree").IAnyType>>;
|
|
1573
|
+
} & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/mobx-state-tree").IModelType<{
|
|
1574
|
+
configuration: import("@jbrowse/mobx-state-tree").IMaybe<import("@jbrowse/mobx-state-tree").IReferenceType<import("@jbrowse/mobx-state-tree").IAnyType>>;
|
|
1524
1575
|
}, {
|
|
1525
1576
|
error: unknown;
|
|
1526
1577
|
loadingP: Promise<void> | undefined;
|
|
@@ -1528,6 +1579,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1528
1579
|
refNameAliases: {
|
|
1529
1580
|
[x: string]: string;
|
|
1530
1581
|
} | undefined;
|
|
1582
|
+
canonicalToSeqAdapterRefNames: Record<string, string> | undefined;
|
|
1531
1583
|
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
1532
1584
|
} & {
|
|
1533
1585
|
getConf(arg: string): any;
|
|
@@ -1551,9 +1603,10 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1551
1603
|
readonly refNames: string[] | undefined;
|
|
1552
1604
|
} & {
|
|
1553
1605
|
getCanonicalRefName(refName: string): string | undefined;
|
|
1554
|
-
getCanonicalRefName2(
|
|
1606
|
+
getCanonicalRefName2(refName: string): string;
|
|
1555
1607
|
getRefNameColor(refName: string): string | undefined;
|
|
1556
1608
|
isValidRefName(refName: string): boolean;
|
|
1609
|
+
getSeqAdapterRefName(canonicalRefName: string): string;
|
|
1557
1610
|
} & {
|
|
1558
1611
|
setLoaded({ regions, refNameAliases, cytobands, }: {
|
|
1559
1612
|
regions: import("@jbrowse/core/util").Region[];
|
|
@@ -1568,6 +1621,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1568
1621
|
[x: string]: string;
|
|
1569
1622
|
}): void;
|
|
1570
1623
|
setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
|
|
1624
|
+
setCanonicalToSeqAdapterRefNames(map: Record<string, string>): void;
|
|
1571
1625
|
setLoadingP(p?: Promise<void>): void;
|
|
1572
1626
|
load(): Promise<void>;
|
|
1573
1627
|
loadPre(): Promise<void>;
|
|
@@ -1586,21 +1640,15 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1586
1640
|
[x: string]: string;
|
|
1587
1641
|
}>;
|
|
1588
1642
|
afterCreate(): void;
|
|
1589
|
-
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>) | undefined>;
|
|
1643
|
+
}, import("@jbrowse/mobx-state-tree")._NotCustomized, import("@jbrowse/mobx-state-tree")._NotCustomized>>) | undefined>;
|
|
1590
1644
|
getRefNameMapForAdapter(adapterConf: {
|
|
1591
1645
|
[x: string]: unknown;
|
|
1592
|
-
}, assemblyName: string | undefined, opts: {
|
|
1593
|
-
stopToken?: string;
|
|
1594
|
-
sessionId: string;
|
|
1595
|
-
}): Promise<{
|
|
1646
|
+
}, assemblyName: string | undefined, opts: import("node_modules/@jbrowse/core/src/assemblyManager/assemblyManager.ts").AssemblyBaseOpts): Promise<{
|
|
1596
1647
|
[x: string]: string;
|
|
1597
1648
|
} | undefined>;
|
|
1598
1649
|
getReverseRefNameMapForAdapter(adapterConf: {
|
|
1599
1650
|
[x: string]: unknown;
|
|
1600
|
-
}, assemblyName: string | undefined, opts: {
|
|
1601
|
-
stopToken?: string;
|
|
1602
|
-
sessionId: string;
|
|
1603
|
-
}): Promise<{
|
|
1651
|
+
}, assemblyName: string | undefined, opts: import("node_modules/@jbrowse/core/src/assemblyManager/assemblyManager.ts").AssemblyBaseOpts): Promise<{
|
|
1604
1652
|
[x: string]: string;
|
|
1605
1653
|
} | undefined>;
|
|
1606
1654
|
isValidRefName(refName: string, assemblyName: string): boolean;
|
|
@@ -1608,7 +1656,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1608
1656
|
afterAttach(): void;
|
|
1609
1657
|
removeAssembly(asm: import("@jbrowse/core/assemblyManager/assembly").Assembly): void;
|
|
1610
1658
|
addAssembly(configuration: any): void;
|
|
1611
|
-
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
|
|
1659
|
+
}, import("@jbrowse/mobx-state-tree")._NotCustomized, import("@jbrowse/mobx-state-tree")._NotCustomized>, [undefined]>;
|
|
1612
1660
|
}, {
|
|
1613
1661
|
rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
|
|
1614
1662
|
adminMode: boolean;
|
|
@@ -1617,25 +1665,21 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1617
1665
|
pluginManager: PluginManager;
|
|
1618
1666
|
} & {
|
|
1619
1667
|
setError(error: unknown): void;
|
|
1620
|
-
setSession(sessionSnapshot?: import("mobx-state-tree").SnapshotIn<import("mobx-state-tree").IAnyType>): void;
|
|
1668
|
+
setSession(sessionSnapshot?: import("@jbrowse/mobx-state-tree").SnapshotIn<import("@jbrowse/mobx-state-tree").IAnyType>): void;
|
|
1621
1669
|
setDefaultSession(): void;
|
|
1622
1670
|
setSessionPath(path: string): void;
|
|
1623
1671
|
renameCurrentSession(newName: string): void;
|
|
1624
|
-
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
1672
|
+
}, import("@jbrowse/mobx-state-tree")._NotCustomized, import("@jbrowse/mobx-state-tree")._NotCustomized>>;
|
|
1625
1673
|
} & {
|
|
1626
1674
|
readonly jbrowse: any;
|
|
1627
1675
|
readonly rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
|
|
1628
1676
|
readonly configuration: {
|
|
1629
1677
|
[x: string]: any;
|
|
1630
|
-
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
1678
|
+
} & import("@jbrowse/mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
1631
1679
|
setSubschema(slotName: string, data: Record<string, unknown>): Record<string, unknown> | ({
|
|
1632
1680
|
[x: string]: any;
|
|
1633
|
-
} & import("mobx-state-tree/dist/internal").NonEmptyObject &
|
|
1634
|
-
|
|
1635
|
-
[x: string]: any;
|
|
1636
|
-
} & import("mobx-state-tree/dist/internal").NonEmptyObject & any & import("mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration").AnyConfigurationSchemaType>);
|
|
1637
|
-
} & import("mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration").AnyConfigurationSchemaType>);
|
|
1638
|
-
} & import("mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration").AnyConfigurationSchemaType>;
|
|
1681
|
+
} & import("@jbrowse/mobx-state-tree/dist/internal").NonEmptyObject & any & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration").AnyConfigurationSchemaType>);
|
|
1682
|
+
} & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration").AnyConfigurationSchemaType>;
|
|
1639
1683
|
readonly adminMode: boolean;
|
|
1640
1684
|
readonly textSearchManager: import("@jbrowse/core/util").TextSearchManager;
|
|
1641
1685
|
} & {
|
|
@@ -1645,11 +1689,17 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1645
1689
|
clearSelection(): void;
|
|
1646
1690
|
setHovered(thing: unknown): void;
|
|
1647
1691
|
} & {
|
|
1648
|
-
getReferring(object: IAnyStateTreeNode): import("./ReferenceManagement").ReferringNode[];
|
|
1692
|
+
getReferring(object: IAnyStateTreeNode): import("./ReferenceManagement.ts").ReferringNode[];
|
|
1649
1693
|
} & {
|
|
1650
|
-
removeReferring(referring: import("./ReferenceManagement").ReferringNode[], track: import("@jbrowse/core/pluggableElementTypes").BaseTrackConfig, callbacks: ((arg: string) => void)[], dereferenceTypeCount: Record<string, number>): void;
|
|
1694
|
+
removeReferring(referring: import("./ReferenceManagement.ts").ReferringNode[], track: import("@jbrowse/core/pluggableElementTypes").BaseTrackConfig, callbacks: ((arg: string) => void)[], dereferenceTypeCount: Record<string, number>): void;
|
|
1651
1695
|
} & {
|
|
1652
1696
|
readonly tracks: AnyConfigurationModel[];
|
|
1697
|
+
readonly assemblies: {
|
|
1698
|
+
sequence: {
|
|
1699
|
+
trackId: string;
|
|
1700
|
+
};
|
|
1701
|
+
}[];
|
|
1702
|
+
readonly tracksById: Record<string, AnyConfigurationModel>;
|
|
1653
1703
|
} & {
|
|
1654
1704
|
addTrackConf(trackConf: AnyConfiguration): any;
|
|
1655
1705
|
deleteTrackConf(trackConf: AnyConfigurationModel): any;
|
|
@@ -1658,7 +1708,13 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1658
1708
|
} & {
|
|
1659
1709
|
addTrackConf(trackConf: AnyConfiguration): any;
|
|
1660
1710
|
deleteTrackConf(trackConf: AnyConfigurationModel): any;
|
|
1661
|
-
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree").
|
|
1711
|
+
}, import("@jbrowse/mobx-state-tree")._NotCustomized, import("@jbrowse/mobx-state-tree").ModelSnapshotType<{
|
|
1712
|
+
id: import("@jbrowse/mobx-state-tree").IOptionalIType<import("@jbrowse/mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
1713
|
+
name: import("@jbrowse/mobx-state-tree").ISimpleType<string>;
|
|
1714
|
+
margin: import("@jbrowse/mobx-state-tree").IType<number | undefined, number, number>;
|
|
1715
|
+
} & {
|
|
1716
|
+
sessionTracks: import("@jbrowse/mobx-state-tree").IArrayType<import("@jbrowse/mobx-state-tree").IAnyModelType>;
|
|
1717
|
+
}>>;
|
|
1662
1718
|
export type SessionWithSessionTracksType = ReturnType<typeof SessionTracksManagerSessionMixin>;
|
|
1663
1719
|
export type SessionWithSessionTracks = Instance<SessionWithSessionTracksType>;
|
|
1664
1720
|
export declare function isSessionWithSessionTracks(thing: IAnyStateTreeNode): thing is SessionWithSessionTracks;
|