@jbrowse/product-core 2.17.0 → 3.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.
Files changed (77) hide show
  1. package/dist/RootModel/BaseRootModel.d.ts +6 -43
  2. package/dist/RootModel/BaseRootModel.js +5 -41
  3. package/dist/RootModel/FormatAbout.d.ts +0 -10
  4. package/dist/RootModel/FormatAbout.js +0 -10
  5. package/dist/RootModel/FormatDetails.d.ts +0 -17
  6. package/dist/RootModel/FormatDetails.js +0 -17
  7. package/dist/RootModel/HierarchicalConfig.d.ts +0 -19
  8. package/dist/RootModel/HierarchicalConfig.js +0 -19
  9. package/dist/RootModel/InternetAccounts.d.ts +4 -20
  10. package/dist/RootModel/InternetAccounts.js +0 -20
  11. package/dist/Session/BaseSession.d.ts +5 -96
  12. package/dist/Session/BaseSession.js +1 -63
  13. package/dist/Session/Connections.d.ts +5 -56
  14. package/dist/Session/Connections.js +0 -30
  15. package/dist/Session/DialogQueue.d.ts +3 -22
  16. package/dist/Session/DialogQueue.js +0 -17
  17. package/dist/Session/DrawerWidgets.d.ts +3 -63
  18. package/dist/Session/DrawerWidgets.js +2 -61
  19. package/dist/Session/MultipleViews.d.ts +8 -1760
  20. package/dist/Session/MultipleViews.js +2 -40
  21. package/dist/Session/ReferenceManagement.d.ts +2 -21
  22. package/dist/Session/ReferenceManagement.js +0 -23
  23. package/dist/Session/SessionTracks.d.ts +7 -1748
  24. package/dist/Session/SessionTracks.js +1 -21
  25. package/dist/Session/Themes.d.ts +3 -21
  26. package/dist/Session/Themes.js +1 -17
  27. package/dist/Session/Tracks.d.ts +6 -1737
  28. package/dist/Session/Tracks.js +0 -16
  29. package/dist/rpcWorker.d.ts +2 -2
  30. package/dist/rpcWorker.js +3 -17
  31. package/dist/ui/AboutDialog.d.ts +2 -3
  32. package/dist/ui/AboutDialog.js +2 -3
  33. package/dist/ui/AboutDialogContents.d.ts +2 -3
  34. package/dist/ui/AboutDialogContents.js +20 -53
  35. package/dist/ui/FileInfoPanel.d.ts +2 -3
  36. package/dist/ui/FileInfoPanel.js +5 -28
  37. package/dist/ui/RefNameInfoDialog.d.ts +2 -3
  38. package/dist/ui/RefNameInfoDialog.js +17 -44
  39. package/esm/RootModel/BaseRootModel.d.ts +6 -43
  40. package/esm/RootModel/BaseRootModel.js +6 -42
  41. package/esm/RootModel/FormatAbout.d.ts +0 -10
  42. package/esm/RootModel/FormatAbout.js +0 -10
  43. package/esm/RootModel/FormatDetails.d.ts +0 -17
  44. package/esm/RootModel/FormatDetails.js +0 -17
  45. package/esm/RootModel/HierarchicalConfig.d.ts +0 -19
  46. package/esm/RootModel/HierarchicalConfig.js +0 -19
  47. package/esm/RootModel/InternetAccounts.d.ts +4 -20
  48. package/esm/RootModel/InternetAccounts.js +0 -20
  49. package/esm/Session/BaseSession.d.ts +5 -96
  50. package/esm/Session/BaseSession.js +1 -63
  51. package/esm/Session/Connections.d.ts +5 -56
  52. package/esm/Session/Connections.js +1 -31
  53. package/esm/Session/DialogQueue.d.ts +3 -22
  54. package/esm/Session/DialogQueue.js +0 -17
  55. package/esm/Session/DrawerWidgets.d.ts +3 -63
  56. package/esm/Session/DrawerWidgets.js +2 -61
  57. package/esm/Session/MultipleViews.d.ts +8 -1760
  58. package/esm/Session/MultipleViews.js +2 -40
  59. package/esm/Session/ReferenceManagement.d.ts +2 -21
  60. package/esm/Session/ReferenceManagement.js +0 -23
  61. package/esm/Session/SessionTracks.d.ts +7 -1748
  62. package/esm/Session/SessionTracks.js +1 -21
  63. package/esm/Session/Themes.d.ts +3 -21
  64. package/esm/Session/Themes.js +1 -17
  65. package/esm/Session/Tracks.d.ts +6 -1737
  66. package/esm/Session/Tracks.js +0 -16
  67. package/esm/rpcWorker.d.ts +2 -2
  68. package/esm/rpcWorker.js +3 -17
  69. package/esm/ui/AboutDialog.d.ts +2 -3
  70. package/esm/ui/AboutDialog.js +3 -4
  71. package/esm/ui/AboutDialogContents.d.ts +2 -3
  72. package/esm/ui/AboutDialogContents.js +20 -30
  73. package/esm/ui/FileInfoPanel.d.ts +2 -3
  74. package/esm/ui/FileInfoPanel.js +5 -5
  75. package/esm/ui/RefNameInfoDialog.d.ts +2 -3
  76. package/esm/ui/RefNameInfoDialog.js +18 -22
  77. package/package.json +3 -3
@@ -1,12 +1,6 @@
1
- import { IAnyStateTreeNode, Instance } from 'mobx-state-tree';
2
- import PluginManager from '@jbrowse/core/PluginManager';
3
- import { AnyConfiguration, AnyConfigurationModel } from '@jbrowse/core/configuration';
4
- /**
5
- * #stateModel TracksManagerSessionMixin
6
- * composed of
7
- * - BaseSessionModel
8
- * - ReferenceManagementSessionMixin
9
- */
1
+ import type PluginManager from '@jbrowse/core/PluginManager';
2
+ import type { AnyConfiguration, AnyConfigurationModel } from '@jbrowse/core/configuration';
3
+ import type { IAnyStateTreeNode, Instance } from 'mobx-state-tree';
10
4
  export declare function TracksManagerSessionMixin(pluginManager: PluginManager): import("mobx-state-tree").IModelType<{
11
5
  id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
12
6
  name: import("mobx-state-tree").ISimpleType<string>;
@@ -15,1677 +9,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
15
9
  selection: unknown;
16
10
  hovered: unknown;
17
11
  } & {
18
- readonly root: {
19
- jbrowse: any;
20
- session: any;
21
- sessionPath: string;
22
- assemblyManager: {
23
- assemblies: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").IModelType<{
24
- configuration: import("mobx-state-tree").IMaybe<import("mobx-state-tree").IReferenceType<import("mobx-state-tree").IAnyType>>;
25
- }, {
26
- error: unknown;
27
- loadingP: Promise<void> | undefined;
28
- volatileRegions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
29
- refNameAliases: {
30
- [x: string]: string;
31
- } | undefined;
32
- lowerCaseRefNameAliases: {
33
- [x: string]: string;
34
- } | undefined;
35
- cytobands: import("@jbrowse/core/util").Feature[] | undefined;
36
- } & {
37
- getConf(arg: string): any;
38
- } & {
39
- readonly initialized: boolean;
40
- readonly name: string;
41
- readonly regions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
42
- readonly aliases: string[];
43
- readonly displayName: string | undefined;
44
- hasName(name: string): boolean;
45
- readonly allAliases: string[];
46
- readonly allRefNames: string[] | undefined;
47
- readonly lowerCaseRefNames: string[] | undefined;
48
- readonly allRefNamesWithLowerCase: string[] | undefined;
49
- readonly rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
50
- readonly refNameColors: string[];
51
- } & {
52
- readonly refNames: string[] | undefined;
53
- } & {
54
- getCanonicalRefName(refName: string): string | undefined;
55
- getRefNameColor(refName: string): string | undefined;
56
- isValidRefName(refName: string): boolean;
57
- } & {
58
- setLoaded({ regions, refNameAliases, lowerCaseRefNameAliases, cytobands, }: {
59
- regions: import("@jbrowse/core/util").Region[];
60
- refNameAliases: {
61
- [x: string]: string;
62
- };
63
- lowerCaseRefNameAliases: {
64
- [x: string]: string;
65
- };
66
- cytobands: import("@jbrowse/core/util").Feature[];
67
- }): void;
68
- setError(e: unknown): void;
69
- setRegions(regions: import("@jbrowse/core/util").Region[]): void;
70
- setRefNameAliases(aliases: {
71
- [x: string]: string;
72
- }, lowerCaseAliases: {
73
- [x: string]: string;
74
- }): void;
75
- setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
76
- setLoadingP(p?: Promise<void>): void;
77
- load(): Promise<void>;
78
- loadPre(): Promise<void>;
79
- } & {
80
- getAdapterMapEntry(adapterConf: {
81
- [x: string]: unknown;
82
- }, options: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<import("@jbrowse/core/assemblyManager/assembly").RefNameMap>;
83
- getRefNameMapForAdapter(adapterConf: {
84
- [x: string]: unknown;
85
- }, opts: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<{
86
- [x: string]: string;
87
- }>;
88
- getReverseRefNameMapForAdapter(adapterConf: {
89
- [x: string]: unknown;
90
- }, opts: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<{
91
- [x: string]: string;
92
- }>;
93
- }, 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<{
94
- configuration: import("mobx-state-tree").IMaybe<import("mobx-state-tree").IReferenceType<import("mobx-state-tree").IAnyType>>;
95
- }, {
96
- error: unknown;
97
- loadingP: Promise<void> | undefined;
98
- volatileRegions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
99
- refNameAliases: {
100
- [x: string]: string;
101
- } | undefined;
102
- lowerCaseRefNameAliases: {
103
- [x: string]: string;
104
- } | undefined;
105
- cytobands: import("@jbrowse/core/util").Feature[] | undefined;
106
- } & {
107
- getConf(arg: string): any;
108
- } & {
109
- readonly initialized: boolean;
110
- readonly name: string;
111
- readonly regions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
112
- readonly aliases: string[];
113
- readonly displayName: string | undefined;
114
- hasName(name: string): boolean;
115
- readonly allAliases: string[];
116
- readonly allRefNames: string[] | undefined;
117
- readonly lowerCaseRefNames: string[] | undefined;
118
- readonly allRefNamesWithLowerCase: string[] | undefined;
119
- readonly rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
120
- readonly refNameColors: string[];
121
- } & {
122
- readonly refNames: string[] | undefined;
123
- } & {
124
- getCanonicalRefName(refName: string): string | undefined;
125
- getRefNameColor(refName: string): string | undefined;
126
- isValidRefName(refName: string): boolean;
127
- } & {
128
- setLoaded({ regions, refNameAliases, lowerCaseRefNameAliases, cytobands, }: {
129
- regions: import("@jbrowse/core/util").Region[];
130
- refNameAliases: {
131
- [x: string]: string;
132
- };
133
- lowerCaseRefNameAliases: {
134
- [x: string]: string;
135
- };
136
- cytobands: import("@jbrowse/core/util").Feature[];
137
- }): void;
138
- setError(e: unknown): void;
139
- setRegions(regions: import("@jbrowse/core/util").Region[]): void;
140
- setRefNameAliases(aliases: {
141
- [x: string]: string;
142
- }, lowerCaseAliases: {
143
- [x: string]: string;
144
- }): void;
145
- setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
146
- setLoadingP(p?: Promise<void>): void;
147
- load(): Promise<void>;
148
- loadPre(): Promise<void>;
149
- } & {
150
- getAdapterMapEntry(adapterConf: {
151
- [x: string]: unknown;
152
- }, options: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<import("@jbrowse/core/assemblyManager/assembly").RefNameMap>;
153
- getRefNameMapForAdapter(adapterConf: {
154
- [x: string]: unknown;
155
- }, opts: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<{
156
- [x: string]: string;
157
- }>;
158
- getReverseRefNameMapForAdapter(adapterConf: {
159
- [x: string]: unknown;
160
- }, opts: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<{
161
- [x: string]: string;
162
- }>;
163
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>>;
164
- } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
165
- readonly assemblyNameMap: Record<string, {
166
- configuration: any;
167
- } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
168
- error: unknown;
169
- loadingP: Promise<void> | undefined;
170
- volatileRegions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
171
- refNameAliases: {
172
- [x: string]: string;
173
- } | undefined;
174
- lowerCaseRefNameAliases: {
175
- [x: string]: string;
176
- } | undefined;
177
- cytobands: import("@jbrowse/core/util").Feature[] | undefined;
178
- } & {
179
- getConf(arg: string): any;
180
- } & {
181
- readonly initialized: boolean;
182
- readonly name: string;
183
- readonly regions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
184
- readonly aliases: string[];
185
- readonly displayName: string | undefined;
186
- hasName(name: string): boolean;
187
- readonly allAliases: string[];
188
- readonly allRefNames: string[] | undefined;
189
- readonly lowerCaseRefNames: string[] | undefined;
190
- readonly allRefNamesWithLowerCase: string[] | undefined;
191
- readonly rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
192
- readonly refNameColors: string[];
193
- } & {
194
- readonly refNames: string[] | undefined;
195
- } & {
196
- getCanonicalRefName(refName: string): string | undefined;
197
- getRefNameColor(refName: string): string | undefined;
198
- isValidRefName(refName: string): boolean;
199
- } & {
200
- setLoaded({ regions, refNameAliases, lowerCaseRefNameAliases, cytobands, }: {
201
- regions: import("@jbrowse/core/util").Region[];
202
- refNameAliases: {
203
- [x: string]: string;
204
- };
205
- lowerCaseRefNameAliases: {
206
- [x: string]: string;
207
- };
208
- cytobands: import("@jbrowse/core/util").Feature[];
209
- }): void;
210
- setError(e: unknown): void;
211
- setRegions(regions: import("@jbrowse/core/util").Region[]): void;
212
- setRefNameAliases(aliases: {
213
- [x: string]: string;
214
- }, lowerCaseAliases: {
215
- [x: string]: string;
216
- }): void;
217
- setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
218
- setLoadingP(p?: Promise<void>): void;
219
- load(): Promise<void>;
220
- loadPre(): Promise<void>;
221
- } & {
222
- getAdapterMapEntry(adapterConf: {
223
- [x: string]: unknown;
224
- }, options: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<import("@jbrowse/core/assemblyManager/assembly").RefNameMap>;
225
- getRefNameMapForAdapter(adapterConf: {
226
- [x: string]: unknown;
227
- }, opts: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<{
228
- [x: string]: string;
229
- }>;
230
- getReverseRefNameMapForAdapter(adapterConf: {
231
- [x: string]: unknown;
232
- }, opts: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<{
233
- [x: string]: string;
234
- }>;
235
- } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
236
- configuration: import("mobx-state-tree").IMaybe<import("mobx-state-tree").IReferenceType<import("mobx-state-tree").IAnyType>>;
237
- }, {
238
- error: unknown;
239
- loadingP: Promise<void> | undefined;
240
- volatileRegions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
241
- refNameAliases: {
242
- [x: string]: string;
243
- } | undefined;
244
- lowerCaseRefNameAliases: {
245
- [x: string]: string;
246
- } | undefined;
247
- cytobands: import("@jbrowse/core/util").Feature[] | undefined;
248
- } & {
249
- getConf(arg: string): any;
250
- } & {
251
- readonly initialized: boolean;
252
- readonly name: string;
253
- readonly regions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
254
- readonly aliases: string[];
255
- readonly displayName: string | undefined;
256
- hasName(name: string): boolean;
257
- readonly allAliases: string[];
258
- readonly allRefNames: string[] | undefined;
259
- readonly lowerCaseRefNames: string[] | undefined;
260
- readonly allRefNamesWithLowerCase: string[] | undefined;
261
- readonly rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
262
- readonly refNameColors: string[];
263
- } & {
264
- readonly refNames: string[] | undefined;
265
- } & {
266
- getCanonicalRefName(refName: string): string | undefined;
267
- getRefNameColor(refName: string): string | undefined;
268
- isValidRefName(refName: string): boolean;
269
- } & {
270
- setLoaded({ regions, refNameAliases, lowerCaseRefNameAliases, cytobands, }: {
271
- regions: import("@jbrowse/core/util").Region[];
272
- refNameAliases: {
273
- [x: string]: string;
274
- };
275
- lowerCaseRefNameAliases: {
276
- [x: string]: string;
277
- };
278
- cytobands: import("@jbrowse/core/util").Feature[];
279
- }): void;
280
- setError(e: unknown): void;
281
- setRegions(regions: import("@jbrowse/core/util").Region[]): void;
282
- setRefNameAliases(aliases: {
283
- [x: string]: string;
284
- }, lowerCaseAliases: {
285
- [x: string]: string;
286
- }): void;
287
- setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
288
- setLoadingP(p?: Promise<void>): void;
289
- load(): Promise<void>;
290
- loadPre(): Promise<void>;
291
- } & {
292
- getAdapterMapEntry(adapterConf: {
293
- [x: string]: unknown;
294
- }, options: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<import("@jbrowse/core/assemblyManager/assembly").RefNameMap>;
295
- getRefNameMapForAdapter(adapterConf: {
296
- [x: string]: unknown;
297
- }, opts: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<{
298
- [x: string]: string;
299
- }>;
300
- getReverseRefNameMapForAdapter(adapterConf: {
301
- [x: string]: unknown;
302
- }, opts: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<{
303
- [x: string]: string;
304
- }>;
305
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>>;
306
- } & {
307
- get(asmName: string): ({
308
- configuration: any;
309
- } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
310
- error: unknown;
311
- loadingP: Promise<void> | undefined;
312
- volatileRegions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
313
- refNameAliases: {
314
- [x: string]: string;
315
- } | undefined;
316
- lowerCaseRefNameAliases: {
317
- [x: string]: string;
318
- } | undefined;
319
- cytobands: import("@jbrowse/core/util").Feature[] | undefined;
320
- } & {
321
- getConf(arg: string): any;
322
- } & {
323
- readonly initialized: boolean;
324
- readonly name: string;
325
- readonly regions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
326
- readonly aliases: string[];
327
- readonly displayName: string | undefined;
328
- hasName(name: string): boolean;
329
- readonly allAliases: string[];
330
- readonly allRefNames: string[] | undefined;
331
- readonly lowerCaseRefNames: string[] | undefined;
332
- readonly allRefNamesWithLowerCase: string[] | undefined;
333
- readonly rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
334
- readonly refNameColors: string[];
335
- } & {
336
- readonly refNames: string[] | undefined;
337
- } & {
338
- getCanonicalRefName(refName: string): string | undefined;
339
- getRefNameColor(refName: string): string | undefined;
340
- isValidRefName(refName: string): boolean;
341
- } & {
342
- setLoaded({ regions, refNameAliases, lowerCaseRefNameAliases, cytobands, }: {
343
- regions: import("@jbrowse/core/util").Region[];
344
- refNameAliases: {
345
- [x: string]: string;
346
- };
347
- lowerCaseRefNameAliases: {
348
- [x: string]: string;
349
- };
350
- cytobands: import("@jbrowse/core/util").Feature[];
351
- }): void;
352
- setError(e: unknown): void;
353
- setRegions(regions: import("@jbrowse/core/util").Region[]): void;
354
- setRefNameAliases(aliases: {
355
- [x: string]: string;
356
- }, lowerCaseAliases: {
357
- [x: string]: string;
358
- }): void;
359
- setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
360
- setLoadingP(p?: Promise<void>): void;
361
- load(): Promise<void>;
362
- loadPre(): Promise<void>;
363
- } & {
364
- getAdapterMapEntry(adapterConf: {
365
- [x: string]: unknown;
366
- }, options: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<import("@jbrowse/core/assemblyManager/assembly").RefNameMap>;
367
- getRefNameMapForAdapter(adapterConf: {
368
- [x: string]: unknown;
369
- }, opts: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<{
370
- [x: string]: string;
371
- }>;
372
- getReverseRefNameMapForAdapter(adapterConf: {
373
- [x: string]: unknown;
374
- }, opts: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<{
375
- [x: string]: string;
376
- }>;
377
- } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
378
- configuration: import("mobx-state-tree").IMaybe<import("mobx-state-tree").IReferenceType<import("mobx-state-tree").IAnyType>>;
379
- }, {
380
- error: unknown;
381
- loadingP: Promise<void> | undefined;
382
- volatileRegions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
383
- refNameAliases: {
384
- [x: string]: string;
385
- } | undefined;
386
- lowerCaseRefNameAliases: {
387
- [x: string]: string;
388
- } | undefined;
389
- cytobands: import("@jbrowse/core/util").Feature[] | undefined;
390
- } & {
391
- getConf(arg: string): any;
392
- } & {
393
- readonly initialized: boolean;
394
- readonly name: string;
395
- readonly regions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
396
- readonly aliases: string[];
397
- readonly displayName: string | undefined;
398
- hasName(name: string): boolean;
399
- readonly allAliases: string[];
400
- readonly allRefNames: string[] | undefined;
401
- readonly lowerCaseRefNames: string[] | undefined;
402
- readonly allRefNamesWithLowerCase: string[] | undefined;
403
- readonly rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
404
- readonly refNameColors: string[];
405
- } & {
406
- readonly refNames: string[] | undefined;
407
- } & {
408
- getCanonicalRefName(refName: string): string | undefined;
409
- getRefNameColor(refName: string): string | undefined;
410
- isValidRefName(refName: string): boolean;
411
- } & {
412
- setLoaded({ regions, refNameAliases, lowerCaseRefNameAliases, cytobands, }: {
413
- regions: import("@jbrowse/core/util").Region[];
414
- refNameAliases: {
415
- [x: string]: string;
416
- };
417
- lowerCaseRefNameAliases: {
418
- [x: string]: string;
419
- };
420
- cytobands: import("@jbrowse/core/util").Feature[];
421
- }): void;
422
- setError(e: unknown): void;
423
- setRegions(regions: import("@jbrowse/core/util").Region[]): void;
424
- setRefNameAliases(aliases: {
425
- [x: string]: string;
426
- }, lowerCaseAliases: {
427
- [x: string]: string;
428
- }): void;
429
- setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
430
- setLoadingP(p?: Promise<void>): void;
431
- load(): Promise<void>;
432
- loadPre(): Promise<void>;
433
- } & {
434
- getAdapterMapEntry(adapterConf: {
435
- [x: string]: unknown;
436
- }, options: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<import("@jbrowse/core/assemblyManager/assembly").RefNameMap>;
437
- getRefNameMapForAdapter(adapterConf: {
438
- [x: string]: unknown;
439
- }, opts: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<{
440
- [x: string]: string;
441
- }>;
442
- getReverseRefNameMapForAdapter(adapterConf: {
443
- [x: string]: unknown;
444
- }, opts: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<{
445
- [x: string]: string;
446
- }>;
447
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>) | undefined;
448
- readonly assemblyNamesList: any[];
449
- readonly assemblyList: AnyConfigurationModel[];
450
- readonly rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
451
- } & {
452
- waitForAssembly(assemblyName: string): Promise<({
453
- configuration: any;
454
- } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
455
- error: unknown;
456
- loadingP: Promise<void> | undefined;
457
- volatileRegions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
458
- refNameAliases: {
459
- [x: string]: string;
460
- } | undefined;
461
- lowerCaseRefNameAliases: {
462
- [x: string]: string;
463
- } | undefined;
464
- cytobands: import("@jbrowse/core/util").Feature[] | undefined;
465
- } & {
466
- getConf(arg: string): any;
467
- } & {
468
- readonly initialized: boolean;
469
- readonly name: string;
470
- readonly regions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
471
- readonly aliases: string[];
472
- readonly displayName: string | undefined;
473
- hasName(name: string): boolean;
474
- readonly allAliases: string[];
475
- readonly allRefNames: string[] | undefined;
476
- readonly lowerCaseRefNames: string[] | undefined;
477
- readonly allRefNamesWithLowerCase: string[] | undefined;
478
- readonly rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
479
- readonly refNameColors: string[];
480
- } & {
481
- readonly refNames: string[] | undefined;
482
- } & {
483
- getCanonicalRefName(refName: string): string | undefined;
484
- getRefNameColor(refName: string): string | undefined;
485
- isValidRefName(refName: string): boolean;
486
- } & {
487
- setLoaded({ regions, refNameAliases, lowerCaseRefNameAliases, cytobands, }: {
488
- regions: import("@jbrowse/core/util").Region[];
489
- refNameAliases: {
490
- [x: string]: string;
491
- };
492
- lowerCaseRefNameAliases: {
493
- [x: string]: string;
494
- };
495
- cytobands: import("@jbrowse/core/util").Feature[];
496
- }): void;
497
- setError(e: unknown): void;
498
- setRegions(regions: import("@jbrowse/core/util").Region[]): void;
499
- setRefNameAliases(aliases: {
500
- [x: string]: string;
501
- }, lowerCaseAliases: {
502
- [x: string]: string;
503
- }): void;
504
- setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
505
- setLoadingP(p?: Promise<void>): void;
506
- load(): Promise<void>;
507
- loadPre(): Promise<void>;
508
- } & {
509
- getAdapterMapEntry(adapterConf: {
510
- [x: string]: unknown;
511
- }, options: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<import("@jbrowse/core/assemblyManager/assembly").RefNameMap>;
512
- getRefNameMapForAdapter(adapterConf: {
513
- [x: string]: unknown;
514
- }, opts: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<{
515
- [x: string]: string;
516
- }>;
517
- getReverseRefNameMapForAdapter(adapterConf: {
518
- [x: string]: unknown;
519
- }, opts: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<{
520
- [x: string]: string;
521
- }>;
522
- } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
523
- configuration: import("mobx-state-tree").IMaybe<import("mobx-state-tree").IReferenceType<import("mobx-state-tree").IAnyType>>;
524
- }, {
525
- error: unknown;
526
- loadingP: Promise<void> | undefined;
527
- volatileRegions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
528
- refNameAliases: {
529
- [x: string]: string;
530
- } | undefined;
531
- lowerCaseRefNameAliases: {
532
- [x: string]: string;
533
- } | undefined;
534
- cytobands: import("@jbrowse/core/util").Feature[] | undefined;
535
- } & {
536
- getConf(arg: string): any;
537
- } & {
538
- readonly initialized: boolean;
539
- readonly name: string;
540
- readonly regions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
541
- readonly aliases: string[];
542
- readonly displayName: string | undefined;
543
- hasName(name: string): boolean;
544
- readonly allAliases: string[];
545
- readonly allRefNames: string[] | undefined;
546
- readonly lowerCaseRefNames: string[] | undefined;
547
- readonly allRefNamesWithLowerCase: string[] | undefined;
548
- readonly rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
549
- readonly refNameColors: string[];
550
- } & {
551
- readonly refNames: string[] | undefined;
552
- } & {
553
- getCanonicalRefName(refName: string): string | undefined;
554
- getRefNameColor(refName: string): string | undefined;
555
- isValidRefName(refName: string): boolean;
556
- } & {
557
- setLoaded({ regions, refNameAliases, lowerCaseRefNameAliases, cytobands, }: {
558
- regions: import("@jbrowse/core/util").Region[];
559
- refNameAliases: {
560
- [x: string]: string;
561
- };
562
- lowerCaseRefNameAliases: {
563
- [x: string]: string;
564
- };
565
- cytobands: import("@jbrowse/core/util").Feature[];
566
- }): void;
567
- setError(e: unknown): void;
568
- setRegions(regions: import("@jbrowse/core/util").Region[]): void;
569
- setRefNameAliases(aliases: {
570
- [x: string]: string;
571
- }, lowerCaseAliases: {
572
- [x: string]: string;
573
- }): void;
574
- setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
575
- setLoadingP(p?: Promise<void>): void;
576
- load(): Promise<void>;
577
- loadPre(): Promise<void>;
578
- } & {
579
- getAdapterMapEntry(adapterConf: {
580
- [x: string]: unknown;
581
- }, options: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<import("@jbrowse/core/assemblyManager/assembly").RefNameMap>;
582
- getRefNameMapForAdapter(adapterConf: {
583
- [x: string]: unknown;
584
- }, opts: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<{
585
- [x: string]: string;
586
- }>;
587
- getReverseRefNameMapForAdapter(adapterConf: {
588
- [x: string]: unknown;
589
- }, opts: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<{
590
- [x: string]: string;
591
- }>;
592
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>) | undefined>;
593
- getRefNameMapForAdapter(adapterConf: {
594
- [x: string]: unknown;
595
- }, assemblyName: string | undefined, opts: {
596
- signal?: AbortSignal;
597
- sessionId: string;
598
- }): Promise<{
599
- [x: string]: string;
600
- } | undefined>;
601
- getReverseRefNameMapForAdapter(adapterConf: {
602
- [x: string]: unknown;
603
- }, assemblyName: string | undefined, opts: {
604
- signal?: AbortSignal;
605
- sessionId: string;
606
- }): Promise<{
607
- [x: string]: string;
608
- } | undefined>;
609
- isValidRefName(refName: string, assemblyName: string): boolean;
610
- } & {
611
- afterAttach(): void;
612
- removeAssembly(asm: import("@jbrowse/core/assemblyManager/assembly").Assembly): void;
613
- addAssembly(configuration: any): void;
614
- } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
615
- assemblies: import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
616
- configuration: import("mobx-state-tree").IMaybe<import("mobx-state-tree").IReferenceType<import("mobx-state-tree").IAnyType>>;
617
- }, {
618
- error: unknown;
619
- loadingP: Promise<void> | undefined;
620
- volatileRegions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
621
- refNameAliases: {
622
- [x: string]: string;
623
- } | undefined;
624
- lowerCaseRefNameAliases: {
625
- [x: string]: string;
626
- } | undefined;
627
- cytobands: import("@jbrowse/core/util").Feature[] | undefined;
628
- } & {
629
- getConf(arg: string): any;
630
- } & {
631
- readonly initialized: boolean;
632
- readonly name: string;
633
- readonly regions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
634
- readonly aliases: string[];
635
- readonly displayName: string | undefined;
636
- hasName(name: string): boolean;
637
- readonly allAliases: string[];
638
- readonly allRefNames: string[] | undefined;
639
- readonly lowerCaseRefNames: string[] | undefined;
640
- readonly allRefNamesWithLowerCase: string[] | undefined;
641
- readonly rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
642
- readonly refNameColors: string[];
643
- } & {
644
- readonly refNames: string[] | undefined;
645
- } & {
646
- getCanonicalRefName(refName: string): string | undefined;
647
- getRefNameColor(refName: string): string | undefined;
648
- isValidRefName(refName: string): boolean;
649
- } & {
650
- setLoaded({ regions, refNameAliases, lowerCaseRefNameAliases, cytobands, }: {
651
- regions: import("@jbrowse/core/util").Region[];
652
- refNameAliases: {
653
- [x: string]: string;
654
- };
655
- lowerCaseRefNameAliases: {
656
- [x: string]: string;
657
- };
658
- cytobands: import("@jbrowse/core/util").Feature[];
659
- }): void;
660
- setError(e: unknown): void;
661
- setRegions(regions: import("@jbrowse/core/util").Region[]): void;
662
- setRefNameAliases(aliases: {
663
- [x: string]: string;
664
- }, lowerCaseAliases: {
665
- [x: string]: string;
666
- }): void;
667
- setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
668
- setLoadingP(p?: Promise<void>): void;
669
- load(): Promise<void>;
670
- loadPre(): Promise<void>;
671
- } & {
672
- getAdapterMapEntry(adapterConf: {
673
- [x: string]: unknown;
674
- }, options: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<import("@jbrowse/core/assemblyManager/assembly").RefNameMap>;
675
- getRefNameMapForAdapter(adapterConf: {
676
- [x: string]: unknown;
677
- }, opts: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<{
678
- [x: string]: string;
679
- }>;
680
- getReverseRefNameMapForAdapter(adapterConf: {
681
- [x: string]: unknown;
682
- }, opts: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<{
683
- [x: string]: string;
684
- }>;
685
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
686
- }, {
687
- readonly assemblyNameMap: Record<string, {
688
- configuration: any;
689
- } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
690
- error: unknown;
691
- loadingP: Promise<void> | undefined;
692
- volatileRegions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
693
- refNameAliases: {
694
- [x: string]: string;
695
- } | undefined;
696
- lowerCaseRefNameAliases: {
697
- [x: string]: string;
698
- } | undefined;
699
- cytobands: import("@jbrowse/core/util").Feature[] | undefined;
700
- } & {
701
- getConf(arg: string): any;
702
- } & {
703
- readonly initialized: boolean;
704
- readonly name: string;
705
- readonly regions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
706
- readonly aliases: string[];
707
- readonly displayName: string | undefined;
708
- hasName(name: string): boolean;
709
- readonly allAliases: string[];
710
- readonly allRefNames: string[] | undefined;
711
- readonly lowerCaseRefNames: string[] | undefined;
712
- readonly allRefNamesWithLowerCase: string[] | undefined;
713
- readonly rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
714
- readonly refNameColors: string[];
715
- } & {
716
- readonly refNames: string[] | undefined;
717
- } & {
718
- getCanonicalRefName(refName: string): string | undefined;
719
- getRefNameColor(refName: string): string | undefined;
720
- isValidRefName(refName: string): boolean;
721
- } & {
722
- setLoaded({ regions, refNameAliases, lowerCaseRefNameAliases, cytobands, }: {
723
- regions: import("@jbrowse/core/util").Region[];
724
- refNameAliases: {
725
- [x: string]: string;
726
- };
727
- lowerCaseRefNameAliases: {
728
- [x: string]: string;
729
- };
730
- cytobands: import("@jbrowse/core/util").Feature[];
731
- }): void;
732
- setError(e: unknown): void;
733
- setRegions(regions: import("@jbrowse/core/util").Region[]): void;
734
- setRefNameAliases(aliases: {
735
- [x: string]: string;
736
- }, lowerCaseAliases: {
737
- [x: string]: string;
738
- }): void;
739
- setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
740
- setLoadingP(p?: Promise<void>): void;
741
- load(): Promise<void>;
742
- loadPre(): Promise<void>;
743
- } & {
744
- getAdapterMapEntry(adapterConf: {
745
- [x: string]: unknown;
746
- }, options: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<import("@jbrowse/core/assemblyManager/assembly").RefNameMap>;
747
- getRefNameMapForAdapter(adapterConf: {
748
- [x: string]: unknown;
749
- }, opts: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<{
750
- [x: string]: string;
751
- }>;
752
- getReverseRefNameMapForAdapter(adapterConf: {
753
- [x: string]: unknown;
754
- }, opts: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<{
755
- [x: string]: string;
756
- }>;
757
- } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
758
- configuration: import("mobx-state-tree").IMaybe<import("mobx-state-tree").IReferenceType<import("mobx-state-tree").IAnyType>>;
759
- }, {
760
- error: unknown;
761
- loadingP: Promise<void> | undefined;
762
- volatileRegions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
763
- refNameAliases: {
764
- [x: string]: string;
765
- } | undefined;
766
- lowerCaseRefNameAliases: {
767
- [x: string]: string;
768
- } | undefined;
769
- cytobands: import("@jbrowse/core/util").Feature[] | undefined;
770
- } & {
771
- getConf(arg: string): any;
772
- } & {
773
- readonly initialized: boolean;
774
- readonly name: string;
775
- readonly regions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
776
- readonly aliases: string[];
777
- readonly displayName: string | undefined;
778
- hasName(name: string): boolean;
779
- readonly allAliases: string[];
780
- readonly allRefNames: string[] | undefined;
781
- readonly lowerCaseRefNames: string[] | undefined;
782
- readonly allRefNamesWithLowerCase: string[] | undefined;
783
- readonly rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
784
- readonly refNameColors: string[];
785
- } & {
786
- readonly refNames: string[] | undefined;
787
- } & {
788
- getCanonicalRefName(refName: string): string | undefined;
789
- getRefNameColor(refName: string): string | undefined;
790
- isValidRefName(refName: string): boolean;
791
- } & {
792
- setLoaded({ regions, refNameAliases, lowerCaseRefNameAliases, cytobands, }: {
793
- regions: import("@jbrowse/core/util").Region[];
794
- refNameAliases: {
795
- [x: string]: string;
796
- };
797
- lowerCaseRefNameAliases: {
798
- [x: string]: string;
799
- };
800
- cytobands: import("@jbrowse/core/util").Feature[];
801
- }): void;
802
- setError(e: unknown): void;
803
- setRegions(regions: import("@jbrowse/core/util").Region[]): void;
804
- setRefNameAliases(aliases: {
805
- [x: string]: string;
806
- }, lowerCaseAliases: {
807
- [x: string]: string;
808
- }): void;
809
- setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
810
- setLoadingP(p?: Promise<void>): void;
811
- load(): Promise<void>;
812
- loadPre(): Promise<void>;
813
- } & {
814
- getAdapterMapEntry(adapterConf: {
815
- [x: string]: unknown;
816
- }, options: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<import("@jbrowse/core/assemblyManager/assembly").RefNameMap>;
817
- getRefNameMapForAdapter(adapterConf: {
818
- [x: string]: unknown;
819
- }, opts: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<{
820
- [x: string]: string;
821
- }>;
822
- getReverseRefNameMapForAdapter(adapterConf: {
823
- [x: string]: unknown;
824
- }, opts: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<{
825
- [x: string]: string;
826
- }>;
827
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>>;
828
- } & {
829
- get(asmName: string): ({
830
- configuration: any;
831
- } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
832
- error: unknown;
833
- loadingP: Promise<void> | undefined;
834
- volatileRegions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
835
- refNameAliases: {
836
- [x: string]: string;
837
- } | undefined;
838
- lowerCaseRefNameAliases: {
839
- [x: string]: string;
840
- } | undefined;
841
- cytobands: import("@jbrowse/core/util").Feature[] | undefined;
842
- } & {
843
- getConf(arg: string): any;
844
- } & {
845
- readonly initialized: boolean;
846
- readonly name: string;
847
- readonly regions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
848
- readonly aliases: string[];
849
- readonly displayName: string | undefined;
850
- hasName(name: string): boolean;
851
- readonly allAliases: string[];
852
- readonly allRefNames: string[] | undefined;
853
- readonly lowerCaseRefNames: string[] | undefined;
854
- readonly allRefNamesWithLowerCase: string[] | undefined;
855
- readonly rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
856
- readonly refNameColors: string[];
857
- } & {
858
- readonly refNames: string[] | undefined;
859
- } & {
860
- getCanonicalRefName(refName: string): string | undefined;
861
- getRefNameColor(refName: string): string | undefined;
862
- isValidRefName(refName: string): boolean;
863
- } & {
864
- setLoaded({ regions, refNameAliases, lowerCaseRefNameAliases, cytobands, }: {
865
- regions: import("@jbrowse/core/util").Region[];
866
- refNameAliases: {
867
- [x: string]: string;
868
- };
869
- lowerCaseRefNameAliases: {
870
- [x: string]: string;
871
- };
872
- cytobands: import("@jbrowse/core/util").Feature[];
873
- }): void;
874
- setError(e: unknown): void;
875
- setRegions(regions: import("@jbrowse/core/util").Region[]): void;
876
- setRefNameAliases(aliases: {
877
- [x: string]: string;
878
- }, lowerCaseAliases: {
879
- [x: string]: string;
880
- }): void;
881
- setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
882
- setLoadingP(p?: Promise<void>): void;
883
- load(): Promise<void>;
884
- loadPre(): Promise<void>;
885
- } & {
886
- getAdapterMapEntry(adapterConf: {
887
- [x: string]: unknown;
888
- }, options: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<import("@jbrowse/core/assemblyManager/assembly").RefNameMap>;
889
- getRefNameMapForAdapter(adapterConf: {
890
- [x: string]: unknown;
891
- }, opts: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<{
892
- [x: string]: string;
893
- }>;
894
- getReverseRefNameMapForAdapter(adapterConf: {
895
- [x: string]: unknown;
896
- }, opts: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<{
897
- [x: string]: string;
898
- }>;
899
- } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
900
- configuration: import("mobx-state-tree").IMaybe<import("mobx-state-tree").IReferenceType<import("mobx-state-tree").IAnyType>>;
901
- }, {
902
- error: unknown;
903
- loadingP: Promise<void> | undefined;
904
- volatileRegions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
905
- refNameAliases: {
906
- [x: string]: string;
907
- } | undefined;
908
- lowerCaseRefNameAliases: {
909
- [x: string]: string;
910
- } | undefined;
911
- cytobands: import("@jbrowse/core/util").Feature[] | undefined;
912
- } & {
913
- getConf(arg: string): any;
914
- } & {
915
- readonly initialized: boolean;
916
- readonly name: string;
917
- readonly regions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
918
- readonly aliases: string[];
919
- readonly displayName: string | undefined;
920
- hasName(name: string): boolean;
921
- readonly allAliases: string[];
922
- readonly allRefNames: string[] | undefined;
923
- readonly lowerCaseRefNames: string[] | undefined;
924
- readonly allRefNamesWithLowerCase: string[] | undefined;
925
- readonly rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
926
- readonly refNameColors: string[];
927
- } & {
928
- readonly refNames: string[] | undefined;
929
- } & {
930
- getCanonicalRefName(refName: string): string | undefined;
931
- getRefNameColor(refName: string): string | undefined;
932
- isValidRefName(refName: string): boolean;
933
- } & {
934
- setLoaded({ regions, refNameAliases, lowerCaseRefNameAliases, cytobands, }: {
935
- regions: import("@jbrowse/core/util").Region[];
936
- refNameAliases: {
937
- [x: string]: string;
938
- };
939
- lowerCaseRefNameAliases: {
940
- [x: string]: string;
941
- };
942
- cytobands: import("@jbrowse/core/util").Feature[];
943
- }): void;
944
- setError(e: unknown): void;
945
- setRegions(regions: import("@jbrowse/core/util").Region[]): void;
946
- setRefNameAliases(aliases: {
947
- [x: string]: string;
948
- }, lowerCaseAliases: {
949
- [x: string]: string;
950
- }): void;
951
- setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
952
- setLoadingP(p?: Promise<void>): void;
953
- load(): Promise<void>;
954
- loadPre(): Promise<void>;
955
- } & {
956
- getAdapterMapEntry(adapterConf: {
957
- [x: string]: unknown;
958
- }, options: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<import("@jbrowse/core/assemblyManager/assembly").RefNameMap>;
959
- getRefNameMapForAdapter(adapterConf: {
960
- [x: string]: unknown;
961
- }, opts: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<{
962
- [x: string]: string;
963
- }>;
964
- getReverseRefNameMapForAdapter(adapterConf: {
965
- [x: string]: unknown;
966
- }, opts: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<{
967
- [x: string]: string;
968
- }>;
969
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>) | undefined;
970
- readonly assemblyNamesList: any[];
971
- readonly assemblyList: AnyConfigurationModel[];
972
- readonly rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
973
- } & {
974
- waitForAssembly(assemblyName: string): Promise<({
975
- configuration: any;
976
- } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
977
- error: unknown;
978
- loadingP: Promise<void> | undefined;
979
- volatileRegions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
980
- refNameAliases: {
981
- [x: string]: string;
982
- } | undefined;
983
- lowerCaseRefNameAliases: {
984
- [x: string]: string;
985
- } | undefined;
986
- cytobands: import("@jbrowse/core/util").Feature[] | undefined;
987
- } & {
988
- getConf(arg: string): any;
989
- } & {
990
- readonly initialized: boolean;
991
- readonly name: string;
992
- readonly regions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
993
- readonly aliases: string[];
994
- readonly displayName: string | undefined;
995
- hasName(name: string): boolean;
996
- readonly allAliases: string[];
997
- readonly allRefNames: string[] | undefined;
998
- readonly lowerCaseRefNames: string[] | undefined;
999
- readonly allRefNamesWithLowerCase: string[] | undefined;
1000
- readonly rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
1001
- readonly refNameColors: string[];
1002
- } & {
1003
- readonly refNames: string[] | undefined;
1004
- } & {
1005
- getCanonicalRefName(refName: string): string | undefined;
1006
- getRefNameColor(refName: string): string | undefined;
1007
- isValidRefName(refName: string): boolean;
1008
- } & {
1009
- setLoaded({ regions, refNameAliases, lowerCaseRefNameAliases, cytobands, }: {
1010
- regions: import("@jbrowse/core/util").Region[];
1011
- refNameAliases: {
1012
- [x: string]: string;
1013
- };
1014
- lowerCaseRefNameAliases: {
1015
- [x: string]: string;
1016
- };
1017
- cytobands: import("@jbrowse/core/util").Feature[];
1018
- }): void;
1019
- setError(e: unknown): void;
1020
- setRegions(regions: import("@jbrowse/core/util").Region[]): void;
1021
- setRefNameAliases(aliases: {
1022
- [x: string]: string;
1023
- }, lowerCaseAliases: {
1024
- [x: string]: string;
1025
- }): void;
1026
- setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
1027
- setLoadingP(p?: Promise<void>): void;
1028
- load(): Promise<void>;
1029
- loadPre(): Promise<void>;
1030
- } & {
1031
- getAdapterMapEntry(adapterConf: {
1032
- [x: string]: unknown;
1033
- }, options: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<import("@jbrowse/core/assemblyManager/assembly").RefNameMap>;
1034
- getRefNameMapForAdapter(adapterConf: {
1035
- [x: string]: unknown;
1036
- }, opts: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<{
1037
- [x: string]: string;
1038
- }>;
1039
- getReverseRefNameMapForAdapter(adapterConf: {
1040
- [x: string]: unknown;
1041
- }, opts: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<{
1042
- [x: string]: string;
1043
- }>;
1044
- } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
1045
- configuration: import("mobx-state-tree").IMaybe<import("mobx-state-tree").IReferenceType<import("mobx-state-tree").IAnyType>>;
1046
- }, {
1047
- error: unknown;
1048
- loadingP: Promise<void> | undefined;
1049
- volatileRegions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
1050
- refNameAliases: {
1051
- [x: string]: string;
1052
- } | undefined;
1053
- lowerCaseRefNameAliases: {
1054
- [x: string]: string;
1055
- } | undefined;
1056
- cytobands: import("@jbrowse/core/util").Feature[] | undefined;
1057
- } & {
1058
- getConf(arg: string): any;
1059
- } & {
1060
- readonly initialized: boolean;
1061
- readonly name: string;
1062
- readonly regions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
1063
- readonly aliases: string[];
1064
- readonly displayName: string | undefined;
1065
- hasName(name: string): boolean;
1066
- readonly allAliases: string[];
1067
- readonly allRefNames: string[] | undefined;
1068
- readonly lowerCaseRefNames: string[] | undefined;
1069
- readonly allRefNamesWithLowerCase: string[] | undefined;
1070
- readonly rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
1071
- readonly refNameColors: string[];
1072
- } & {
1073
- readonly refNames: string[] | undefined;
1074
- } & {
1075
- getCanonicalRefName(refName: string): string | undefined;
1076
- getRefNameColor(refName: string): string | undefined;
1077
- isValidRefName(refName: string): boolean;
1078
- } & {
1079
- setLoaded({ regions, refNameAliases, lowerCaseRefNameAliases, cytobands, }: {
1080
- regions: import("@jbrowse/core/util").Region[];
1081
- refNameAliases: {
1082
- [x: string]: string;
1083
- };
1084
- lowerCaseRefNameAliases: {
1085
- [x: string]: string;
1086
- };
1087
- cytobands: import("@jbrowse/core/util").Feature[];
1088
- }): void;
1089
- setError(e: unknown): void;
1090
- setRegions(regions: import("@jbrowse/core/util").Region[]): void;
1091
- setRefNameAliases(aliases: {
1092
- [x: string]: string;
1093
- }, lowerCaseAliases: {
1094
- [x: string]: string;
1095
- }): void;
1096
- setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
1097
- setLoadingP(p?: Promise<void>): void;
1098
- load(): Promise<void>;
1099
- loadPre(): Promise<void>;
1100
- } & {
1101
- getAdapterMapEntry(adapterConf: {
1102
- [x: string]: unknown;
1103
- }, options: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<import("@jbrowse/core/assemblyManager/assembly").RefNameMap>;
1104
- getRefNameMapForAdapter(adapterConf: {
1105
- [x: string]: unknown;
1106
- }, opts: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<{
1107
- [x: string]: string;
1108
- }>;
1109
- getReverseRefNameMapForAdapter(adapterConf: {
1110
- [x: string]: unknown;
1111
- }, opts: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<{
1112
- [x: string]: string;
1113
- }>;
1114
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>) | undefined>;
1115
- getRefNameMapForAdapter(adapterConf: {
1116
- [x: string]: unknown;
1117
- }, assemblyName: string | undefined, opts: {
1118
- signal?: AbortSignal;
1119
- sessionId: string;
1120
- }): Promise<{
1121
- [x: string]: string;
1122
- } | undefined>;
1123
- getReverseRefNameMapForAdapter(adapterConf: {
1124
- [x: string]: unknown;
1125
- }, assemblyName: string | undefined, opts: {
1126
- signal?: AbortSignal;
1127
- sessionId: string;
1128
- }): Promise<{
1129
- [x: string]: string;
1130
- } | undefined>;
1131
- isValidRefName(refName: string, assemblyName: string): boolean;
1132
- } & {
1133
- afterAttach(): void;
1134
- removeAssembly(asm: import("@jbrowse/core/assemblyManager/assembly").Assembly): void;
1135
- addAssembly(configuration: any): void;
1136
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>>;
1137
- } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
1138
- rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
1139
- adminMode: boolean;
1140
- error: unknown;
1141
- textSearchManager: import("@jbrowse/core/util").TextSearchManager;
1142
- pluginManager: PluginManager;
1143
- } & {
1144
- setError(error: unknown): void;
1145
- setSession(sessionSnapshot?: import("mobx-state-tree").SnapshotIn<import("mobx-state-tree").IAnyType>): void;
1146
- setDefaultSession(): void;
1147
- setSessionPath(path: string): void;
1148
- renameCurrentSession(newName: string): void;
1149
- } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
1150
- jbrowse: import("mobx-state-tree").IAnyType;
1151
- session: import("mobx-state-tree").IMaybe<import("mobx-state-tree").IAnyType>;
1152
- sessionPath: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1153
- assemblyManager: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
1154
- assemblies: import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
1155
- configuration: import("mobx-state-tree").IMaybe<import("mobx-state-tree").IReferenceType<import("mobx-state-tree").IAnyType>>;
1156
- }, {
1157
- error: unknown;
1158
- loadingP: Promise<void> | undefined;
1159
- volatileRegions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
1160
- refNameAliases: {
1161
- [x: string]: string;
1162
- } | undefined;
1163
- lowerCaseRefNameAliases: {
1164
- [x: string]: string;
1165
- } | undefined;
1166
- cytobands: import("@jbrowse/core/util").Feature[] | undefined;
1167
- } & {
1168
- getConf(arg: string): any;
1169
- } & {
1170
- readonly initialized: boolean;
1171
- readonly name: string;
1172
- readonly regions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
1173
- readonly aliases: string[];
1174
- readonly displayName: string | undefined;
1175
- hasName(name: string): boolean;
1176
- readonly allAliases: string[];
1177
- readonly allRefNames: string[] | undefined;
1178
- readonly lowerCaseRefNames: string[] | undefined;
1179
- readonly allRefNamesWithLowerCase: string[] | undefined;
1180
- readonly rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
1181
- readonly refNameColors: string[];
1182
- } & {
1183
- readonly refNames: string[] | undefined;
1184
- } & {
1185
- getCanonicalRefName(refName: string): string | undefined;
1186
- getRefNameColor(refName: string): string | undefined;
1187
- isValidRefName(refName: string): boolean;
1188
- } & {
1189
- setLoaded({ regions, refNameAliases, lowerCaseRefNameAliases, cytobands, }: {
1190
- regions: import("@jbrowse/core/util").Region[];
1191
- refNameAliases: {
1192
- [x: string]: string;
1193
- };
1194
- lowerCaseRefNameAliases: {
1195
- [x: string]: string;
1196
- };
1197
- cytobands: import("@jbrowse/core/util").Feature[];
1198
- }): void;
1199
- setError(e: unknown): void;
1200
- setRegions(regions: import("@jbrowse/core/util").Region[]): void;
1201
- setRefNameAliases(aliases: {
1202
- [x: string]: string;
1203
- }, lowerCaseAliases: {
1204
- [x: string]: string;
1205
- }): void;
1206
- setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
1207
- setLoadingP(p?: Promise<void>): void;
1208
- load(): Promise<void>;
1209
- loadPre(): Promise<void>;
1210
- } & {
1211
- getAdapterMapEntry(adapterConf: {
1212
- [x: string]: unknown;
1213
- }, options: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<import("@jbrowse/core/assemblyManager/assembly").RefNameMap>;
1214
- getRefNameMapForAdapter(adapterConf: {
1215
- [x: string]: unknown;
1216
- }, opts: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<{
1217
- [x: string]: string;
1218
- }>;
1219
- getReverseRefNameMapForAdapter(adapterConf: {
1220
- [x: string]: unknown;
1221
- }, opts: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<{
1222
- [x: string]: string;
1223
- }>;
1224
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
1225
- }, {
1226
- readonly assemblyNameMap: Record<string, {
1227
- configuration: any;
1228
- } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
1229
- error: unknown;
1230
- loadingP: Promise<void> | undefined;
1231
- volatileRegions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
1232
- refNameAliases: {
1233
- [x: string]: string;
1234
- } | undefined;
1235
- lowerCaseRefNameAliases: {
1236
- [x: string]: string;
1237
- } | undefined;
1238
- cytobands: import("@jbrowse/core/util").Feature[] | undefined;
1239
- } & {
1240
- getConf(arg: string): any;
1241
- } & {
1242
- readonly initialized: boolean;
1243
- readonly name: string;
1244
- readonly regions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
1245
- readonly aliases: string[];
1246
- readonly displayName: string | undefined;
1247
- hasName(name: string): boolean;
1248
- readonly allAliases: string[];
1249
- readonly allRefNames: string[] | undefined;
1250
- readonly lowerCaseRefNames: string[] | undefined;
1251
- readonly allRefNamesWithLowerCase: string[] | undefined;
1252
- readonly rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
1253
- readonly refNameColors: string[];
1254
- } & {
1255
- readonly refNames: string[] | undefined;
1256
- } & {
1257
- getCanonicalRefName(refName: string): string | undefined;
1258
- getRefNameColor(refName: string): string | undefined;
1259
- isValidRefName(refName: string): boolean;
1260
- } & {
1261
- setLoaded({ regions, refNameAliases, lowerCaseRefNameAliases, cytobands, }: {
1262
- regions: import("@jbrowse/core/util").Region[];
1263
- refNameAliases: {
1264
- [x: string]: string;
1265
- };
1266
- lowerCaseRefNameAliases: {
1267
- [x: string]: string;
1268
- };
1269
- cytobands: import("@jbrowse/core/util").Feature[];
1270
- }): void;
1271
- setError(e: unknown): void;
1272
- setRegions(regions: import("@jbrowse/core/util").Region[]): void;
1273
- setRefNameAliases(aliases: {
1274
- [x: string]: string;
1275
- }, lowerCaseAliases: {
1276
- [x: string]: string;
1277
- }): void;
1278
- setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
1279
- setLoadingP(p?: Promise<void>): void;
1280
- load(): Promise<void>;
1281
- loadPre(): Promise<void>;
1282
- } & {
1283
- getAdapterMapEntry(adapterConf: {
1284
- [x: string]: unknown;
1285
- }, options: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<import("@jbrowse/core/assemblyManager/assembly").RefNameMap>;
1286
- getRefNameMapForAdapter(adapterConf: {
1287
- [x: string]: unknown;
1288
- }, opts: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<{
1289
- [x: string]: string;
1290
- }>;
1291
- getReverseRefNameMapForAdapter(adapterConf: {
1292
- [x: string]: unknown;
1293
- }, opts: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<{
1294
- [x: string]: string;
1295
- }>;
1296
- } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
1297
- configuration: import("mobx-state-tree").IMaybe<import("mobx-state-tree").IReferenceType<import("mobx-state-tree").IAnyType>>;
1298
- }, {
1299
- error: unknown;
1300
- loadingP: Promise<void> | undefined;
1301
- volatileRegions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
1302
- refNameAliases: {
1303
- [x: string]: string;
1304
- } | undefined;
1305
- lowerCaseRefNameAliases: {
1306
- [x: string]: string;
1307
- } | undefined;
1308
- cytobands: import("@jbrowse/core/util").Feature[] | undefined;
1309
- } & {
1310
- getConf(arg: string): any;
1311
- } & {
1312
- readonly initialized: boolean;
1313
- readonly name: string;
1314
- readonly regions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
1315
- readonly aliases: string[];
1316
- readonly displayName: string | undefined;
1317
- hasName(name: string): boolean;
1318
- readonly allAliases: string[];
1319
- readonly allRefNames: string[] | undefined;
1320
- readonly lowerCaseRefNames: string[] | undefined;
1321
- readonly allRefNamesWithLowerCase: string[] | undefined;
1322
- readonly rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
1323
- readonly refNameColors: string[];
1324
- } & {
1325
- readonly refNames: string[] | undefined;
1326
- } & {
1327
- getCanonicalRefName(refName: string): string | undefined;
1328
- getRefNameColor(refName: string): string | undefined;
1329
- isValidRefName(refName: string): boolean;
1330
- } & {
1331
- setLoaded({ regions, refNameAliases, lowerCaseRefNameAliases, cytobands, }: {
1332
- regions: import("@jbrowse/core/util").Region[];
1333
- refNameAliases: {
1334
- [x: string]: string;
1335
- };
1336
- lowerCaseRefNameAliases: {
1337
- [x: string]: string;
1338
- };
1339
- cytobands: import("@jbrowse/core/util").Feature[];
1340
- }): void;
1341
- setError(e: unknown): void;
1342
- setRegions(regions: import("@jbrowse/core/util").Region[]): void;
1343
- setRefNameAliases(aliases: {
1344
- [x: string]: string;
1345
- }, lowerCaseAliases: {
1346
- [x: string]: string;
1347
- }): void;
1348
- setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
1349
- setLoadingP(p?: Promise<void>): void;
1350
- load(): Promise<void>;
1351
- loadPre(): Promise<void>;
1352
- } & {
1353
- getAdapterMapEntry(adapterConf: {
1354
- [x: string]: unknown;
1355
- }, options: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<import("@jbrowse/core/assemblyManager/assembly").RefNameMap>;
1356
- getRefNameMapForAdapter(adapterConf: {
1357
- [x: string]: unknown;
1358
- }, opts: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<{
1359
- [x: string]: string;
1360
- }>;
1361
- getReverseRefNameMapForAdapter(adapterConf: {
1362
- [x: string]: unknown;
1363
- }, opts: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<{
1364
- [x: string]: string;
1365
- }>;
1366
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>>;
1367
- } & {
1368
- get(asmName: string): ({
1369
- configuration: any;
1370
- } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
1371
- error: unknown;
1372
- loadingP: Promise<void> | undefined;
1373
- volatileRegions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
1374
- refNameAliases: {
1375
- [x: string]: string;
1376
- } | undefined;
1377
- lowerCaseRefNameAliases: {
1378
- [x: string]: string;
1379
- } | undefined;
1380
- cytobands: import("@jbrowse/core/util").Feature[] | undefined;
1381
- } & {
1382
- getConf(arg: string): any;
1383
- } & {
1384
- readonly initialized: boolean;
1385
- readonly name: string;
1386
- readonly regions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
1387
- readonly aliases: string[];
1388
- readonly displayName: string | undefined;
1389
- hasName(name: string): boolean;
1390
- readonly allAliases: string[];
1391
- readonly allRefNames: string[] | undefined;
1392
- readonly lowerCaseRefNames: string[] | undefined;
1393
- readonly allRefNamesWithLowerCase: string[] | undefined;
1394
- readonly rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
1395
- readonly refNameColors: string[];
1396
- } & {
1397
- readonly refNames: string[] | undefined;
1398
- } & {
1399
- getCanonicalRefName(refName: string): string | undefined;
1400
- getRefNameColor(refName: string): string | undefined;
1401
- isValidRefName(refName: string): boolean;
1402
- } & {
1403
- setLoaded({ regions, refNameAliases, lowerCaseRefNameAliases, cytobands, }: {
1404
- regions: import("@jbrowse/core/util").Region[];
1405
- refNameAliases: {
1406
- [x: string]: string;
1407
- };
1408
- lowerCaseRefNameAliases: {
1409
- [x: string]: string;
1410
- };
1411
- cytobands: import("@jbrowse/core/util").Feature[];
1412
- }): void;
1413
- setError(e: unknown): void;
1414
- setRegions(regions: import("@jbrowse/core/util").Region[]): void;
1415
- setRefNameAliases(aliases: {
1416
- [x: string]: string;
1417
- }, lowerCaseAliases: {
1418
- [x: string]: string;
1419
- }): void;
1420
- setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
1421
- setLoadingP(p?: Promise<void>): void;
1422
- load(): Promise<void>;
1423
- loadPre(): Promise<void>;
1424
- } & {
1425
- getAdapterMapEntry(adapterConf: {
1426
- [x: string]: unknown;
1427
- }, options: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<import("@jbrowse/core/assemblyManager/assembly").RefNameMap>;
1428
- getRefNameMapForAdapter(adapterConf: {
1429
- [x: string]: unknown;
1430
- }, opts: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<{
1431
- [x: string]: string;
1432
- }>;
1433
- getReverseRefNameMapForAdapter(adapterConf: {
1434
- [x: string]: unknown;
1435
- }, opts: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<{
1436
- [x: string]: string;
1437
- }>;
1438
- } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
1439
- configuration: import("mobx-state-tree").IMaybe<import("mobx-state-tree").IReferenceType<import("mobx-state-tree").IAnyType>>;
1440
- }, {
1441
- error: unknown;
1442
- loadingP: Promise<void> | undefined;
1443
- volatileRegions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
1444
- refNameAliases: {
1445
- [x: string]: string;
1446
- } | undefined;
1447
- lowerCaseRefNameAliases: {
1448
- [x: string]: string;
1449
- } | undefined;
1450
- cytobands: import("@jbrowse/core/util").Feature[] | undefined;
1451
- } & {
1452
- getConf(arg: string): any;
1453
- } & {
1454
- readonly initialized: boolean;
1455
- readonly name: string;
1456
- readonly regions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
1457
- readonly aliases: string[];
1458
- readonly displayName: string | undefined;
1459
- hasName(name: string): boolean;
1460
- readonly allAliases: string[];
1461
- readonly allRefNames: string[] | undefined;
1462
- readonly lowerCaseRefNames: string[] | undefined;
1463
- readonly allRefNamesWithLowerCase: string[] | undefined;
1464
- readonly rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
1465
- readonly refNameColors: string[];
1466
- } & {
1467
- readonly refNames: string[] | undefined;
1468
- } & {
1469
- getCanonicalRefName(refName: string): string | undefined;
1470
- getRefNameColor(refName: string): string | undefined;
1471
- isValidRefName(refName: string): boolean;
1472
- } & {
1473
- setLoaded({ regions, refNameAliases, lowerCaseRefNameAliases, cytobands, }: {
1474
- regions: import("@jbrowse/core/util").Region[];
1475
- refNameAliases: {
1476
- [x: string]: string;
1477
- };
1478
- lowerCaseRefNameAliases: {
1479
- [x: string]: string;
1480
- };
1481
- cytobands: import("@jbrowse/core/util").Feature[];
1482
- }): void;
1483
- setError(e: unknown): void;
1484
- setRegions(regions: import("@jbrowse/core/util").Region[]): void;
1485
- setRefNameAliases(aliases: {
1486
- [x: string]: string;
1487
- }, lowerCaseAliases: {
1488
- [x: string]: string;
1489
- }): void;
1490
- setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
1491
- setLoadingP(p?: Promise<void>): void;
1492
- load(): Promise<void>;
1493
- loadPre(): Promise<void>;
1494
- } & {
1495
- getAdapterMapEntry(adapterConf: {
1496
- [x: string]: unknown;
1497
- }, options: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<import("@jbrowse/core/assemblyManager/assembly").RefNameMap>;
1498
- getRefNameMapForAdapter(adapterConf: {
1499
- [x: string]: unknown;
1500
- }, opts: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<{
1501
- [x: string]: string;
1502
- }>;
1503
- getReverseRefNameMapForAdapter(adapterConf: {
1504
- [x: string]: unknown;
1505
- }, opts: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<{
1506
- [x: string]: string;
1507
- }>;
1508
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>) | undefined;
1509
- readonly assemblyNamesList: any[];
1510
- readonly assemblyList: AnyConfigurationModel[];
1511
- readonly rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
1512
- } & {
1513
- waitForAssembly(assemblyName: string): Promise<({
1514
- configuration: any;
1515
- } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
1516
- error: unknown;
1517
- loadingP: Promise<void> | undefined;
1518
- volatileRegions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
1519
- refNameAliases: {
1520
- [x: string]: string;
1521
- } | undefined;
1522
- lowerCaseRefNameAliases: {
1523
- [x: string]: string;
1524
- } | undefined;
1525
- cytobands: import("@jbrowse/core/util").Feature[] | undefined;
1526
- } & {
1527
- getConf(arg: string): any;
1528
- } & {
1529
- readonly initialized: boolean;
1530
- readonly name: string;
1531
- readonly regions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
1532
- readonly aliases: string[];
1533
- readonly displayName: string | undefined;
1534
- hasName(name: string): boolean;
1535
- readonly allAliases: string[];
1536
- readonly allRefNames: string[] | undefined;
1537
- readonly lowerCaseRefNames: string[] | undefined;
1538
- readonly allRefNamesWithLowerCase: string[] | undefined;
1539
- readonly rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
1540
- readonly refNameColors: string[];
1541
- } & {
1542
- readonly refNames: string[] | undefined;
1543
- } & {
1544
- getCanonicalRefName(refName: string): string | undefined;
1545
- getRefNameColor(refName: string): string | undefined;
1546
- isValidRefName(refName: string): boolean;
1547
- } & {
1548
- setLoaded({ regions, refNameAliases, lowerCaseRefNameAliases, cytobands, }: {
1549
- regions: import("@jbrowse/core/util").Region[];
1550
- refNameAliases: {
1551
- [x: string]: string;
1552
- };
1553
- lowerCaseRefNameAliases: {
1554
- [x: string]: string;
1555
- };
1556
- cytobands: import("@jbrowse/core/util").Feature[];
1557
- }): void;
1558
- setError(e: unknown): void;
1559
- setRegions(regions: import("@jbrowse/core/util").Region[]): void;
1560
- setRefNameAliases(aliases: {
1561
- [x: string]: string;
1562
- }, lowerCaseAliases: {
1563
- [x: string]: string;
1564
- }): void;
1565
- setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
1566
- setLoadingP(p?: Promise<void>): void;
1567
- load(): Promise<void>;
1568
- loadPre(): Promise<void>;
1569
- } & {
1570
- getAdapterMapEntry(adapterConf: {
1571
- [x: string]: unknown;
1572
- }, options: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<import("@jbrowse/core/assemblyManager/assembly").RefNameMap>;
1573
- getRefNameMapForAdapter(adapterConf: {
1574
- [x: string]: unknown;
1575
- }, opts: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<{
1576
- [x: string]: string;
1577
- }>;
1578
- getReverseRefNameMapForAdapter(adapterConf: {
1579
- [x: string]: unknown;
1580
- }, opts: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<{
1581
- [x: string]: string;
1582
- }>;
1583
- } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
1584
- configuration: import("mobx-state-tree").IMaybe<import("mobx-state-tree").IReferenceType<import("mobx-state-tree").IAnyType>>;
1585
- }, {
1586
- error: unknown;
1587
- loadingP: Promise<void> | undefined;
1588
- volatileRegions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
1589
- refNameAliases: {
1590
- [x: string]: string;
1591
- } | undefined;
1592
- lowerCaseRefNameAliases: {
1593
- [x: string]: string;
1594
- } | undefined;
1595
- cytobands: import("@jbrowse/core/util").Feature[] | undefined;
1596
- } & {
1597
- getConf(arg: string): any;
1598
- } & {
1599
- readonly initialized: boolean;
1600
- readonly name: string;
1601
- readonly regions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
1602
- readonly aliases: string[];
1603
- readonly displayName: string | undefined;
1604
- hasName(name: string): boolean;
1605
- readonly allAliases: string[];
1606
- readonly allRefNames: string[] | undefined;
1607
- readonly lowerCaseRefNames: string[] | undefined;
1608
- readonly allRefNamesWithLowerCase: string[] | undefined;
1609
- readonly rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
1610
- readonly refNameColors: string[];
1611
- } & {
1612
- readonly refNames: string[] | undefined;
1613
- } & {
1614
- getCanonicalRefName(refName: string): string | undefined;
1615
- getRefNameColor(refName: string): string | undefined;
1616
- isValidRefName(refName: string): boolean;
1617
- } & {
1618
- setLoaded({ regions, refNameAliases, lowerCaseRefNameAliases, cytobands, }: {
1619
- regions: import("@jbrowse/core/util").Region[];
1620
- refNameAliases: {
1621
- [x: string]: string;
1622
- };
1623
- lowerCaseRefNameAliases: {
1624
- [x: string]: string;
1625
- };
1626
- cytobands: import("@jbrowse/core/util").Feature[];
1627
- }): void;
1628
- setError(e: unknown): void;
1629
- setRegions(regions: import("@jbrowse/core/util").Region[]): void;
1630
- setRefNameAliases(aliases: {
1631
- [x: string]: string;
1632
- }, lowerCaseAliases: {
1633
- [x: string]: string;
1634
- }): void;
1635
- setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
1636
- setLoadingP(p?: Promise<void>): void;
1637
- load(): Promise<void>;
1638
- loadPre(): Promise<void>;
1639
- } & {
1640
- getAdapterMapEntry(adapterConf: {
1641
- [x: string]: unknown;
1642
- }, options: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<import("@jbrowse/core/assemblyManager/assembly").RefNameMap>;
1643
- getRefNameMapForAdapter(adapterConf: {
1644
- [x: string]: unknown;
1645
- }, opts: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<{
1646
- [x: string]: string;
1647
- }>;
1648
- getReverseRefNameMapForAdapter(adapterConf: {
1649
- [x: string]: unknown;
1650
- }, opts: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<{
1651
- [x: string]: string;
1652
- }>;
1653
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>) | undefined>;
1654
- getRefNameMapForAdapter(adapterConf: {
1655
- [x: string]: unknown;
1656
- }, assemblyName: string | undefined, opts: {
1657
- signal?: AbortSignal;
1658
- sessionId: string;
1659
- }): Promise<{
1660
- [x: string]: string;
1661
- } | undefined>;
1662
- getReverseRefNameMapForAdapter(adapterConf: {
1663
- [x: string]: unknown;
1664
- }, assemblyName: string | undefined, opts: {
1665
- signal?: AbortSignal;
1666
- sessionId: string;
1667
- }): Promise<{
1668
- [x: string]: string;
1669
- } | undefined>;
1670
- isValidRefName(refName: string, assemblyName: string): boolean;
1671
- } & {
1672
- afterAttach(): void;
1673
- removeAssembly(asm: import("@jbrowse/core/assemblyManager/assembly").Assembly): void;
1674
- addAssembly(configuration: any): void;
1675
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
1676
- }, {
1677
- rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
1678
- adminMode: boolean;
1679
- error: unknown;
1680
- textSearchManager: import("@jbrowse/core/util").TextSearchManager;
1681
- pluginManager: PluginManager;
1682
- } & {
1683
- setError(error: unknown): void;
1684
- setSession(sessionSnapshot?: import("mobx-state-tree").SnapshotIn<import("mobx-state-tree").IAnyType>): void;
1685
- setDefaultSession(): void;
1686
- setSessionPath(path: string): void;
1687
- renameCurrentSession(newName: string): void;
1688
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
12
+ readonly root: import("mobx-state-tree").TypeOrStateTreeNodeToStateTreeNode<ROOT_MODEL_TYPE>;
1689
13
  } & {
1690
14
  readonly jbrowse: any;
1691
15
  readonly rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
@@ -1703,40 +27,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
1703
27
  readonly adminMode: boolean;
1704
28
  readonly textSearchManager: import("@jbrowse/core/util").TextSearchManager;
1705
29
  } & {
1706
- readonly assemblies: ({
1707
- [x: string]: any;
1708
- } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
1709
- setSubschema(slotName: string, data: Record<string, unknown>): Record<string, unknown> | ({
1710
- [x: string]: any;
1711
- } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
1712
- setSubschema(slotName: string, data: Record<string, unknown>): Record<string, unknown> | ({
1713
- [x: string]: any;
1714
- } & import("mobx-state-tree/dist/internal").NonEmptyObject & any & import("mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration").AnyConfigurationSchemaType>);
1715
- } & import("mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration").AnyConfigurationSchemaType>);
1716
- } & import("mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
1717
- aliases: {
1718
- type: string;
1719
- defaultValue: never[];
1720
- description: string;
1721
- };
1722
- sequence: import("@jbrowse/core/configuration").AnyConfigurationSchemaType;
1723
- refNameColors: {
1724
- type: string;
1725
- defaultValue: never[];
1726
- description: string;
1727
- };
1728
- refNameAliases: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
1729
- adapter: import("mobx-state-tree").IAnyModelType;
1730
- }, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
1731
- cytobands: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
1732
- adapter: import("mobx-state-tree").IAnyModelType;
1733
- }, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
1734
- displayName: {
1735
- type: string;
1736
- defaultValue: string;
1737
- description: string;
1738
- };
1739
- }, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "name">>>)[];
30
+ readonly assemblies: Instance<import("@jbrowse/core/assemblyManager").BaseAssemblyConfigSchema>[];
1740
31
  } & {
1741
32
  setSelection(thing: unknown): void;
1742
33
  clearSelection(): void;
@@ -1746,33 +37,11 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
1746
37
  } & {
1747
38
  removeReferring(referring: import("./ReferenceManagement").ReferringNode[], track: import("@jbrowse/core/pluggableElementTypes").BaseTrackConfig, callbacks: ((arg: string) => void)[], dereferenceTypeCount: Record<string, number>): void;
1748
39
  } & {
1749
- /**
1750
- * #getter
1751
- */
1752
- readonly tracks: ({
1753
- [x: string]: any;
1754
- } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
1755
- setSubschema(slotName: string, data: Record<string, unknown>): Record<string, unknown> | ({
1756
- [x: string]: any;
1757
- } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
1758
- setSubschema(slotName: string, data: Record<string, unknown>): Record<string, unknown> | ({
1759
- [x: string]: any;
1760
- } & import("mobx-state-tree/dist/internal").NonEmptyObject & any & import("mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration").AnyConfigurationSchemaType>);
1761
- } & import("mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration").AnyConfigurationSchemaType>);
1762
- } & import("mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration").AnyConfigurationSchemaType>)[];
40
+ readonly tracks: AnyConfigurationModel[];
1763
41
  } & {
1764
- /**
1765
- * #action
1766
- */
1767
42
  addTrackConf(trackConf: AnyConfiguration): any;
1768
- /**
1769
- * #action
1770
- */
1771
43
  deleteTrackConf(trackConf: AnyConfigurationModel): any;
1772
44
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
1773
- /** Session mixin MST type for a session that has tracks */
1774
45
  export type SessionWithTracksType = ReturnType<typeof TracksManagerSessionMixin>;
1775
- /** Instance of a session that has tracks */
1776
46
  export type SessionWithTracks = Instance<SessionWithTracksType>;
1777
- /** Type guard for SessionWithTracks */
1778
47
  export declare function isSessionWithTracks(thing: IAnyStateTreeNode): thing is SessionWithTracks;