@jbrowse/product-core 2.6.3 → 2.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/RootModel/BaseRootModel.d.ts +136 -115
- package/dist/RootModel/HierarchicalConfig.d.ts +3 -3
- package/dist/RootModel/HierarchicalConfig.js +3 -3
- package/dist/Session/BaseSession.d.ts +13 -6
- package/dist/Session/BaseSession.js +3 -6
- package/dist/Session/Connections.d.ts +1 -2
- package/dist/Session/DialogQueue.d.ts +1 -1
- package/dist/Session/DialogQueue.js +1 -1
- package/dist/Session/MultipleViews.d.ts +396 -353
- package/dist/Session/ReferenceManagement.d.ts +1 -1
- package/dist/Session/ReferenceManagement.js +1 -1
- package/dist/Session/SessionTracks.d.ts +389 -351
- package/dist/Session/Themes.d.ts +2 -4
- package/dist/Session/Themes.js +1 -1
- package/dist/Session/Tracks.d.ts +387 -337
- package/dist/rpcWorker.js +0 -1
- package/esm/RootModel/BaseRootModel.d.ts +136 -115
- package/esm/RootModel/HierarchicalConfig.d.ts +3 -3
- package/esm/RootModel/HierarchicalConfig.js +3 -3
- package/esm/Session/BaseSession.d.ts +13 -6
- package/esm/Session/BaseSession.js +3 -3
- package/esm/Session/Connections.d.ts +1 -2
- package/esm/Session/DialogQueue.d.ts +1 -1
- package/esm/Session/DialogQueue.js +1 -1
- package/esm/Session/MultipleViews.d.ts +396 -353
- package/esm/Session/ReferenceManagement.d.ts +1 -1
- package/esm/Session/ReferenceManagement.js +1 -1
- package/esm/Session/SessionTracks.d.ts +389 -351
- package/esm/Session/Themes.d.ts +2 -4
- package/esm/Session/Themes.js +1 -1
- package/esm/Session/Tracks.d.ts +387 -337
- package/esm/rpcWorker.js +0 -1
- package/package.json +7 -7
package/dist/Session/Tracks.d.ts
CHANGED
|
@@ -33,6 +33,8 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
33
33
|
[x: string]: string | undefined;
|
|
34
34
|
} | undefined;
|
|
35
35
|
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
36
|
+
} & {
|
|
37
|
+
getConf(arg: string): any;
|
|
36
38
|
} & {
|
|
37
39
|
readonly initialized: boolean;
|
|
38
40
|
readonly name: string;
|
|
@@ -45,7 +47,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
45
47
|
readonly lowerCaseRefNames: string[] | undefined;
|
|
46
48
|
readonly allRefNamesWithLowerCase: string[] | undefined;
|
|
47
49
|
readonly rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
|
|
48
|
-
readonly refNameColors: string[];
|
|
50
|
+
readonly refNameColors: string[]; /** Instance of a session that has tracks */
|
|
49
51
|
} & {
|
|
50
52
|
readonly refNames: string[] | undefined;
|
|
51
53
|
} & {
|
|
@@ -87,6 +89,8 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
87
89
|
[x: string]: string | undefined;
|
|
88
90
|
} | undefined;
|
|
89
91
|
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
92
|
+
} & {
|
|
93
|
+
getConf(arg: string): any;
|
|
90
94
|
} & {
|
|
91
95
|
readonly initialized: boolean;
|
|
92
96
|
readonly name: string;
|
|
@@ -99,7 +103,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
99
103
|
readonly lowerCaseRefNames: string[] | undefined;
|
|
100
104
|
readonly allRefNamesWithLowerCase: string[] | undefined;
|
|
101
105
|
readonly rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
|
|
102
|
-
readonly refNameColors: string[];
|
|
106
|
+
readonly refNameColors: string[]; /** Instance of a session that has tracks */
|
|
103
107
|
} & {
|
|
104
108
|
readonly refNames: string[] | undefined;
|
|
105
109
|
} & {
|
|
@@ -129,117 +133,119 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
129
133
|
}>;
|
|
130
134
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>>;
|
|
131
135
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
132
|
-
readonly assemblyNameMap: {
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
}
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
136
|
+
readonly assemblyNameMap: Record<string, ({
|
|
137
|
+
configuration: any;
|
|
138
|
+
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
139
|
+
error: unknown;
|
|
140
|
+
loaded: boolean;
|
|
141
|
+
loadingP: Promise<void> | undefined;
|
|
142
|
+
volatileRegions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
|
|
143
|
+
refNameAliases: {
|
|
144
|
+
[x: string]: string | undefined;
|
|
145
|
+
} | undefined;
|
|
146
|
+
lowerCaseRefNameAliases: {
|
|
147
|
+
[x: string]: string | undefined;
|
|
148
|
+
} | undefined;
|
|
149
|
+
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
150
|
+
} & {
|
|
151
|
+
getConf(arg: string): any;
|
|
152
|
+
} & {
|
|
153
|
+
readonly initialized: boolean;
|
|
154
|
+
readonly name: string;
|
|
155
|
+
readonly regions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
|
|
156
|
+
readonly aliases: string[];
|
|
157
|
+
readonly displayName: string | undefined;
|
|
158
|
+
hasName(name: string): boolean;
|
|
159
|
+
readonly allAliases: string[];
|
|
160
|
+
readonly allRefNames: string[] | undefined;
|
|
161
|
+
readonly lowerCaseRefNames: string[] | undefined;
|
|
162
|
+
readonly allRefNamesWithLowerCase: string[] | undefined;
|
|
163
|
+
readonly rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
|
|
164
|
+
readonly refNameColors: string[];
|
|
165
|
+
} & {
|
|
166
|
+
readonly refNames: string[] | undefined;
|
|
167
|
+
} & {
|
|
168
|
+
getCanonicalRefName(refName: string): string | undefined;
|
|
169
|
+
getRefNameColor(refName: string): string | undefined;
|
|
170
|
+
isValidRefName(refName: string): boolean;
|
|
171
|
+
} & {
|
|
172
|
+
setLoaded({ adapterRegionsWithAssembly, refNameAliases, lowerCaseRefNameAliases, cytobands, }: import("@jbrowse/core/assemblyManager/assembly").Loading): void;
|
|
173
|
+
setError(e: unknown): void;
|
|
174
|
+
setRegions(regions: import("@jbrowse/core/util").Region[]): void;
|
|
175
|
+
setRefNameAliases(aliases: {
|
|
176
|
+
[x: string]: string | undefined;
|
|
177
|
+
}, lcAliases: {
|
|
178
|
+
[x: string]: string | undefined;
|
|
179
|
+
}): void;
|
|
180
|
+
setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
|
|
181
|
+
setLoadingP(p?: Promise<void> | undefined): void;
|
|
182
|
+
load(): Promise<void>;
|
|
183
|
+
loadPre(): Promise<void>;
|
|
184
|
+
} & {
|
|
185
|
+
getAdapterMapEntry(adapterConf: unknown, options: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<import("@jbrowse/core/assemblyManager/assembly").RefNameMap>;
|
|
186
|
+
getRefNameMapForAdapter(adapterConf: unknown, opts: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<{
|
|
187
|
+
[x: string]: string | undefined;
|
|
188
|
+
}>;
|
|
189
|
+
getReverseRefNameMapForAdapter(adapterConf: unknown, opts: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<{
|
|
190
|
+
[x: string]: string | undefined;
|
|
191
|
+
}>;
|
|
192
|
+
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
193
|
+
configuration: import("mobx-state-tree").IMaybe<import("mobx-state-tree").IReferenceType<import("mobx-state-tree").IAnyType>>;
|
|
194
|
+
}, {
|
|
195
|
+
error: unknown;
|
|
196
|
+
loaded: boolean;
|
|
197
|
+
loadingP: Promise<void> | undefined;
|
|
198
|
+
volatileRegions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
|
|
199
|
+
refNameAliases: {
|
|
200
|
+
[x: string]: string | undefined;
|
|
201
|
+
} | undefined;
|
|
202
|
+
lowerCaseRefNameAliases: {
|
|
203
|
+
[x: string]: string | undefined;
|
|
204
|
+
} | undefined;
|
|
205
|
+
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
206
|
+
} & {
|
|
207
|
+
getConf(arg: string): any;
|
|
208
|
+
} & {
|
|
209
|
+
readonly initialized: boolean;
|
|
210
|
+
readonly name: string;
|
|
211
|
+
readonly regions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
|
|
212
|
+
readonly aliases: string[];
|
|
213
|
+
readonly displayName: string | undefined;
|
|
214
|
+
hasName(name: string): boolean;
|
|
215
|
+
readonly allAliases: string[];
|
|
216
|
+
readonly allRefNames: string[] | undefined;
|
|
217
|
+
readonly lowerCaseRefNames: string[] | undefined;
|
|
218
|
+
readonly allRefNamesWithLowerCase: string[] | undefined;
|
|
219
|
+
readonly rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
|
|
220
|
+
readonly refNameColors: string[];
|
|
221
|
+
} & {
|
|
222
|
+
readonly refNames: string[] | undefined;
|
|
223
|
+
} & {
|
|
224
|
+
getCanonicalRefName(refName: string): string | undefined;
|
|
225
|
+
getRefNameColor(refName: string): string | undefined;
|
|
226
|
+
isValidRefName(refName: string): boolean;
|
|
227
|
+
} & {
|
|
228
|
+
setLoaded({ adapterRegionsWithAssembly, refNameAliases, lowerCaseRefNameAliases, cytobands, }: import("@jbrowse/core/assemblyManager/assembly").Loading): void;
|
|
229
|
+
setError(e: unknown): void;
|
|
230
|
+
setRegions(regions: import("@jbrowse/core/util").Region[]): void;
|
|
231
|
+
setRefNameAliases(aliases: {
|
|
232
|
+
[x: string]: string | undefined;
|
|
233
|
+
}, lcAliases: {
|
|
234
|
+
[x: string]: string | undefined;
|
|
235
|
+
}): void;
|
|
236
|
+
setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
|
|
237
|
+
setLoadingP(p?: Promise<void> | undefined): void;
|
|
238
|
+
load(): Promise<void>;
|
|
239
|
+
loadPre(): Promise<void>;
|
|
240
|
+
} & {
|
|
241
|
+
getAdapterMapEntry(adapterConf: unknown, options: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<import("@jbrowse/core/assemblyManager/assembly").RefNameMap>;
|
|
242
|
+
getRefNameMapForAdapter(adapterConf: unknown, opts: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<{
|
|
243
|
+
[x: string]: string | undefined;
|
|
244
|
+
}>;
|
|
245
|
+
getReverseRefNameMapForAdapter(adapterConf: unknown, opts: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<{
|
|
246
|
+
[x: string]: string | undefined;
|
|
247
|
+
}>;
|
|
248
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>) | undefined>;
|
|
243
249
|
} & {
|
|
244
250
|
get(asmName: string): ({
|
|
245
251
|
configuration: any;
|
|
@@ -255,6 +261,8 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
255
261
|
[x: string]: string | undefined;
|
|
256
262
|
} | undefined;
|
|
257
263
|
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
264
|
+
} & {
|
|
265
|
+
getConf(arg: string): any;
|
|
258
266
|
} & {
|
|
259
267
|
readonly initialized: boolean;
|
|
260
268
|
readonly name: string;
|
|
@@ -309,6 +317,8 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
309
317
|
[x: string]: string | undefined;
|
|
310
318
|
} | undefined;
|
|
311
319
|
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
320
|
+
} & {
|
|
321
|
+
getConf(arg: string): any;
|
|
312
322
|
} & {
|
|
313
323
|
readonly initialized: boolean;
|
|
314
324
|
readonly name: string;
|
|
@@ -372,6 +382,8 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
372
382
|
[x: string]: string | undefined;
|
|
373
383
|
} | undefined;
|
|
374
384
|
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
385
|
+
} & {
|
|
386
|
+
getConf(arg: string): any;
|
|
375
387
|
} & {
|
|
376
388
|
readonly initialized: boolean;
|
|
377
389
|
readonly name: string;
|
|
@@ -426,6 +438,8 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
426
438
|
[x: string]: string | undefined;
|
|
427
439
|
} | undefined;
|
|
428
440
|
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
441
|
+
} & {
|
|
442
|
+
getConf(arg: string): any;
|
|
429
443
|
} & {
|
|
430
444
|
readonly initialized: boolean;
|
|
431
445
|
readonly name: string;
|
|
@@ -496,6 +510,8 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
496
510
|
[x: string]: string | undefined;
|
|
497
511
|
} | undefined;
|
|
498
512
|
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
513
|
+
} & {
|
|
514
|
+
getConf(arg: string): any;
|
|
499
515
|
} & {
|
|
500
516
|
readonly initialized: boolean;
|
|
501
517
|
readonly name: string;
|
|
@@ -550,6 +566,8 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
550
566
|
[x: string]: string | undefined;
|
|
551
567
|
} | undefined;
|
|
552
568
|
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
569
|
+
} & {
|
|
570
|
+
getConf(arg: string): any;
|
|
553
571
|
} & {
|
|
554
572
|
readonly initialized: boolean;
|
|
555
573
|
readonly name: string;
|
|
@@ -608,6 +626,8 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
608
626
|
[x: string]: string | undefined;
|
|
609
627
|
} | undefined;
|
|
610
628
|
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
629
|
+
} & {
|
|
630
|
+
getConf(arg: string): any;
|
|
611
631
|
} & {
|
|
612
632
|
readonly initialized: boolean;
|
|
613
633
|
readonly name: string;
|
|
@@ -620,7 +640,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
620
640
|
readonly lowerCaseRefNames: string[] | undefined;
|
|
621
641
|
readonly allRefNamesWithLowerCase: string[] | undefined;
|
|
622
642
|
readonly rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
|
|
623
|
-
readonly refNameColors: string[];
|
|
643
|
+
readonly refNameColors: string[]; /** Instance of a session that has tracks */
|
|
624
644
|
} & {
|
|
625
645
|
readonly refNames: string[] | undefined;
|
|
626
646
|
} & {
|
|
@@ -650,117 +670,119 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
650
670
|
}>;
|
|
651
671
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
652
672
|
}, {
|
|
653
|
-
readonly assemblyNameMap: {
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
}
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
673
|
+
readonly assemblyNameMap: Record<string, ({
|
|
674
|
+
configuration: any;
|
|
675
|
+
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
676
|
+
error: unknown;
|
|
677
|
+
loaded: boolean;
|
|
678
|
+
loadingP: Promise<void> | undefined;
|
|
679
|
+
volatileRegions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
|
|
680
|
+
refNameAliases: {
|
|
681
|
+
[x: string]: string | undefined;
|
|
682
|
+
} | undefined;
|
|
683
|
+
lowerCaseRefNameAliases: {
|
|
684
|
+
[x: string]: string | undefined;
|
|
685
|
+
} | undefined;
|
|
686
|
+
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
687
|
+
} & {
|
|
688
|
+
getConf(arg: string): any;
|
|
689
|
+
} & {
|
|
690
|
+
readonly initialized: boolean;
|
|
691
|
+
readonly name: string;
|
|
692
|
+
readonly regions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
|
|
693
|
+
readonly aliases: string[];
|
|
694
|
+
readonly displayName: string | undefined;
|
|
695
|
+
hasName(name: string): boolean;
|
|
696
|
+
readonly allAliases: string[];
|
|
697
|
+
readonly allRefNames: string[] | undefined;
|
|
698
|
+
readonly lowerCaseRefNames: string[] | undefined;
|
|
699
|
+
readonly allRefNamesWithLowerCase: string[] | undefined;
|
|
700
|
+
readonly rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
|
|
701
|
+
readonly refNameColors: string[];
|
|
702
|
+
} & {
|
|
703
|
+
readonly refNames: string[] | undefined;
|
|
704
|
+
} & {
|
|
705
|
+
getCanonicalRefName(refName: string): string | undefined;
|
|
706
|
+
getRefNameColor(refName: string): string | undefined;
|
|
707
|
+
isValidRefName(refName: string): boolean;
|
|
708
|
+
} & {
|
|
709
|
+
setLoaded({ adapterRegionsWithAssembly, refNameAliases, lowerCaseRefNameAliases, cytobands, }: import("@jbrowse/core/assemblyManager/assembly").Loading): void;
|
|
710
|
+
setError(e: unknown): void;
|
|
711
|
+
setRegions(regions: import("@jbrowse/core/util").Region[]): void;
|
|
712
|
+
setRefNameAliases(aliases: {
|
|
713
|
+
[x: string]: string | undefined;
|
|
714
|
+
}, lcAliases: {
|
|
715
|
+
[x: string]: string | undefined;
|
|
716
|
+
}): void;
|
|
717
|
+
setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
|
|
718
|
+
setLoadingP(p?: Promise<void> | undefined): void;
|
|
719
|
+
load(): Promise<void>;
|
|
720
|
+
loadPre(): Promise<void>;
|
|
721
|
+
} & {
|
|
722
|
+
getAdapterMapEntry(adapterConf: unknown, options: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<import("@jbrowse/core/assemblyManager/assembly").RefNameMap>;
|
|
723
|
+
getRefNameMapForAdapter(adapterConf: unknown, opts: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<{
|
|
724
|
+
[x: string]: string | undefined;
|
|
725
|
+
}>;
|
|
726
|
+
getReverseRefNameMapForAdapter(adapterConf: unknown, opts: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<{
|
|
727
|
+
[x: string]: string | undefined;
|
|
728
|
+
}>;
|
|
729
|
+
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
730
|
+
configuration: import("mobx-state-tree").IMaybe<import("mobx-state-tree").IReferenceType<import("mobx-state-tree").IAnyType>>;
|
|
731
|
+
}, {
|
|
732
|
+
error: unknown;
|
|
733
|
+
loaded: boolean;
|
|
734
|
+
loadingP: Promise<void> | undefined;
|
|
735
|
+
volatileRegions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
|
|
736
|
+
refNameAliases: {
|
|
737
|
+
[x: string]: string | undefined;
|
|
738
|
+
} | undefined;
|
|
739
|
+
lowerCaseRefNameAliases: {
|
|
740
|
+
[x: string]: string | undefined;
|
|
741
|
+
} | undefined;
|
|
742
|
+
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
743
|
+
} & {
|
|
744
|
+
getConf(arg: string): any;
|
|
745
|
+
} & {
|
|
746
|
+
readonly initialized: boolean;
|
|
747
|
+
readonly name: string;
|
|
748
|
+
readonly regions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
|
|
749
|
+
readonly aliases: string[];
|
|
750
|
+
readonly displayName: string | undefined;
|
|
751
|
+
hasName(name: string): boolean;
|
|
752
|
+
readonly allAliases: string[];
|
|
753
|
+
readonly allRefNames: string[] | undefined;
|
|
754
|
+
readonly lowerCaseRefNames: string[] | undefined;
|
|
755
|
+
readonly allRefNamesWithLowerCase: string[] | undefined;
|
|
756
|
+
readonly rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
|
|
757
|
+
readonly refNameColors: string[];
|
|
758
|
+
} & {
|
|
759
|
+
readonly refNames: string[] | undefined;
|
|
760
|
+
} & {
|
|
761
|
+
getCanonicalRefName(refName: string): string | undefined;
|
|
762
|
+
getRefNameColor(refName: string): string | undefined;
|
|
763
|
+
isValidRefName(refName: string): boolean;
|
|
764
|
+
} & {
|
|
765
|
+
setLoaded({ adapterRegionsWithAssembly, refNameAliases, lowerCaseRefNameAliases, cytobands, }: import("@jbrowse/core/assemblyManager/assembly").Loading): void;
|
|
766
|
+
setError(e: unknown): void;
|
|
767
|
+
setRegions(regions: import("@jbrowse/core/util").Region[]): void;
|
|
768
|
+
setRefNameAliases(aliases: {
|
|
769
|
+
[x: string]: string | undefined;
|
|
770
|
+
}, lcAliases: {
|
|
771
|
+
[x: string]: string | undefined;
|
|
772
|
+
}): void;
|
|
773
|
+
setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
|
|
774
|
+
setLoadingP(p?: Promise<void> | undefined): void;
|
|
775
|
+
load(): Promise<void>;
|
|
776
|
+
loadPre(): Promise<void>;
|
|
777
|
+
} & {
|
|
778
|
+
getAdapterMapEntry(adapterConf: unknown, options: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<import("@jbrowse/core/assemblyManager/assembly").RefNameMap>;
|
|
779
|
+
getRefNameMapForAdapter(adapterConf: unknown, opts: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<{
|
|
780
|
+
[x: string]: string | undefined;
|
|
781
|
+
}>;
|
|
782
|
+
getReverseRefNameMapForAdapter(adapterConf: unknown, opts: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<{
|
|
783
|
+
[x: string]: string | undefined;
|
|
784
|
+
}>;
|
|
785
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>) | undefined>;
|
|
764
786
|
} & {
|
|
765
787
|
get(asmName: string): ({
|
|
766
788
|
configuration: any;
|
|
@@ -776,6 +798,8 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
776
798
|
[x: string]: string | undefined;
|
|
777
799
|
} | undefined;
|
|
778
800
|
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
801
|
+
} & {
|
|
802
|
+
getConf(arg: string): any;
|
|
779
803
|
} & {
|
|
780
804
|
readonly initialized: boolean;
|
|
781
805
|
readonly name: string;
|
|
@@ -830,6 +854,8 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
830
854
|
[x: string]: string | undefined;
|
|
831
855
|
} | undefined;
|
|
832
856
|
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
857
|
+
} & {
|
|
858
|
+
getConf(arg: string): any;
|
|
833
859
|
} & {
|
|
834
860
|
readonly initialized: boolean;
|
|
835
861
|
readonly name: string;
|
|
@@ -893,6 +919,8 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
893
919
|
[x: string]: string | undefined;
|
|
894
920
|
} | undefined;
|
|
895
921
|
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
922
|
+
} & {
|
|
923
|
+
getConf(arg: string): any;
|
|
896
924
|
} & {
|
|
897
925
|
readonly initialized: boolean;
|
|
898
926
|
readonly name: string;
|
|
@@ -947,6 +975,8 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
947
975
|
[x: string]: string | undefined;
|
|
948
976
|
} | undefined;
|
|
949
977
|
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
978
|
+
} & {
|
|
979
|
+
getConf(arg: string): any;
|
|
950
980
|
} & {
|
|
951
981
|
readonly initialized: boolean;
|
|
952
982
|
readonly name: string;
|
|
@@ -1017,6 +1047,8 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
1017
1047
|
[x: string]: string | undefined;
|
|
1018
1048
|
} | undefined;
|
|
1019
1049
|
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
1050
|
+
} & {
|
|
1051
|
+
getConf(arg: string): any;
|
|
1020
1052
|
} & {
|
|
1021
1053
|
readonly initialized: boolean;
|
|
1022
1054
|
readonly name: string;
|
|
@@ -1071,6 +1103,8 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
1071
1103
|
[x: string]: string | undefined;
|
|
1072
1104
|
} | undefined;
|
|
1073
1105
|
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
1106
|
+
} & {
|
|
1107
|
+
getConf(arg: string): any;
|
|
1074
1108
|
} & {
|
|
1075
1109
|
readonly initialized: boolean;
|
|
1076
1110
|
readonly name: string;
|
|
@@ -1149,6 +1183,8 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
1149
1183
|
[x: string]: string | undefined;
|
|
1150
1184
|
} | undefined;
|
|
1151
1185
|
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
1186
|
+
} & {
|
|
1187
|
+
getConf(arg: string): any;
|
|
1152
1188
|
} & {
|
|
1153
1189
|
readonly initialized: boolean;
|
|
1154
1190
|
readonly name: string;
|
|
@@ -1161,7 +1197,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
1161
1197
|
readonly lowerCaseRefNames: string[] | undefined;
|
|
1162
1198
|
readonly allRefNamesWithLowerCase: string[] | undefined;
|
|
1163
1199
|
readonly rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
|
|
1164
|
-
readonly refNameColors: string[];
|
|
1200
|
+
readonly refNameColors: string[]; /** Instance of a session that has tracks */
|
|
1165
1201
|
} & {
|
|
1166
1202
|
readonly refNames: string[] | undefined;
|
|
1167
1203
|
} & {
|
|
@@ -1191,117 +1227,119 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
1191
1227
|
}>;
|
|
1192
1228
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
1193
1229
|
}, {
|
|
1194
|
-
readonly assemblyNameMap: {
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
}
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1230
|
+
readonly assemblyNameMap: Record<string, ({
|
|
1231
|
+
configuration: any;
|
|
1232
|
+
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
1233
|
+
error: unknown;
|
|
1234
|
+
loaded: boolean;
|
|
1235
|
+
loadingP: Promise<void> | undefined;
|
|
1236
|
+
volatileRegions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
|
|
1237
|
+
refNameAliases: {
|
|
1238
|
+
[x: string]: string | undefined;
|
|
1239
|
+
} | undefined;
|
|
1240
|
+
lowerCaseRefNameAliases: {
|
|
1241
|
+
[x: string]: string | undefined;
|
|
1242
|
+
} | undefined;
|
|
1243
|
+
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
1244
|
+
} & {
|
|
1245
|
+
getConf(arg: string): any;
|
|
1246
|
+
} & {
|
|
1247
|
+
readonly initialized: boolean;
|
|
1248
|
+
readonly name: string;
|
|
1249
|
+
readonly regions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
|
|
1250
|
+
readonly aliases: string[];
|
|
1251
|
+
readonly displayName: string | undefined;
|
|
1252
|
+
hasName(name: string): boolean;
|
|
1253
|
+
readonly allAliases: string[];
|
|
1254
|
+
readonly allRefNames: string[] | undefined;
|
|
1255
|
+
readonly lowerCaseRefNames: string[] | undefined;
|
|
1256
|
+
readonly allRefNamesWithLowerCase: string[] | undefined;
|
|
1257
|
+
readonly rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
|
|
1258
|
+
readonly refNameColors: string[];
|
|
1259
|
+
} & {
|
|
1260
|
+
readonly refNames: string[] | undefined;
|
|
1261
|
+
} & {
|
|
1262
|
+
getCanonicalRefName(refName: string): string | undefined;
|
|
1263
|
+
getRefNameColor(refName: string): string | undefined;
|
|
1264
|
+
isValidRefName(refName: string): boolean;
|
|
1265
|
+
} & {
|
|
1266
|
+
setLoaded({ adapterRegionsWithAssembly, refNameAliases, lowerCaseRefNameAliases, cytobands, }: import("@jbrowse/core/assemblyManager/assembly").Loading): void;
|
|
1267
|
+
setError(e: unknown): void;
|
|
1268
|
+
setRegions(regions: import("@jbrowse/core/util").Region[]): void;
|
|
1269
|
+
setRefNameAliases(aliases: {
|
|
1270
|
+
[x: string]: string | undefined;
|
|
1271
|
+
}, lcAliases: {
|
|
1272
|
+
[x: string]: string | undefined;
|
|
1273
|
+
}): void;
|
|
1274
|
+
setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
|
|
1275
|
+
setLoadingP(p?: Promise<void> | undefined): void;
|
|
1276
|
+
load(): Promise<void>;
|
|
1277
|
+
loadPre(): Promise<void>;
|
|
1278
|
+
} & {
|
|
1279
|
+
getAdapterMapEntry(adapterConf: unknown, options: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<import("@jbrowse/core/assemblyManager/assembly").RefNameMap>;
|
|
1280
|
+
getRefNameMapForAdapter(adapterConf: unknown, opts: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<{
|
|
1281
|
+
[x: string]: string | undefined;
|
|
1282
|
+
}>;
|
|
1283
|
+
getReverseRefNameMapForAdapter(adapterConf: unknown, opts: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<{
|
|
1284
|
+
[x: string]: string | undefined;
|
|
1285
|
+
}>;
|
|
1286
|
+
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
1287
|
+
configuration: import("mobx-state-tree").IMaybe<import("mobx-state-tree").IReferenceType<import("mobx-state-tree").IAnyType>>;
|
|
1288
|
+
}, {
|
|
1289
|
+
error: unknown;
|
|
1290
|
+
loaded: boolean;
|
|
1291
|
+
loadingP: Promise<void> | undefined;
|
|
1292
|
+
volatileRegions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
|
|
1293
|
+
refNameAliases: {
|
|
1294
|
+
[x: string]: string | undefined;
|
|
1295
|
+
} | undefined;
|
|
1296
|
+
lowerCaseRefNameAliases: {
|
|
1297
|
+
[x: string]: string | undefined;
|
|
1298
|
+
} | undefined;
|
|
1299
|
+
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
1300
|
+
} & {
|
|
1301
|
+
getConf(arg: string): any;
|
|
1302
|
+
} & {
|
|
1303
|
+
readonly initialized: boolean;
|
|
1304
|
+
readonly name: string;
|
|
1305
|
+
readonly regions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
|
|
1306
|
+
readonly aliases: string[];
|
|
1307
|
+
readonly displayName: string | undefined;
|
|
1308
|
+
hasName(name: string): boolean;
|
|
1309
|
+
readonly allAliases: string[];
|
|
1310
|
+
readonly allRefNames: string[] | undefined;
|
|
1311
|
+
readonly lowerCaseRefNames: string[] | undefined;
|
|
1312
|
+
readonly allRefNamesWithLowerCase: string[] | undefined;
|
|
1313
|
+
readonly rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
|
|
1314
|
+
readonly refNameColors: string[];
|
|
1315
|
+
} & {
|
|
1316
|
+
readonly refNames: string[] | undefined;
|
|
1317
|
+
} & {
|
|
1318
|
+
getCanonicalRefName(refName: string): string | undefined;
|
|
1319
|
+
getRefNameColor(refName: string): string | undefined;
|
|
1320
|
+
isValidRefName(refName: string): boolean;
|
|
1321
|
+
} & {
|
|
1322
|
+
setLoaded({ adapterRegionsWithAssembly, refNameAliases, lowerCaseRefNameAliases, cytobands, }: import("@jbrowse/core/assemblyManager/assembly").Loading): void;
|
|
1323
|
+
setError(e: unknown): void;
|
|
1324
|
+
setRegions(regions: import("@jbrowse/core/util").Region[]): void;
|
|
1325
|
+
setRefNameAliases(aliases: {
|
|
1326
|
+
[x: string]: string | undefined;
|
|
1327
|
+
}, lcAliases: {
|
|
1328
|
+
[x: string]: string | undefined;
|
|
1329
|
+
}): void;
|
|
1330
|
+
setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
|
|
1331
|
+
setLoadingP(p?: Promise<void> | undefined): void;
|
|
1332
|
+
load(): Promise<void>;
|
|
1333
|
+
loadPre(): Promise<void>;
|
|
1334
|
+
} & {
|
|
1335
|
+
getAdapterMapEntry(adapterConf: unknown, options: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<import("@jbrowse/core/assemblyManager/assembly").RefNameMap>;
|
|
1336
|
+
getRefNameMapForAdapter(adapterConf: unknown, opts: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<{
|
|
1337
|
+
[x: string]: string | undefined;
|
|
1338
|
+
}>;
|
|
1339
|
+
getReverseRefNameMapForAdapter(adapterConf: unknown, opts: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<{
|
|
1340
|
+
[x: string]: string | undefined;
|
|
1341
|
+
}>;
|
|
1342
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>) | undefined>;
|
|
1305
1343
|
} & {
|
|
1306
1344
|
get(asmName: string): ({
|
|
1307
1345
|
configuration: any;
|
|
@@ -1317,6 +1355,8 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
1317
1355
|
[x: string]: string | undefined;
|
|
1318
1356
|
} | undefined;
|
|
1319
1357
|
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
1358
|
+
} & {
|
|
1359
|
+
getConf(arg: string): any;
|
|
1320
1360
|
} & {
|
|
1321
1361
|
readonly initialized: boolean;
|
|
1322
1362
|
readonly name: string;
|
|
@@ -1371,6 +1411,8 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
1371
1411
|
[x: string]: string | undefined;
|
|
1372
1412
|
} | undefined;
|
|
1373
1413
|
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
1414
|
+
} & {
|
|
1415
|
+
getConf(arg: string): any;
|
|
1374
1416
|
} & {
|
|
1375
1417
|
readonly initialized: boolean;
|
|
1376
1418
|
readonly name: string;
|
|
@@ -1434,6 +1476,8 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
1434
1476
|
[x: string]: string | undefined;
|
|
1435
1477
|
} | undefined;
|
|
1436
1478
|
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
1479
|
+
} & {
|
|
1480
|
+
getConf(arg: string): any;
|
|
1437
1481
|
} & {
|
|
1438
1482
|
readonly initialized: boolean;
|
|
1439
1483
|
readonly name: string;
|
|
@@ -1488,6 +1532,8 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
1488
1532
|
[x: string]: string | undefined;
|
|
1489
1533
|
} | undefined;
|
|
1490
1534
|
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
1535
|
+
} & {
|
|
1536
|
+
getConf(arg: string): any;
|
|
1491
1537
|
} & {
|
|
1492
1538
|
readonly initialized: boolean;
|
|
1493
1539
|
readonly name: string;
|
|
@@ -1558,6 +1604,8 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
1558
1604
|
[x: string]: string | undefined;
|
|
1559
1605
|
} | undefined;
|
|
1560
1606
|
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
1607
|
+
} & {
|
|
1608
|
+
getConf(arg: string): any;
|
|
1561
1609
|
} & {
|
|
1562
1610
|
readonly initialized: boolean;
|
|
1563
1611
|
readonly name: string;
|
|
@@ -1612,6 +1660,8 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
1612
1660
|
[x: string]: string | undefined;
|
|
1613
1661
|
} | undefined;
|
|
1614
1662
|
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
1663
|
+
} & {
|
|
1664
|
+
getConf(arg: string): any;
|
|
1615
1665
|
} & {
|
|
1616
1666
|
readonly initialized: boolean;
|
|
1617
1667
|
readonly name: string;
|