@jbrowse/product-core 3.6.5 → 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 +53 -30
- 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 +192 -105
- 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 +181 -100
- 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 +178 -99
- 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 -526
- 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 -1656
- 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 -1639
- 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 -1632
- 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,8 +49,10 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
48
49
|
readonly refNames: string[] | undefined;
|
|
49
50
|
} & {
|
|
50
51
|
getCanonicalRefName(refName: string): string | undefined;
|
|
52
|
+
getCanonicalRefName2(refName: string): string;
|
|
51
53
|
getRefNameColor(refName: string): string | undefined;
|
|
52
54
|
isValidRefName(refName: string): boolean;
|
|
55
|
+
getSeqAdapterRefName(canonicalRefName: string): string;
|
|
53
56
|
} & {
|
|
54
57
|
setLoaded({ regions, refNameAliases, cytobands, }: {
|
|
55
58
|
regions: import("@jbrowse/core/util").Region[];
|
|
@@ -64,6 +67,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
64
67
|
[x: string]: string;
|
|
65
68
|
}): void;
|
|
66
69
|
setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
|
|
70
|
+
setCanonicalToSeqAdapterRefNames(map: Record<string, string>): void;
|
|
67
71
|
setLoadingP(p?: Promise<void>): void;
|
|
68
72
|
load(): Promise<void>;
|
|
69
73
|
loadPre(): Promise<void>;
|
|
@@ -82,8 +86,8 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
82
86
|
[x: string]: string;
|
|
83
87
|
}>;
|
|
84
88
|
afterCreate(): void;
|
|
85
|
-
}, 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<{
|
|
86
|
-
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>>;
|
|
87
91
|
}, {
|
|
88
92
|
error: unknown;
|
|
89
93
|
loadingP: Promise<void> | undefined;
|
|
@@ -91,6 +95,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
91
95
|
refNameAliases: {
|
|
92
96
|
[x: string]: string;
|
|
93
97
|
} | undefined;
|
|
98
|
+
canonicalToSeqAdapterRefNames: Record<string, string> | undefined;
|
|
94
99
|
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
95
100
|
} & {
|
|
96
101
|
getConf(arg: string): any;
|
|
@@ -114,8 +119,10 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
114
119
|
readonly refNames: string[] | undefined;
|
|
115
120
|
} & {
|
|
116
121
|
getCanonicalRefName(refName: string): string | undefined;
|
|
122
|
+
getCanonicalRefName2(refName: string): string;
|
|
117
123
|
getRefNameColor(refName: string): string | undefined;
|
|
118
124
|
isValidRefName(refName: string): boolean;
|
|
125
|
+
getSeqAdapterRefName(canonicalRefName: string): string;
|
|
119
126
|
} & {
|
|
120
127
|
setLoaded({ regions, refNameAliases, cytobands, }: {
|
|
121
128
|
regions: import("@jbrowse/core/util").Region[];
|
|
@@ -130,6 +137,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
130
137
|
[x: string]: string;
|
|
131
138
|
}): void;
|
|
132
139
|
setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
|
|
140
|
+
setCanonicalToSeqAdapterRefNames(map: Record<string, string>): void;
|
|
133
141
|
setLoadingP(p?: Promise<void>): void;
|
|
134
142
|
load(): Promise<void>;
|
|
135
143
|
loadPre(): Promise<void>;
|
|
@@ -148,17 +156,18 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
148
156
|
[x: string]: string;
|
|
149
157
|
}>;
|
|
150
158
|
afterCreate(): void;
|
|
151
|
-
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>>;
|
|
152
|
-
} & 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 & {
|
|
153
161
|
readonly assemblyNameMap: Record<string, {
|
|
154
162
|
configuration: any;
|
|
155
|
-
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
163
|
+
} & import("@jbrowse/mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
156
164
|
error: unknown;
|
|
157
165
|
loadingP: Promise<void> | undefined;
|
|
158
166
|
volatileRegions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
|
|
159
167
|
refNameAliases: {
|
|
160
168
|
[x: string]: string;
|
|
161
169
|
} | undefined;
|
|
170
|
+
canonicalToSeqAdapterRefNames: Record<string, string> | undefined;
|
|
162
171
|
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
163
172
|
} & {
|
|
164
173
|
getConf(arg: string): any;
|
|
@@ -182,8 +191,10 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
182
191
|
readonly refNames: string[] | undefined;
|
|
183
192
|
} & {
|
|
184
193
|
getCanonicalRefName(refName: string): string | undefined;
|
|
194
|
+
getCanonicalRefName2(refName: string): string;
|
|
185
195
|
getRefNameColor(refName: string): string | undefined;
|
|
186
196
|
isValidRefName(refName: string): boolean;
|
|
197
|
+
getSeqAdapterRefName(canonicalRefName: string): string;
|
|
187
198
|
} & {
|
|
188
199
|
setLoaded({ regions, refNameAliases, cytobands, }: {
|
|
189
200
|
regions: import("@jbrowse/core/util").Region[];
|
|
@@ -198,6 +209,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
198
209
|
[x: string]: string;
|
|
199
210
|
}): void;
|
|
200
211
|
setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
|
|
212
|
+
setCanonicalToSeqAdapterRefNames(map: Record<string, string>): void;
|
|
201
213
|
setLoadingP(p?: Promise<void>): void;
|
|
202
214
|
load(): Promise<void>;
|
|
203
215
|
loadPre(): Promise<void>;
|
|
@@ -216,8 +228,8 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
216
228
|
[x: string]: string;
|
|
217
229
|
}>;
|
|
218
230
|
afterCreate(): void;
|
|
219
|
-
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
220
|
-
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>>;
|
|
221
233
|
}, {
|
|
222
234
|
error: unknown;
|
|
223
235
|
loadingP: Promise<void> | undefined;
|
|
@@ -225,6 +237,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
225
237
|
refNameAliases: {
|
|
226
238
|
[x: string]: string;
|
|
227
239
|
} | undefined;
|
|
240
|
+
canonicalToSeqAdapterRefNames: Record<string, string> | undefined;
|
|
228
241
|
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
229
242
|
} & {
|
|
230
243
|
getConf(arg: string): any;
|
|
@@ -248,8 +261,10 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
248
261
|
readonly refNames: string[] | undefined;
|
|
249
262
|
} & {
|
|
250
263
|
getCanonicalRefName(refName: string): string | undefined;
|
|
264
|
+
getCanonicalRefName2(refName: string): string;
|
|
251
265
|
getRefNameColor(refName: string): string | undefined;
|
|
252
266
|
isValidRefName(refName: string): boolean;
|
|
267
|
+
getSeqAdapterRefName(canonicalRefName: string): string;
|
|
253
268
|
} & {
|
|
254
269
|
setLoaded({ regions, refNameAliases, cytobands, }: {
|
|
255
270
|
regions: import("@jbrowse/core/util").Region[];
|
|
@@ -264,6 +279,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
264
279
|
[x: string]: string;
|
|
265
280
|
}): void;
|
|
266
281
|
setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
|
|
282
|
+
setCanonicalToSeqAdapterRefNames(map: Record<string, string>): void;
|
|
267
283
|
setLoadingP(p?: Promise<void>): void;
|
|
268
284
|
load(): Promise<void>;
|
|
269
285
|
loadPre(): Promise<void>;
|
|
@@ -282,18 +298,20 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
282
298
|
[x: string]: string;
|
|
283
299
|
}>;
|
|
284
300
|
afterCreate(): void;
|
|
285
|
-
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>>;
|
|
301
|
+
}, import("@jbrowse/mobx-state-tree")._NotCustomized, import("@jbrowse/mobx-state-tree")._NotCustomized>>>;
|
|
286
302
|
} & {
|
|
287
303
|
getCanonicalAssemblyName(asmName: string): string | undefined;
|
|
304
|
+
getCanonicalAssemblyName2(asmName: string): string;
|
|
288
305
|
get(asmName: string): ({
|
|
289
306
|
configuration: any;
|
|
290
|
-
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
307
|
+
} & import("@jbrowse/mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
291
308
|
error: unknown;
|
|
292
309
|
loadingP: Promise<void> | undefined;
|
|
293
310
|
volatileRegions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
|
|
294
311
|
refNameAliases: {
|
|
295
312
|
[x: string]: string;
|
|
296
313
|
} | undefined;
|
|
314
|
+
canonicalToSeqAdapterRefNames: Record<string, string> | undefined;
|
|
297
315
|
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
298
316
|
} & {
|
|
299
317
|
getConf(arg: string): any;
|
|
@@ -317,8 +335,10 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
317
335
|
readonly refNames: string[] | undefined;
|
|
318
336
|
} & {
|
|
319
337
|
getCanonicalRefName(refName: string): string | undefined;
|
|
338
|
+
getCanonicalRefName2(refName: string): string;
|
|
320
339
|
getRefNameColor(refName: string): string | undefined;
|
|
321
340
|
isValidRefName(refName: string): boolean;
|
|
341
|
+
getSeqAdapterRefName(canonicalRefName: string): string;
|
|
322
342
|
} & {
|
|
323
343
|
setLoaded({ regions, refNameAliases, cytobands, }: {
|
|
324
344
|
regions: import("@jbrowse/core/util").Region[];
|
|
@@ -333,6 +353,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
333
353
|
[x: string]: string;
|
|
334
354
|
}): void;
|
|
335
355
|
setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
|
|
356
|
+
setCanonicalToSeqAdapterRefNames(map: Record<string, string>): void;
|
|
336
357
|
setLoadingP(p?: Promise<void>): void;
|
|
337
358
|
load(): Promise<void>;
|
|
338
359
|
loadPre(): Promise<void>;
|
|
@@ -351,8 +372,8 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
351
372
|
[x: string]: string;
|
|
352
373
|
}>;
|
|
353
374
|
afterCreate(): void;
|
|
354
|
-
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
355
|
-
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>>;
|
|
356
377
|
}, {
|
|
357
378
|
error: unknown;
|
|
358
379
|
loadingP: Promise<void> | undefined;
|
|
@@ -360,6 +381,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
360
381
|
refNameAliases: {
|
|
361
382
|
[x: string]: string;
|
|
362
383
|
} | undefined;
|
|
384
|
+
canonicalToSeqAdapterRefNames: Record<string, string> | undefined;
|
|
363
385
|
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
364
386
|
} & {
|
|
365
387
|
getConf(arg: string): any;
|
|
@@ -383,8 +405,10 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
383
405
|
readonly refNames: string[] | undefined;
|
|
384
406
|
} & {
|
|
385
407
|
getCanonicalRefName(refName: string): string | undefined;
|
|
408
|
+
getCanonicalRefName2(refName: string): string;
|
|
386
409
|
getRefNameColor(refName: string): string | undefined;
|
|
387
410
|
isValidRefName(refName: string): boolean;
|
|
411
|
+
getSeqAdapterRefName(canonicalRefName: string): string;
|
|
388
412
|
} & {
|
|
389
413
|
setLoaded({ regions, refNameAliases, cytobands, }: {
|
|
390
414
|
regions: import("@jbrowse/core/util").Region[];
|
|
@@ -399,6 +423,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
399
423
|
[x: string]: string;
|
|
400
424
|
}): void;
|
|
401
425
|
setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
|
|
426
|
+
setCanonicalToSeqAdapterRefNames(map: Record<string, string>): void;
|
|
402
427
|
setLoadingP(p?: Promise<void>): void;
|
|
403
428
|
load(): Promise<void>;
|
|
404
429
|
loadPre(): Promise<void>;
|
|
@@ -417,20 +442,21 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
417
442
|
[x: string]: string;
|
|
418
443
|
}>;
|
|
419
444
|
afterCreate(): void;
|
|
420
|
-
}, 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;
|
|
421
446
|
readonly assemblyNamesList: any[];
|
|
422
447
|
readonly assemblyList: AnyConfigurationModel[];
|
|
423
448
|
readonly rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
|
|
424
449
|
} & {
|
|
425
450
|
waitForAssembly(assemblyName: string): Promise<({
|
|
426
451
|
configuration: any;
|
|
427
|
-
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
452
|
+
} & import("@jbrowse/mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
428
453
|
error: unknown;
|
|
429
454
|
loadingP: Promise<void> | undefined;
|
|
430
455
|
volatileRegions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
|
|
431
456
|
refNameAliases: {
|
|
432
457
|
[x: string]: string;
|
|
433
458
|
} | undefined;
|
|
459
|
+
canonicalToSeqAdapterRefNames: Record<string, string> | undefined;
|
|
434
460
|
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
435
461
|
} & {
|
|
436
462
|
getConf(arg: string): any;
|
|
@@ -454,8 +480,10 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
454
480
|
readonly refNames: string[] | undefined;
|
|
455
481
|
} & {
|
|
456
482
|
getCanonicalRefName(refName: string): string | undefined;
|
|
483
|
+
getCanonicalRefName2(refName: string): string;
|
|
457
484
|
getRefNameColor(refName: string): string | undefined;
|
|
458
485
|
isValidRefName(refName: string): boolean;
|
|
486
|
+
getSeqAdapterRefName(canonicalRefName: string): string;
|
|
459
487
|
} & {
|
|
460
488
|
setLoaded({ regions, refNameAliases, cytobands, }: {
|
|
461
489
|
regions: import("@jbrowse/core/util").Region[];
|
|
@@ -470,6 +498,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
470
498
|
[x: string]: string;
|
|
471
499
|
}): void;
|
|
472
500
|
setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
|
|
501
|
+
setCanonicalToSeqAdapterRefNames(map: Record<string, string>): void;
|
|
473
502
|
setLoadingP(p?: Promise<void>): void;
|
|
474
503
|
load(): Promise<void>;
|
|
475
504
|
loadPre(): Promise<void>;
|
|
@@ -488,8 +517,8 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
488
517
|
[x: string]: string;
|
|
489
518
|
}>;
|
|
490
519
|
afterCreate(): void;
|
|
491
|
-
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
492
|
-
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>>;
|
|
493
522
|
}, {
|
|
494
523
|
error: unknown;
|
|
495
524
|
loadingP: Promise<void> | undefined;
|
|
@@ -497,6 +526,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
497
526
|
refNameAliases: {
|
|
498
527
|
[x: string]: string;
|
|
499
528
|
} | undefined;
|
|
529
|
+
canonicalToSeqAdapterRefNames: Record<string, string> | undefined;
|
|
500
530
|
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
501
531
|
} & {
|
|
502
532
|
getConf(arg: string): any;
|
|
@@ -520,8 +550,10 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
520
550
|
readonly refNames: string[] | undefined;
|
|
521
551
|
} & {
|
|
522
552
|
getCanonicalRefName(refName: string): string | undefined;
|
|
553
|
+
getCanonicalRefName2(refName: string): string;
|
|
523
554
|
getRefNameColor(refName: string): string | undefined;
|
|
524
555
|
isValidRefName(refName: string): boolean;
|
|
556
|
+
getSeqAdapterRefName(canonicalRefName: string): string;
|
|
525
557
|
} & {
|
|
526
558
|
setLoaded({ regions, refNameAliases, cytobands, }: {
|
|
527
559
|
regions: import("@jbrowse/core/util").Region[];
|
|
@@ -536,6 +568,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
536
568
|
[x: string]: string;
|
|
537
569
|
}): void;
|
|
538
570
|
setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
|
|
571
|
+
setCanonicalToSeqAdapterRefNames(map: Record<string, string>): void;
|
|
539
572
|
setLoadingP(p?: Promise<void>): void;
|
|
540
573
|
load(): Promise<void>;
|
|
541
574
|
loadPre(): Promise<void>;
|
|
@@ -554,21 +587,15 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
554
587
|
[x: string]: string;
|
|
555
588
|
}>;
|
|
556
589
|
afterCreate(): void;
|
|
557
|
-
}, 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>;
|
|
558
591
|
getRefNameMapForAdapter(adapterConf: {
|
|
559
592
|
[x: string]: unknown;
|
|
560
|
-
}, assemblyName: string | undefined, opts: {
|
|
561
|
-
stopToken?: string;
|
|
562
|
-
sessionId: string;
|
|
563
|
-
}): Promise<{
|
|
593
|
+
}, assemblyName: string | undefined, opts: import("node_modules/@jbrowse/core/src/assemblyManager/assemblyManager.ts").AssemblyBaseOpts): Promise<{
|
|
564
594
|
[x: string]: string;
|
|
565
595
|
} | undefined>;
|
|
566
596
|
getReverseRefNameMapForAdapter(adapterConf: {
|
|
567
597
|
[x: string]: unknown;
|
|
568
|
-
}, assemblyName: string | undefined, opts: {
|
|
569
|
-
stopToken?: string;
|
|
570
|
-
sessionId: string;
|
|
571
|
-
}): Promise<{
|
|
598
|
+
}, assemblyName: string | undefined, opts: import("node_modules/@jbrowse/core/src/assemblyManager/assemblyManager.ts").AssemblyBaseOpts): Promise<{
|
|
572
599
|
[x: string]: string;
|
|
573
600
|
} | undefined>;
|
|
574
601
|
isValidRefName(refName: string, assemblyName: string): boolean;
|
|
@@ -576,9 +603,9 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
576
603
|
afterAttach(): void;
|
|
577
604
|
removeAssembly(asm: import("@jbrowse/core/assemblyManager/assembly").Assembly): void;
|
|
578
605
|
addAssembly(configuration: any): void;
|
|
579
|
-
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
580
|
-
assemblies: import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
581
|
-
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>>;
|
|
582
609
|
}, {
|
|
583
610
|
error: unknown;
|
|
584
611
|
loadingP: Promise<void> | undefined;
|
|
@@ -586,6 +613,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
586
613
|
refNameAliases: {
|
|
587
614
|
[x: string]: string;
|
|
588
615
|
} | undefined;
|
|
616
|
+
canonicalToSeqAdapterRefNames: Record<string, string> | undefined;
|
|
589
617
|
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
590
618
|
} & {
|
|
591
619
|
getConf(arg: string): any;
|
|
@@ -609,8 +637,10 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
609
637
|
readonly refNames: string[] | undefined;
|
|
610
638
|
} & {
|
|
611
639
|
getCanonicalRefName(refName: string): string | undefined;
|
|
640
|
+
getCanonicalRefName2(refName: string): string;
|
|
612
641
|
getRefNameColor(refName: string): string | undefined;
|
|
613
642
|
isValidRefName(refName: string): boolean;
|
|
643
|
+
getSeqAdapterRefName(canonicalRefName: string): string;
|
|
614
644
|
} & {
|
|
615
645
|
setLoaded({ regions, refNameAliases, cytobands, }: {
|
|
616
646
|
regions: import("@jbrowse/core/util").Region[];
|
|
@@ -625,6 +655,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
625
655
|
[x: string]: string;
|
|
626
656
|
}): void;
|
|
627
657
|
setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
|
|
658
|
+
setCanonicalToSeqAdapterRefNames(map: Record<string, string>): void;
|
|
628
659
|
setLoadingP(p?: Promise<void>): void;
|
|
629
660
|
load(): Promise<void>;
|
|
630
661
|
loadPre(): Promise<void>;
|
|
@@ -643,17 +674,18 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
643
674
|
[x: string]: string;
|
|
644
675
|
}>;
|
|
645
676
|
afterCreate(): void;
|
|
646
|
-
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
677
|
+
}, import("@jbrowse/mobx-state-tree")._NotCustomized, import("@jbrowse/mobx-state-tree")._NotCustomized>>;
|
|
647
678
|
}, {
|
|
648
679
|
readonly assemblyNameMap: Record<string, {
|
|
649
680
|
configuration: any;
|
|
650
|
-
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
681
|
+
} & import("@jbrowse/mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
651
682
|
error: unknown;
|
|
652
683
|
loadingP: Promise<void> | undefined;
|
|
653
684
|
volatileRegions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
|
|
654
685
|
refNameAliases: {
|
|
655
686
|
[x: string]: string;
|
|
656
687
|
} | undefined;
|
|
688
|
+
canonicalToSeqAdapterRefNames: Record<string, string> | undefined;
|
|
657
689
|
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
658
690
|
} & {
|
|
659
691
|
getConf(arg: string): any;
|
|
@@ -677,8 +709,10 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
677
709
|
readonly refNames: string[] | undefined;
|
|
678
710
|
} & {
|
|
679
711
|
getCanonicalRefName(refName: string): string | undefined;
|
|
712
|
+
getCanonicalRefName2(refName: string): string;
|
|
680
713
|
getRefNameColor(refName: string): string | undefined;
|
|
681
714
|
isValidRefName(refName: string): boolean;
|
|
715
|
+
getSeqAdapterRefName(canonicalRefName: string): string;
|
|
682
716
|
} & {
|
|
683
717
|
setLoaded({ regions, refNameAliases, cytobands, }: {
|
|
684
718
|
regions: import("@jbrowse/core/util").Region[];
|
|
@@ -693,6 +727,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
693
727
|
[x: string]: string;
|
|
694
728
|
}): void;
|
|
695
729
|
setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
|
|
730
|
+
setCanonicalToSeqAdapterRefNames(map: Record<string, string>): void;
|
|
696
731
|
setLoadingP(p?: Promise<void>): void;
|
|
697
732
|
load(): Promise<void>;
|
|
698
733
|
loadPre(): Promise<void>;
|
|
@@ -711,8 +746,8 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
711
746
|
[x: string]: string;
|
|
712
747
|
}>;
|
|
713
748
|
afterCreate(): void;
|
|
714
|
-
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
715
|
-
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>>;
|
|
716
751
|
}, {
|
|
717
752
|
error: unknown;
|
|
718
753
|
loadingP: Promise<void> | undefined;
|
|
@@ -720,6 +755,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
720
755
|
refNameAliases: {
|
|
721
756
|
[x: string]: string;
|
|
722
757
|
} | undefined;
|
|
758
|
+
canonicalToSeqAdapterRefNames: Record<string, string> | undefined;
|
|
723
759
|
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
724
760
|
} & {
|
|
725
761
|
getConf(arg: string): any;
|
|
@@ -743,8 +779,10 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
743
779
|
readonly refNames: string[] | undefined;
|
|
744
780
|
} & {
|
|
745
781
|
getCanonicalRefName(refName: string): string | undefined;
|
|
782
|
+
getCanonicalRefName2(refName: string): string;
|
|
746
783
|
getRefNameColor(refName: string): string | undefined;
|
|
747
784
|
isValidRefName(refName: string): boolean;
|
|
785
|
+
getSeqAdapterRefName(canonicalRefName: string): string;
|
|
748
786
|
} & {
|
|
749
787
|
setLoaded({ regions, refNameAliases, cytobands, }: {
|
|
750
788
|
regions: import("@jbrowse/core/util").Region[];
|
|
@@ -759,6 +797,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
759
797
|
[x: string]: string;
|
|
760
798
|
}): void;
|
|
761
799
|
setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
|
|
800
|
+
setCanonicalToSeqAdapterRefNames(map: Record<string, string>): void;
|
|
762
801
|
setLoadingP(p?: Promise<void>): void;
|
|
763
802
|
load(): Promise<void>;
|
|
764
803
|
loadPre(): Promise<void>;
|
|
@@ -777,18 +816,20 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
777
816
|
[x: string]: string;
|
|
778
817
|
}>;
|
|
779
818
|
afterCreate(): void;
|
|
780
|
-
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>>;
|
|
819
|
+
}, import("@jbrowse/mobx-state-tree")._NotCustomized, import("@jbrowse/mobx-state-tree")._NotCustomized>>>;
|
|
781
820
|
} & {
|
|
782
821
|
getCanonicalAssemblyName(asmName: string): string | undefined;
|
|
822
|
+
getCanonicalAssemblyName2(asmName: string): string;
|
|
783
823
|
get(asmName: string): ({
|
|
784
824
|
configuration: any;
|
|
785
|
-
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
825
|
+
} & import("@jbrowse/mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
786
826
|
error: unknown;
|
|
787
827
|
loadingP: Promise<void> | undefined;
|
|
788
828
|
volatileRegions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
|
|
789
829
|
refNameAliases: {
|
|
790
830
|
[x: string]: string;
|
|
791
831
|
} | undefined;
|
|
832
|
+
canonicalToSeqAdapterRefNames: Record<string, string> | undefined;
|
|
792
833
|
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
793
834
|
} & {
|
|
794
835
|
getConf(arg: string): any;
|
|
@@ -812,8 +853,10 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
812
853
|
readonly refNames: string[] | undefined;
|
|
813
854
|
} & {
|
|
814
855
|
getCanonicalRefName(refName: string): string | undefined;
|
|
856
|
+
getCanonicalRefName2(refName: string): string;
|
|
815
857
|
getRefNameColor(refName: string): string | undefined;
|
|
816
858
|
isValidRefName(refName: string): boolean;
|
|
859
|
+
getSeqAdapterRefName(canonicalRefName: string): string;
|
|
817
860
|
} & {
|
|
818
861
|
setLoaded({ regions, refNameAliases, cytobands, }: {
|
|
819
862
|
regions: import("@jbrowse/core/util").Region[];
|
|
@@ -828,6 +871,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
828
871
|
[x: string]: string;
|
|
829
872
|
}): void;
|
|
830
873
|
setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
|
|
874
|
+
setCanonicalToSeqAdapterRefNames(map: Record<string, string>): void;
|
|
831
875
|
setLoadingP(p?: Promise<void>): void;
|
|
832
876
|
load(): Promise<void>;
|
|
833
877
|
loadPre(): Promise<void>;
|
|
@@ -846,8 +890,8 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
846
890
|
[x: string]: string;
|
|
847
891
|
}>;
|
|
848
892
|
afterCreate(): void;
|
|
849
|
-
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
850
|
-
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>>;
|
|
851
895
|
}, {
|
|
852
896
|
error: unknown;
|
|
853
897
|
loadingP: Promise<void> | undefined;
|
|
@@ -855,6 +899,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
855
899
|
refNameAliases: {
|
|
856
900
|
[x: string]: string;
|
|
857
901
|
} | undefined;
|
|
902
|
+
canonicalToSeqAdapterRefNames: Record<string, string> | undefined;
|
|
858
903
|
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
859
904
|
} & {
|
|
860
905
|
getConf(arg: string): any;
|
|
@@ -878,8 +923,10 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
878
923
|
readonly refNames: string[] | undefined;
|
|
879
924
|
} & {
|
|
880
925
|
getCanonicalRefName(refName: string): string | undefined;
|
|
926
|
+
getCanonicalRefName2(refName: string): string;
|
|
881
927
|
getRefNameColor(refName: string): string | undefined;
|
|
882
928
|
isValidRefName(refName: string): boolean;
|
|
929
|
+
getSeqAdapterRefName(canonicalRefName: string): string;
|
|
883
930
|
} & {
|
|
884
931
|
setLoaded({ regions, refNameAliases, cytobands, }: {
|
|
885
932
|
regions: import("@jbrowse/core/util").Region[];
|
|
@@ -894,6 +941,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
894
941
|
[x: string]: string;
|
|
895
942
|
}): void;
|
|
896
943
|
setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
|
|
944
|
+
setCanonicalToSeqAdapterRefNames(map: Record<string, string>): void;
|
|
897
945
|
setLoadingP(p?: Promise<void>): void;
|
|
898
946
|
load(): Promise<void>;
|
|
899
947
|
loadPre(): Promise<void>;
|
|
@@ -912,20 +960,21 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
912
960
|
[x: string]: string;
|
|
913
961
|
}>;
|
|
914
962
|
afterCreate(): void;
|
|
915
|
-
}, 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;
|
|
916
964
|
readonly assemblyNamesList: any[];
|
|
917
965
|
readonly assemblyList: AnyConfigurationModel[];
|
|
918
966
|
readonly rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
|
|
919
967
|
} & {
|
|
920
968
|
waitForAssembly(assemblyName: string): Promise<({
|
|
921
969
|
configuration: any;
|
|
922
|
-
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
970
|
+
} & import("@jbrowse/mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
923
971
|
error: unknown;
|
|
924
972
|
loadingP: Promise<void> | undefined;
|
|
925
973
|
volatileRegions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
|
|
926
974
|
refNameAliases: {
|
|
927
975
|
[x: string]: string;
|
|
928
976
|
} | undefined;
|
|
977
|
+
canonicalToSeqAdapterRefNames: Record<string, string> | undefined;
|
|
929
978
|
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
930
979
|
} & {
|
|
931
980
|
getConf(arg: string): any;
|
|
@@ -949,8 +998,10 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
949
998
|
readonly refNames: string[] | undefined;
|
|
950
999
|
} & {
|
|
951
1000
|
getCanonicalRefName(refName: string): string | undefined;
|
|
1001
|
+
getCanonicalRefName2(refName: string): string;
|
|
952
1002
|
getRefNameColor(refName: string): string | undefined;
|
|
953
1003
|
isValidRefName(refName: string): boolean;
|
|
1004
|
+
getSeqAdapterRefName(canonicalRefName: string): string;
|
|
954
1005
|
} & {
|
|
955
1006
|
setLoaded({ regions, refNameAliases, cytobands, }: {
|
|
956
1007
|
regions: import("@jbrowse/core/util").Region[];
|
|
@@ -965,6 +1016,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
965
1016
|
[x: string]: string;
|
|
966
1017
|
}): void;
|
|
967
1018
|
setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
|
|
1019
|
+
setCanonicalToSeqAdapterRefNames(map: Record<string, string>): void;
|
|
968
1020
|
setLoadingP(p?: Promise<void>): void;
|
|
969
1021
|
load(): Promise<void>;
|
|
970
1022
|
loadPre(): Promise<void>;
|
|
@@ -983,8 +1035,8 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
983
1035
|
[x: string]: string;
|
|
984
1036
|
}>;
|
|
985
1037
|
afterCreate(): void;
|
|
986
|
-
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
987
|
-
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>>;
|
|
988
1040
|
}, {
|
|
989
1041
|
error: unknown;
|
|
990
1042
|
loadingP: Promise<void> | undefined;
|
|
@@ -992,6 +1044,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
992
1044
|
refNameAliases: {
|
|
993
1045
|
[x: string]: string;
|
|
994
1046
|
} | undefined;
|
|
1047
|
+
canonicalToSeqAdapterRefNames: Record<string, string> | undefined;
|
|
995
1048
|
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
996
1049
|
} & {
|
|
997
1050
|
getConf(arg: string): any;
|
|
@@ -1015,8 +1068,10 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1015
1068
|
readonly refNames: string[] | undefined;
|
|
1016
1069
|
} & {
|
|
1017
1070
|
getCanonicalRefName(refName: string): string | undefined;
|
|
1071
|
+
getCanonicalRefName2(refName: string): string;
|
|
1018
1072
|
getRefNameColor(refName: string): string | undefined;
|
|
1019
1073
|
isValidRefName(refName: string): boolean;
|
|
1074
|
+
getSeqAdapterRefName(canonicalRefName: string): string;
|
|
1020
1075
|
} & {
|
|
1021
1076
|
setLoaded({ regions, refNameAliases, cytobands, }: {
|
|
1022
1077
|
regions: import("@jbrowse/core/util").Region[];
|
|
@@ -1031,6 +1086,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1031
1086
|
[x: string]: string;
|
|
1032
1087
|
}): void;
|
|
1033
1088
|
setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
|
|
1089
|
+
setCanonicalToSeqAdapterRefNames(map: Record<string, string>): void;
|
|
1034
1090
|
setLoadingP(p?: Promise<void>): void;
|
|
1035
1091
|
load(): Promise<void>;
|
|
1036
1092
|
loadPre(): Promise<void>;
|
|
@@ -1049,21 +1105,15 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1049
1105
|
[x: string]: string;
|
|
1050
1106
|
}>;
|
|
1051
1107
|
afterCreate(): void;
|
|
1052
|
-
}, 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>;
|
|
1053
1109
|
getRefNameMapForAdapter(adapterConf: {
|
|
1054
1110
|
[x: string]: unknown;
|
|
1055
|
-
}, assemblyName: string | undefined, opts: {
|
|
1056
|
-
stopToken?: string;
|
|
1057
|
-
sessionId: string;
|
|
1058
|
-
}): Promise<{
|
|
1111
|
+
}, assemblyName: string | undefined, opts: import("node_modules/@jbrowse/core/src/assemblyManager/assemblyManager.ts").AssemblyBaseOpts): Promise<{
|
|
1059
1112
|
[x: string]: string;
|
|
1060
1113
|
} | undefined>;
|
|
1061
1114
|
getReverseRefNameMapForAdapter(adapterConf: {
|
|
1062
1115
|
[x: string]: unknown;
|
|
1063
|
-
}, assemblyName: string | undefined, opts: {
|
|
1064
|
-
stopToken?: string;
|
|
1065
|
-
sessionId: string;
|
|
1066
|
-
}): Promise<{
|
|
1116
|
+
}, assemblyName: string | undefined, opts: import("node_modules/@jbrowse/core/src/assemblyManager/assemblyManager.ts").AssemblyBaseOpts): Promise<{
|
|
1067
1117
|
[x: string]: string;
|
|
1068
1118
|
} | undefined>;
|
|
1069
1119
|
isValidRefName(refName: string, assemblyName: string): boolean;
|
|
@@ -1071,8 +1121,8 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1071
1121
|
afterAttach(): void;
|
|
1072
1122
|
removeAssembly(asm: import("@jbrowse/core/assemblyManager/assembly").Assembly): void;
|
|
1073
1123
|
addAssembly(configuration: any): void;
|
|
1074
|
-
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>>;
|
|
1075
|
-
} & 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 & {
|
|
1076
1126
|
rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
|
|
1077
1127
|
adminMode: boolean;
|
|
1078
1128
|
error: unknown;
|
|
@@ -1080,17 +1130,17 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1080
1130
|
pluginManager: PluginManager;
|
|
1081
1131
|
} & {
|
|
1082
1132
|
setError(error: unknown): void;
|
|
1083
|
-
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;
|
|
1084
1134
|
setDefaultSession(): void;
|
|
1085
1135
|
setSessionPath(path: string): void;
|
|
1086
1136
|
renameCurrentSession(newName: string): void;
|
|
1087
|
-
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
1088
|
-
jbrowse: import("mobx-state-tree").IAnyType;
|
|
1089
|
-
session: import("mobx-state-tree").IMaybe<import("mobx-state-tree").IAnyType>;
|
|
1090
|
-
sessionPath: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
1091
|
-
assemblyManager: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
1092
|
-
assemblies: import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
1093
|
-
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>>;
|
|
1094
1144
|
}, {
|
|
1095
1145
|
error: unknown;
|
|
1096
1146
|
loadingP: Promise<void> | undefined;
|
|
@@ -1098,6 +1148,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1098
1148
|
refNameAliases: {
|
|
1099
1149
|
[x: string]: string;
|
|
1100
1150
|
} | undefined;
|
|
1151
|
+
canonicalToSeqAdapterRefNames: Record<string, string> | undefined;
|
|
1101
1152
|
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
1102
1153
|
} & {
|
|
1103
1154
|
getConf(arg: string): any;
|
|
@@ -1121,8 +1172,10 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1121
1172
|
readonly refNames: string[] | undefined;
|
|
1122
1173
|
} & {
|
|
1123
1174
|
getCanonicalRefName(refName: string): string | undefined;
|
|
1175
|
+
getCanonicalRefName2(refName: string): string;
|
|
1124
1176
|
getRefNameColor(refName: string): string | undefined;
|
|
1125
1177
|
isValidRefName(refName: string): boolean;
|
|
1178
|
+
getSeqAdapterRefName(canonicalRefName: string): string;
|
|
1126
1179
|
} & {
|
|
1127
1180
|
setLoaded({ regions, refNameAliases, cytobands, }: {
|
|
1128
1181
|
regions: import("@jbrowse/core/util").Region[];
|
|
@@ -1137,6 +1190,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1137
1190
|
[x: string]: string;
|
|
1138
1191
|
}): void;
|
|
1139
1192
|
setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
|
|
1193
|
+
setCanonicalToSeqAdapterRefNames(map: Record<string, string>): void;
|
|
1140
1194
|
setLoadingP(p?: Promise<void>): void;
|
|
1141
1195
|
load(): Promise<void>;
|
|
1142
1196
|
loadPre(): Promise<void>;
|
|
@@ -1155,17 +1209,18 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1155
1209
|
[x: string]: string;
|
|
1156
1210
|
}>;
|
|
1157
1211
|
afterCreate(): void;
|
|
1158
|
-
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
1212
|
+
}, import("@jbrowse/mobx-state-tree")._NotCustomized, import("@jbrowse/mobx-state-tree")._NotCustomized>>;
|
|
1159
1213
|
}, {
|
|
1160
1214
|
readonly assemblyNameMap: Record<string, {
|
|
1161
1215
|
configuration: any;
|
|
1162
|
-
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
1216
|
+
} & import("@jbrowse/mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
1163
1217
|
error: unknown;
|
|
1164
1218
|
loadingP: Promise<void> | undefined;
|
|
1165
1219
|
volatileRegions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
|
|
1166
1220
|
refNameAliases: {
|
|
1167
1221
|
[x: string]: string;
|
|
1168
1222
|
} | undefined;
|
|
1223
|
+
canonicalToSeqAdapterRefNames: Record<string, string> | undefined;
|
|
1169
1224
|
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
1170
1225
|
} & {
|
|
1171
1226
|
getConf(arg: string): any;
|
|
@@ -1189,8 +1244,10 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1189
1244
|
readonly refNames: string[] | undefined;
|
|
1190
1245
|
} & {
|
|
1191
1246
|
getCanonicalRefName(refName: string): string | undefined;
|
|
1247
|
+
getCanonicalRefName2(refName: string): string;
|
|
1192
1248
|
getRefNameColor(refName: string): string | undefined;
|
|
1193
1249
|
isValidRefName(refName: string): boolean;
|
|
1250
|
+
getSeqAdapterRefName(canonicalRefName: string): string;
|
|
1194
1251
|
} & {
|
|
1195
1252
|
setLoaded({ regions, refNameAliases, cytobands, }: {
|
|
1196
1253
|
regions: import("@jbrowse/core/util").Region[];
|
|
@@ -1205,6 +1262,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1205
1262
|
[x: string]: string;
|
|
1206
1263
|
}): void;
|
|
1207
1264
|
setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
|
|
1265
|
+
setCanonicalToSeqAdapterRefNames(map: Record<string, string>): void;
|
|
1208
1266
|
setLoadingP(p?: Promise<void>): void;
|
|
1209
1267
|
load(): Promise<void>;
|
|
1210
1268
|
loadPre(): Promise<void>;
|
|
@@ -1223,8 +1281,8 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1223
1281
|
[x: string]: string;
|
|
1224
1282
|
}>;
|
|
1225
1283
|
afterCreate(): void;
|
|
1226
|
-
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
1227
|
-
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>>;
|
|
1228
1286
|
}, {
|
|
1229
1287
|
error: unknown;
|
|
1230
1288
|
loadingP: Promise<void> | undefined;
|
|
@@ -1232,6 +1290,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1232
1290
|
refNameAliases: {
|
|
1233
1291
|
[x: string]: string;
|
|
1234
1292
|
} | undefined;
|
|
1293
|
+
canonicalToSeqAdapterRefNames: Record<string, string> | undefined;
|
|
1235
1294
|
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
1236
1295
|
} & {
|
|
1237
1296
|
getConf(arg: string): any;
|
|
@@ -1255,8 +1314,10 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1255
1314
|
readonly refNames: string[] | undefined;
|
|
1256
1315
|
} & {
|
|
1257
1316
|
getCanonicalRefName(refName: string): string | undefined;
|
|
1317
|
+
getCanonicalRefName2(refName: string): string;
|
|
1258
1318
|
getRefNameColor(refName: string): string | undefined;
|
|
1259
1319
|
isValidRefName(refName: string): boolean;
|
|
1320
|
+
getSeqAdapterRefName(canonicalRefName: string): string;
|
|
1260
1321
|
} & {
|
|
1261
1322
|
setLoaded({ regions, refNameAliases, cytobands, }: {
|
|
1262
1323
|
regions: import("@jbrowse/core/util").Region[];
|
|
@@ -1271,6 +1332,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1271
1332
|
[x: string]: string;
|
|
1272
1333
|
}): void;
|
|
1273
1334
|
setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
|
|
1335
|
+
setCanonicalToSeqAdapterRefNames(map: Record<string, string>): void;
|
|
1274
1336
|
setLoadingP(p?: Promise<void>): void;
|
|
1275
1337
|
load(): Promise<void>;
|
|
1276
1338
|
loadPre(): Promise<void>;
|
|
@@ -1289,18 +1351,20 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1289
1351
|
[x: string]: string;
|
|
1290
1352
|
}>;
|
|
1291
1353
|
afterCreate(): void;
|
|
1292
|
-
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>>;
|
|
1354
|
+
}, import("@jbrowse/mobx-state-tree")._NotCustomized, import("@jbrowse/mobx-state-tree")._NotCustomized>>>;
|
|
1293
1355
|
} & {
|
|
1294
1356
|
getCanonicalAssemblyName(asmName: string): string | undefined;
|
|
1357
|
+
getCanonicalAssemblyName2(asmName: string): string;
|
|
1295
1358
|
get(asmName: string): ({
|
|
1296
1359
|
configuration: any;
|
|
1297
|
-
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
1360
|
+
} & import("@jbrowse/mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
1298
1361
|
error: unknown;
|
|
1299
1362
|
loadingP: Promise<void> | undefined;
|
|
1300
1363
|
volatileRegions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
|
|
1301
1364
|
refNameAliases: {
|
|
1302
1365
|
[x: string]: string;
|
|
1303
1366
|
} | undefined;
|
|
1367
|
+
canonicalToSeqAdapterRefNames: Record<string, string> | undefined;
|
|
1304
1368
|
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
1305
1369
|
} & {
|
|
1306
1370
|
getConf(arg: string): any;
|
|
@@ -1324,8 +1388,10 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1324
1388
|
readonly refNames: string[] | undefined;
|
|
1325
1389
|
} & {
|
|
1326
1390
|
getCanonicalRefName(refName: string): string | undefined;
|
|
1391
|
+
getCanonicalRefName2(refName: string): string;
|
|
1327
1392
|
getRefNameColor(refName: string): string | undefined;
|
|
1328
1393
|
isValidRefName(refName: string): boolean;
|
|
1394
|
+
getSeqAdapterRefName(canonicalRefName: string): string;
|
|
1329
1395
|
} & {
|
|
1330
1396
|
setLoaded({ regions, refNameAliases, cytobands, }: {
|
|
1331
1397
|
regions: import("@jbrowse/core/util").Region[];
|
|
@@ -1340,6 +1406,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1340
1406
|
[x: string]: string;
|
|
1341
1407
|
}): void;
|
|
1342
1408
|
setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
|
|
1409
|
+
setCanonicalToSeqAdapterRefNames(map: Record<string, string>): void;
|
|
1343
1410
|
setLoadingP(p?: Promise<void>): void;
|
|
1344
1411
|
load(): Promise<void>;
|
|
1345
1412
|
loadPre(): Promise<void>;
|
|
@@ -1358,8 +1425,8 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1358
1425
|
[x: string]: string;
|
|
1359
1426
|
}>;
|
|
1360
1427
|
afterCreate(): void;
|
|
1361
|
-
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
1362
|
-
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>>;
|
|
1363
1430
|
}, {
|
|
1364
1431
|
error: unknown;
|
|
1365
1432
|
loadingP: Promise<void> | undefined;
|
|
@@ -1367,6 +1434,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1367
1434
|
refNameAliases: {
|
|
1368
1435
|
[x: string]: string;
|
|
1369
1436
|
} | undefined;
|
|
1437
|
+
canonicalToSeqAdapterRefNames: Record<string, string> | undefined;
|
|
1370
1438
|
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
1371
1439
|
} & {
|
|
1372
1440
|
getConf(arg: string): any;
|
|
@@ -1390,8 +1458,10 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1390
1458
|
readonly refNames: string[] | undefined;
|
|
1391
1459
|
} & {
|
|
1392
1460
|
getCanonicalRefName(refName: string): string | undefined;
|
|
1461
|
+
getCanonicalRefName2(refName: string): string;
|
|
1393
1462
|
getRefNameColor(refName: string): string | undefined;
|
|
1394
1463
|
isValidRefName(refName: string): boolean;
|
|
1464
|
+
getSeqAdapterRefName(canonicalRefName: string): string;
|
|
1395
1465
|
} & {
|
|
1396
1466
|
setLoaded({ regions, refNameAliases, cytobands, }: {
|
|
1397
1467
|
regions: import("@jbrowse/core/util").Region[];
|
|
@@ -1406,6 +1476,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1406
1476
|
[x: string]: string;
|
|
1407
1477
|
}): void;
|
|
1408
1478
|
setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
|
|
1479
|
+
setCanonicalToSeqAdapterRefNames(map: Record<string, string>): void;
|
|
1409
1480
|
setLoadingP(p?: Promise<void>): void;
|
|
1410
1481
|
load(): Promise<void>;
|
|
1411
1482
|
loadPre(): Promise<void>;
|
|
@@ -1424,20 +1495,21 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1424
1495
|
[x: string]: string;
|
|
1425
1496
|
}>;
|
|
1426
1497
|
afterCreate(): void;
|
|
1427
|
-
}, 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;
|
|
1428
1499
|
readonly assemblyNamesList: any[];
|
|
1429
1500
|
readonly assemblyList: AnyConfigurationModel[];
|
|
1430
1501
|
readonly rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
|
|
1431
1502
|
} & {
|
|
1432
1503
|
waitForAssembly(assemblyName: string): Promise<({
|
|
1433
1504
|
configuration: any;
|
|
1434
|
-
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
1505
|
+
} & import("@jbrowse/mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
1435
1506
|
error: unknown;
|
|
1436
1507
|
loadingP: Promise<void> | undefined;
|
|
1437
1508
|
volatileRegions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
|
|
1438
1509
|
refNameAliases: {
|
|
1439
1510
|
[x: string]: string;
|
|
1440
1511
|
} | undefined;
|
|
1512
|
+
canonicalToSeqAdapterRefNames: Record<string, string> | undefined;
|
|
1441
1513
|
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
1442
1514
|
} & {
|
|
1443
1515
|
getConf(arg: string): any;
|
|
@@ -1461,8 +1533,10 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1461
1533
|
readonly refNames: string[] | undefined;
|
|
1462
1534
|
} & {
|
|
1463
1535
|
getCanonicalRefName(refName: string): string | undefined;
|
|
1536
|
+
getCanonicalRefName2(refName: string): string;
|
|
1464
1537
|
getRefNameColor(refName: string): string | undefined;
|
|
1465
1538
|
isValidRefName(refName: string): boolean;
|
|
1539
|
+
getSeqAdapterRefName(canonicalRefName: string): string;
|
|
1466
1540
|
} & {
|
|
1467
1541
|
setLoaded({ regions, refNameAliases, cytobands, }: {
|
|
1468
1542
|
regions: import("@jbrowse/core/util").Region[];
|
|
@@ -1477,6 +1551,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1477
1551
|
[x: string]: string;
|
|
1478
1552
|
}): void;
|
|
1479
1553
|
setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
|
|
1554
|
+
setCanonicalToSeqAdapterRefNames(map: Record<string, string>): void;
|
|
1480
1555
|
setLoadingP(p?: Promise<void>): void;
|
|
1481
1556
|
load(): Promise<void>;
|
|
1482
1557
|
loadPre(): Promise<void>;
|
|
@@ -1495,8 +1570,8 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1495
1570
|
[x: string]: string;
|
|
1496
1571
|
}>;
|
|
1497
1572
|
afterCreate(): void;
|
|
1498
|
-
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
1499
|
-
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>>;
|
|
1500
1575
|
}, {
|
|
1501
1576
|
error: unknown;
|
|
1502
1577
|
loadingP: Promise<void> | undefined;
|
|
@@ -1504,6 +1579,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1504
1579
|
refNameAliases: {
|
|
1505
1580
|
[x: string]: string;
|
|
1506
1581
|
} | undefined;
|
|
1582
|
+
canonicalToSeqAdapterRefNames: Record<string, string> | undefined;
|
|
1507
1583
|
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
1508
1584
|
} & {
|
|
1509
1585
|
getConf(arg: string): any;
|
|
@@ -1527,8 +1603,10 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1527
1603
|
readonly refNames: string[] | undefined;
|
|
1528
1604
|
} & {
|
|
1529
1605
|
getCanonicalRefName(refName: string): string | undefined;
|
|
1606
|
+
getCanonicalRefName2(refName: string): string;
|
|
1530
1607
|
getRefNameColor(refName: string): string | undefined;
|
|
1531
1608
|
isValidRefName(refName: string): boolean;
|
|
1609
|
+
getSeqAdapterRefName(canonicalRefName: string): string;
|
|
1532
1610
|
} & {
|
|
1533
1611
|
setLoaded({ regions, refNameAliases, cytobands, }: {
|
|
1534
1612
|
regions: import("@jbrowse/core/util").Region[];
|
|
@@ -1543,6 +1621,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1543
1621
|
[x: string]: string;
|
|
1544
1622
|
}): void;
|
|
1545
1623
|
setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
|
|
1624
|
+
setCanonicalToSeqAdapterRefNames(map: Record<string, string>): void;
|
|
1546
1625
|
setLoadingP(p?: Promise<void>): void;
|
|
1547
1626
|
load(): Promise<void>;
|
|
1548
1627
|
loadPre(): Promise<void>;
|
|
@@ -1561,21 +1640,15 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1561
1640
|
[x: string]: string;
|
|
1562
1641
|
}>;
|
|
1563
1642
|
afterCreate(): void;
|
|
1564
|
-
}, 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>;
|
|
1565
1644
|
getRefNameMapForAdapter(adapterConf: {
|
|
1566
1645
|
[x: string]: unknown;
|
|
1567
|
-
}, assemblyName: string | undefined, opts: {
|
|
1568
|
-
stopToken?: string;
|
|
1569
|
-
sessionId: string;
|
|
1570
|
-
}): Promise<{
|
|
1646
|
+
}, assemblyName: string | undefined, opts: import("node_modules/@jbrowse/core/src/assemblyManager/assemblyManager.ts").AssemblyBaseOpts): Promise<{
|
|
1571
1647
|
[x: string]: string;
|
|
1572
1648
|
} | undefined>;
|
|
1573
1649
|
getReverseRefNameMapForAdapter(adapterConf: {
|
|
1574
1650
|
[x: string]: unknown;
|
|
1575
|
-
}, assemblyName: string | undefined, opts: {
|
|
1576
|
-
stopToken?: string;
|
|
1577
|
-
sessionId: string;
|
|
1578
|
-
}): Promise<{
|
|
1651
|
+
}, assemblyName: string | undefined, opts: import("node_modules/@jbrowse/core/src/assemblyManager/assemblyManager.ts").AssemblyBaseOpts): Promise<{
|
|
1579
1652
|
[x: string]: string;
|
|
1580
1653
|
} | undefined>;
|
|
1581
1654
|
isValidRefName(refName: string, assemblyName: string): boolean;
|
|
@@ -1583,7 +1656,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1583
1656
|
afterAttach(): void;
|
|
1584
1657
|
removeAssembly(asm: import("@jbrowse/core/assemblyManager/assembly").Assembly): void;
|
|
1585
1658
|
addAssembly(configuration: any): void;
|
|
1586
|
-
}, 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]>;
|
|
1587
1660
|
}, {
|
|
1588
1661
|
rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
|
|
1589
1662
|
adminMode: boolean;
|
|
@@ -1592,25 +1665,21 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1592
1665
|
pluginManager: PluginManager;
|
|
1593
1666
|
} & {
|
|
1594
1667
|
setError(error: unknown): void;
|
|
1595
|
-
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;
|
|
1596
1669
|
setDefaultSession(): void;
|
|
1597
1670
|
setSessionPath(path: string): void;
|
|
1598
1671
|
renameCurrentSession(newName: string): void;
|
|
1599
|
-
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
1672
|
+
}, import("@jbrowse/mobx-state-tree")._NotCustomized, import("@jbrowse/mobx-state-tree")._NotCustomized>>;
|
|
1600
1673
|
} & {
|
|
1601
1674
|
readonly jbrowse: any;
|
|
1602
1675
|
readonly rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
|
|
1603
1676
|
readonly configuration: {
|
|
1604
1677
|
[x: string]: any;
|
|
1605
|
-
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
1678
|
+
} & import("@jbrowse/mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
1606
1679
|
setSubschema(slotName: string, data: Record<string, unknown>): Record<string, unknown> | ({
|
|
1607
1680
|
[x: string]: any;
|
|
1608
|
-
} & import("mobx-state-tree/dist/internal").NonEmptyObject &
|
|
1609
|
-
|
|
1610
|
-
[x: string]: any;
|
|
1611
|
-
} & import("mobx-state-tree/dist/internal").NonEmptyObject & any & import("mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration").AnyConfigurationSchemaType>);
|
|
1612
|
-
} & import("mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration").AnyConfigurationSchemaType>);
|
|
1613
|
-
} & 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>;
|
|
1614
1683
|
readonly adminMode: boolean;
|
|
1615
1684
|
readonly textSearchManager: import("@jbrowse/core/util").TextSearchManager;
|
|
1616
1685
|
} & {
|
|
@@ -1620,11 +1689,17 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1620
1689
|
clearSelection(): void;
|
|
1621
1690
|
setHovered(thing: unknown): void;
|
|
1622
1691
|
} & {
|
|
1623
|
-
getReferring(object: IAnyStateTreeNode): import("./ReferenceManagement").ReferringNode[];
|
|
1692
|
+
getReferring(object: IAnyStateTreeNode): import("./ReferenceManagement.ts").ReferringNode[];
|
|
1624
1693
|
} & {
|
|
1625
|
-
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;
|
|
1626
1695
|
} & {
|
|
1627
1696
|
readonly tracks: AnyConfigurationModel[];
|
|
1697
|
+
readonly assemblies: {
|
|
1698
|
+
sequence: {
|
|
1699
|
+
trackId: string;
|
|
1700
|
+
};
|
|
1701
|
+
}[];
|
|
1702
|
+
readonly tracksById: Record<string, AnyConfigurationModel>;
|
|
1628
1703
|
} & {
|
|
1629
1704
|
addTrackConf(trackConf: AnyConfiguration): any;
|
|
1630
1705
|
deleteTrackConf(trackConf: AnyConfigurationModel): any;
|
|
@@ -1633,7 +1708,13 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1633
1708
|
} & {
|
|
1634
1709
|
addTrackConf(trackConf: AnyConfiguration): any;
|
|
1635
1710
|
deleteTrackConf(trackConf: AnyConfigurationModel): any;
|
|
1636
|
-
}, 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
|
+
}>>;
|
|
1637
1718
|
export type SessionWithSessionTracksType = ReturnType<typeof SessionTracksManagerSessionMixin>;
|
|
1638
1719
|
export type SessionWithSessionTracks = Instance<SessionWithSessionTracksType>;
|
|
1639
1720
|
export declare function isSessionWithSessionTracks(thing: IAnyStateTreeNode): thing is SessionWithSessionTracks;
|