@jbrowse/product-core 2.6.3 → 2.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/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
|
@@ -35,6 +35,8 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
35
35
|
[x: string]: string | undefined;
|
|
36
36
|
} | undefined;
|
|
37
37
|
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
38
|
+
} & {
|
|
39
|
+
getConf(arg: string): any;
|
|
38
40
|
} & {
|
|
39
41
|
readonly initialized: boolean;
|
|
40
42
|
readonly name: string;
|
|
@@ -89,6 +91,8 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
89
91
|
[x: string]: string | undefined;
|
|
90
92
|
} | undefined;
|
|
91
93
|
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
94
|
+
} & {
|
|
95
|
+
getConf(arg: string): any;
|
|
92
96
|
} & {
|
|
93
97
|
readonly initialized: boolean;
|
|
94
98
|
readonly name: string;
|
|
@@ -131,117 +135,119 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
131
135
|
}>;
|
|
132
136
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>>;
|
|
133
137
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
134
|
-
readonly assemblyNameMap: {
|
|
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
|
-
|
|
243
|
-
|
|
244
|
-
|
|
138
|
+
readonly assemblyNameMap: Record<string, ({
|
|
139
|
+
configuration: any;
|
|
140
|
+
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
141
|
+
error: unknown;
|
|
142
|
+
loaded: boolean;
|
|
143
|
+
loadingP: Promise<void> | undefined;
|
|
144
|
+
volatileRegions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
|
|
145
|
+
refNameAliases: {
|
|
146
|
+
[x: string]: string | undefined;
|
|
147
|
+
} | undefined;
|
|
148
|
+
lowerCaseRefNameAliases: {
|
|
149
|
+
[x: string]: string | undefined;
|
|
150
|
+
} | undefined;
|
|
151
|
+
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
152
|
+
} & {
|
|
153
|
+
getConf(arg: string): any;
|
|
154
|
+
} & {
|
|
155
|
+
readonly initialized: boolean;
|
|
156
|
+
readonly name: string;
|
|
157
|
+
readonly regions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
|
|
158
|
+
readonly aliases: string[];
|
|
159
|
+
readonly displayName: string | undefined;
|
|
160
|
+
hasName(name: string): boolean;
|
|
161
|
+
readonly allAliases: string[];
|
|
162
|
+
readonly allRefNames: string[] | undefined;
|
|
163
|
+
readonly lowerCaseRefNames: string[] | undefined;
|
|
164
|
+
readonly allRefNamesWithLowerCase: string[] | undefined;
|
|
165
|
+
readonly rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
|
|
166
|
+
readonly refNameColors: string[];
|
|
167
|
+
} & {
|
|
168
|
+
readonly refNames: string[] | undefined;
|
|
169
|
+
} & {
|
|
170
|
+
getCanonicalRefName(refName: string): string | undefined;
|
|
171
|
+
getRefNameColor(refName: string): string | undefined;
|
|
172
|
+
isValidRefName(refName: string): boolean;
|
|
173
|
+
} & {
|
|
174
|
+
setLoaded({ adapterRegionsWithAssembly, refNameAliases, lowerCaseRefNameAliases, cytobands, }: import("@jbrowse/core/assemblyManager/assembly").Loading): void;
|
|
175
|
+
setError(e: unknown): void;
|
|
176
|
+
setRegions(regions: import("@jbrowse/core/util").Region[]): void;
|
|
177
|
+
setRefNameAliases(aliases: {
|
|
178
|
+
[x: string]: string | undefined;
|
|
179
|
+
}, lcAliases: {
|
|
180
|
+
[x: string]: string | undefined;
|
|
181
|
+
}): void;
|
|
182
|
+
setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
|
|
183
|
+
setLoadingP(p?: Promise<void> | undefined): void;
|
|
184
|
+
load(): Promise<void>;
|
|
185
|
+
loadPre(): Promise<void>;
|
|
186
|
+
} & {
|
|
187
|
+
getAdapterMapEntry(adapterConf: unknown, options: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<import("@jbrowse/core/assemblyManager/assembly").RefNameMap>;
|
|
188
|
+
getRefNameMapForAdapter(adapterConf: unknown, opts: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<{
|
|
189
|
+
[x: string]: string | undefined;
|
|
190
|
+
}>;
|
|
191
|
+
getReverseRefNameMapForAdapter(adapterConf: unknown, opts: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<{
|
|
192
|
+
[x: string]: string | undefined;
|
|
193
|
+
}>;
|
|
194
|
+
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
195
|
+
configuration: import("mobx-state-tree").IMaybe<import("mobx-state-tree").IReferenceType<import("mobx-state-tree").IAnyType>>;
|
|
196
|
+
}, {
|
|
197
|
+
error: unknown;
|
|
198
|
+
loaded: boolean;
|
|
199
|
+
loadingP: Promise<void> | undefined;
|
|
200
|
+
volatileRegions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
|
|
201
|
+
refNameAliases: {
|
|
202
|
+
[x: string]: string | undefined;
|
|
203
|
+
} | undefined;
|
|
204
|
+
lowerCaseRefNameAliases: {
|
|
205
|
+
[x: string]: string | undefined;
|
|
206
|
+
} | undefined;
|
|
207
|
+
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
208
|
+
} & {
|
|
209
|
+
getConf(arg: string): any;
|
|
210
|
+
} & {
|
|
211
|
+
readonly initialized: boolean;
|
|
212
|
+
readonly name: string;
|
|
213
|
+
readonly regions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
|
|
214
|
+
readonly aliases: string[];
|
|
215
|
+
readonly displayName: string | undefined;
|
|
216
|
+
hasName(name: string): boolean;
|
|
217
|
+
readonly allAliases: string[];
|
|
218
|
+
readonly allRefNames: string[] | undefined;
|
|
219
|
+
readonly lowerCaseRefNames: string[] | undefined;
|
|
220
|
+
readonly allRefNamesWithLowerCase: string[] | undefined;
|
|
221
|
+
readonly rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
|
|
222
|
+
readonly refNameColors: string[];
|
|
223
|
+
} & {
|
|
224
|
+
readonly refNames: string[] | undefined;
|
|
225
|
+
} & {
|
|
226
|
+
getCanonicalRefName(refName: string): string | undefined;
|
|
227
|
+
getRefNameColor(refName: string): string | undefined;
|
|
228
|
+
isValidRefName(refName: string): boolean;
|
|
229
|
+
} & {
|
|
230
|
+
setLoaded({ adapterRegionsWithAssembly, refNameAliases, lowerCaseRefNameAliases, cytobands, }: import("@jbrowse/core/assemblyManager/assembly").Loading): void;
|
|
231
|
+
setError(e: unknown): void;
|
|
232
|
+
setRegions(regions: import("@jbrowse/core/util").Region[]): void;
|
|
233
|
+
setRefNameAliases(aliases: {
|
|
234
|
+
[x: string]: string | undefined;
|
|
235
|
+
}, lcAliases: {
|
|
236
|
+
[x: string]: string | undefined;
|
|
237
|
+
}): void;
|
|
238
|
+
setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
|
|
239
|
+
setLoadingP(p?: Promise<void> | undefined): void;
|
|
240
|
+
load(): Promise<void>;
|
|
241
|
+
loadPre(): Promise<void>;
|
|
242
|
+
} & {
|
|
243
|
+
getAdapterMapEntry(adapterConf: unknown, options: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<import("@jbrowse/core/assemblyManager/assembly").RefNameMap>;
|
|
244
|
+
getRefNameMapForAdapter(adapterConf: unknown, opts: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<{
|
|
245
|
+
[x: string]: string | undefined;
|
|
246
|
+
}>;
|
|
247
|
+
getReverseRefNameMapForAdapter(adapterConf: unknown, opts: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<{
|
|
248
|
+
[x: string]: string | undefined;
|
|
249
|
+
}>;
|
|
250
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>) | undefined>;
|
|
245
251
|
} & {
|
|
246
252
|
get(asmName: string): ({
|
|
247
253
|
configuration: any;
|
|
@@ -257,6 +263,8 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
257
263
|
[x: string]: string | undefined;
|
|
258
264
|
} | undefined;
|
|
259
265
|
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
266
|
+
} & {
|
|
267
|
+
getConf(arg: string): any;
|
|
260
268
|
} & {
|
|
261
269
|
readonly initialized: boolean;
|
|
262
270
|
readonly name: string;
|
|
@@ -311,6 +319,8 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
311
319
|
[x: string]: string | undefined;
|
|
312
320
|
} | undefined;
|
|
313
321
|
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
322
|
+
} & {
|
|
323
|
+
getConf(arg: string): any;
|
|
314
324
|
} & {
|
|
315
325
|
readonly initialized: boolean;
|
|
316
326
|
readonly name: string;
|
|
@@ -374,6 +384,8 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
374
384
|
[x: string]: string | undefined;
|
|
375
385
|
} | undefined;
|
|
376
386
|
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
387
|
+
} & {
|
|
388
|
+
getConf(arg: string): any;
|
|
377
389
|
} & {
|
|
378
390
|
readonly initialized: boolean;
|
|
379
391
|
readonly name: string;
|
|
@@ -428,6 +440,8 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
428
440
|
[x: string]: string | undefined;
|
|
429
441
|
} | undefined;
|
|
430
442
|
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
443
|
+
} & {
|
|
444
|
+
getConf(arg: string): any;
|
|
431
445
|
} & {
|
|
432
446
|
readonly initialized: boolean;
|
|
433
447
|
readonly name: string;
|
|
@@ -500,15 +514,15 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
500
514
|
[x: string]: string | undefined;
|
|
501
515
|
} | undefined;
|
|
502
516
|
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
517
|
+
} & {
|
|
518
|
+
getConf(arg: string): any;
|
|
503
519
|
} & {
|
|
504
520
|
readonly initialized: boolean;
|
|
505
521
|
readonly name: string;
|
|
506
522
|
readonly regions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
|
|
507
523
|
readonly aliases: string[];
|
|
508
524
|
readonly displayName: string | undefined;
|
|
509
|
-
hasName(name: string): boolean;
|
|
510
|
-
* #action
|
|
511
|
-
*/
|
|
525
|
+
hasName(name: string): boolean;
|
|
512
526
|
readonly allAliases: string[];
|
|
513
527
|
readonly allRefNames: string[] | undefined;
|
|
514
528
|
readonly lowerCaseRefNames: string[] | undefined;
|
|
@@ -558,15 +572,15 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
558
572
|
[x: string]: string | undefined;
|
|
559
573
|
} | undefined;
|
|
560
574
|
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
575
|
+
} & {
|
|
576
|
+
getConf(arg: string): any;
|
|
561
577
|
} & {
|
|
562
578
|
readonly initialized: boolean;
|
|
563
579
|
readonly name: string;
|
|
564
580
|
readonly regions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
|
|
565
581
|
readonly aliases: string[];
|
|
566
582
|
readonly displayName: string | undefined;
|
|
567
|
-
hasName(name: string): boolean;
|
|
568
|
-
* #action
|
|
569
|
-
*/
|
|
583
|
+
hasName(name: string): boolean;
|
|
570
584
|
readonly allAliases: string[];
|
|
571
585
|
readonly allRefNames: string[] | undefined;
|
|
572
586
|
readonly lowerCaseRefNames: string[] | undefined;
|
|
@@ -621,6 +635,8 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
621
635
|
[x: string]: string | undefined;
|
|
622
636
|
} | undefined;
|
|
623
637
|
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
638
|
+
} & {
|
|
639
|
+
getConf(arg: string): any;
|
|
624
640
|
} & {
|
|
625
641
|
readonly initialized: boolean;
|
|
626
642
|
readonly name: string;
|
|
@@ -663,117 +679,119 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
663
679
|
}>;
|
|
664
680
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
665
681
|
}, {
|
|
666
|
-
readonly assemblyNameMap: {
|
|
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
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
682
|
+
readonly assemblyNameMap: Record<string, ({
|
|
683
|
+
configuration: any;
|
|
684
|
+
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
685
|
+
error: unknown;
|
|
686
|
+
loaded: boolean;
|
|
687
|
+
loadingP: Promise<void> | undefined;
|
|
688
|
+
volatileRegions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
|
|
689
|
+
refNameAliases: {
|
|
690
|
+
[x: string]: string | undefined;
|
|
691
|
+
} | undefined;
|
|
692
|
+
lowerCaseRefNameAliases: {
|
|
693
|
+
[x: string]: string | undefined;
|
|
694
|
+
} | undefined;
|
|
695
|
+
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
696
|
+
} & {
|
|
697
|
+
getConf(arg: string): any;
|
|
698
|
+
} & {
|
|
699
|
+
readonly initialized: boolean;
|
|
700
|
+
readonly name: string;
|
|
701
|
+
readonly regions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
|
|
702
|
+
readonly aliases: string[];
|
|
703
|
+
readonly displayName: string | undefined;
|
|
704
|
+
hasName(name: string): boolean;
|
|
705
|
+
readonly allAliases: string[];
|
|
706
|
+
readonly allRefNames: string[] | undefined;
|
|
707
|
+
readonly lowerCaseRefNames: string[] | undefined;
|
|
708
|
+
readonly allRefNamesWithLowerCase: string[] | undefined;
|
|
709
|
+
readonly rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
|
|
710
|
+
readonly refNameColors: string[];
|
|
711
|
+
} & {
|
|
712
|
+
readonly refNames: string[] | undefined;
|
|
713
|
+
} & {
|
|
714
|
+
getCanonicalRefName(refName: string): string | undefined;
|
|
715
|
+
getRefNameColor(refName: string): string | undefined;
|
|
716
|
+
isValidRefName(refName: string): boolean;
|
|
717
|
+
} & {
|
|
718
|
+
setLoaded({ adapterRegionsWithAssembly, refNameAliases, lowerCaseRefNameAliases, cytobands, }: import("@jbrowse/core/assemblyManager/assembly").Loading): void;
|
|
719
|
+
setError(e: unknown): void;
|
|
720
|
+
setRegions(regions: import("@jbrowse/core/util").Region[]): void;
|
|
721
|
+
setRefNameAliases(aliases: {
|
|
722
|
+
[x: string]: string | undefined;
|
|
723
|
+
}, lcAliases: {
|
|
724
|
+
[x: string]: string | undefined;
|
|
725
|
+
}): void;
|
|
726
|
+
setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
|
|
727
|
+
setLoadingP(p?: Promise<void> | undefined): void;
|
|
728
|
+
load(): Promise<void>;
|
|
729
|
+
loadPre(): Promise<void>;
|
|
730
|
+
} & {
|
|
731
|
+
getAdapterMapEntry(adapterConf: unknown, options: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<import("@jbrowse/core/assemblyManager/assembly").RefNameMap>;
|
|
732
|
+
getRefNameMapForAdapter(adapterConf: unknown, opts: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<{
|
|
733
|
+
[x: string]: string | undefined;
|
|
734
|
+
}>;
|
|
735
|
+
getReverseRefNameMapForAdapter(adapterConf: unknown, opts: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<{
|
|
736
|
+
[x: string]: string | undefined;
|
|
737
|
+
}>;
|
|
738
|
+
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
739
|
+
configuration: import("mobx-state-tree").IMaybe<import("mobx-state-tree").IReferenceType<import("mobx-state-tree").IAnyType>>;
|
|
740
|
+
}, {
|
|
741
|
+
error: unknown;
|
|
742
|
+
loaded: boolean;
|
|
743
|
+
loadingP: Promise<void> | undefined;
|
|
744
|
+
volatileRegions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
|
|
745
|
+
refNameAliases: {
|
|
746
|
+
[x: string]: string | undefined;
|
|
747
|
+
} | undefined;
|
|
748
|
+
lowerCaseRefNameAliases: {
|
|
749
|
+
[x: string]: string | undefined;
|
|
750
|
+
} | undefined;
|
|
751
|
+
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
752
|
+
} & {
|
|
753
|
+
getConf(arg: string): any;
|
|
754
|
+
} & {
|
|
755
|
+
readonly initialized: boolean;
|
|
756
|
+
readonly name: string;
|
|
757
|
+
readonly regions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
|
|
758
|
+
readonly aliases: string[];
|
|
759
|
+
readonly displayName: string | undefined;
|
|
760
|
+
hasName(name: string): boolean;
|
|
761
|
+
readonly allAliases: string[];
|
|
762
|
+
readonly allRefNames: string[] | undefined;
|
|
763
|
+
readonly lowerCaseRefNames: string[] | undefined;
|
|
764
|
+
readonly allRefNamesWithLowerCase: string[] | undefined;
|
|
765
|
+
readonly rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
|
|
766
|
+
readonly refNameColors: string[];
|
|
767
|
+
} & {
|
|
768
|
+
readonly refNames: string[] | undefined;
|
|
769
|
+
} & {
|
|
770
|
+
getCanonicalRefName(refName: string): string | undefined;
|
|
771
|
+
getRefNameColor(refName: string): string | undefined;
|
|
772
|
+
isValidRefName(refName: string): boolean;
|
|
773
|
+
} & {
|
|
774
|
+
setLoaded({ adapterRegionsWithAssembly, refNameAliases, lowerCaseRefNameAliases, cytobands, }: import("@jbrowse/core/assemblyManager/assembly").Loading): void;
|
|
775
|
+
setError(e: unknown): void;
|
|
776
|
+
setRegions(regions: import("@jbrowse/core/util").Region[]): void;
|
|
777
|
+
setRefNameAliases(aliases: {
|
|
778
|
+
[x: string]: string | undefined;
|
|
779
|
+
}, lcAliases: {
|
|
780
|
+
[x: string]: string | undefined;
|
|
781
|
+
}): void;
|
|
782
|
+
setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
|
|
783
|
+
setLoadingP(p?: Promise<void> | undefined): void;
|
|
784
|
+
load(): Promise<void>;
|
|
785
|
+
loadPre(): Promise<void>;
|
|
786
|
+
} & {
|
|
787
|
+
getAdapterMapEntry(adapterConf: unknown, options: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<import("@jbrowse/core/assemblyManager/assembly").RefNameMap>;
|
|
788
|
+
getRefNameMapForAdapter(adapterConf: unknown, opts: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<{
|
|
789
|
+
[x: string]: string | undefined;
|
|
790
|
+
}>;
|
|
791
|
+
getReverseRefNameMapForAdapter(adapterConf: unknown, opts: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<{
|
|
792
|
+
[x: string]: string | undefined;
|
|
793
|
+
}>;
|
|
794
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>) | undefined>;
|
|
777
795
|
} & {
|
|
778
796
|
get(asmName: string): ({
|
|
779
797
|
configuration: any;
|
|
@@ -789,6 +807,8 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
789
807
|
[x: string]: string | undefined;
|
|
790
808
|
} | undefined;
|
|
791
809
|
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
810
|
+
} & {
|
|
811
|
+
getConf(arg: string): any;
|
|
792
812
|
} & {
|
|
793
813
|
readonly initialized: boolean;
|
|
794
814
|
readonly name: string;
|
|
@@ -843,6 +863,8 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
843
863
|
[x: string]: string | undefined;
|
|
844
864
|
} | undefined;
|
|
845
865
|
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
866
|
+
} & {
|
|
867
|
+
getConf(arg: string): any;
|
|
846
868
|
} & {
|
|
847
869
|
readonly initialized: boolean;
|
|
848
870
|
readonly name: string;
|
|
@@ -906,6 +928,8 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
906
928
|
[x: string]: string | undefined;
|
|
907
929
|
} | undefined;
|
|
908
930
|
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
931
|
+
} & {
|
|
932
|
+
getConf(arg: string): any;
|
|
909
933
|
} & {
|
|
910
934
|
readonly initialized: boolean;
|
|
911
935
|
readonly name: string;
|
|
@@ -960,6 +984,8 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
960
984
|
[x: string]: string | undefined;
|
|
961
985
|
} | undefined;
|
|
962
986
|
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
987
|
+
} & {
|
|
988
|
+
getConf(arg: string): any;
|
|
963
989
|
} & {
|
|
964
990
|
readonly initialized: boolean;
|
|
965
991
|
readonly name: string;
|
|
@@ -1032,15 +1058,15 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1032
1058
|
[x: string]: string | undefined;
|
|
1033
1059
|
} | undefined;
|
|
1034
1060
|
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
1061
|
+
} & {
|
|
1062
|
+
getConf(arg: string): any;
|
|
1035
1063
|
} & {
|
|
1036
1064
|
readonly initialized: boolean;
|
|
1037
1065
|
readonly name: string;
|
|
1038
1066
|
readonly regions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
|
|
1039
1067
|
readonly aliases: string[];
|
|
1040
1068
|
readonly displayName: string | undefined;
|
|
1041
|
-
hasName(name: string): boolean;
|
|
1042
|
-
* #action
|
|
1043
|
-
*/
|
|
1069
|
+
hasName(name: string): boolean;
|
|
1044
1070
|
readonly allAliases: string[];
|
|
1045
1071
|
readonly allRefNames: string[] | undefined;
|
|
1046
1072
|
readonly lowerCaseRefNames: string[] | undefined;
|
|
@@ -1090,15 +1116,15 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1090
1116
|
[x: string]: string | undefined;
|
|
1091
1117
|
} | undefined;
|
|
1092
1118
|
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
1119
|
+
} & {
|
|
1120
|
+
getConf(arg: string): any;
|
|
1093
1121
|
} & {
|
|
1094
1122
|
readonly initialized: boolean;
|
|
1095
1123
|
readonly name: string;
|
|
1096
1124
|
readonly regions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
|
|
1097
1125
|
readonly aliases: string[];
|
|
1098
1126
|
readonly displayName: string | undefined;
|
|
1099
|
-
hasName(name: string): boolean;
|
|
1100
|
-
* #action
|
|
1101
|
-
*/
|
|
1127
|
+
hasName(name: string): boolean;
|
|
1102
1128
|
readonly allAliases: string[];
|
|
1103
1129
|
readonly allRefNames: string[] | undefined;
|
|
1104
1130
|
readonly lowerCaseRefNames: string[] | undefined;
|
|
@@ -1172,6 +1198,8 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1172
1198
|
[x: string]: string | undefined;
|
|
1173
1199
|
} | undefined;
|
|
1174
1200
|
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
1201
|
+
} & {
|
|
1202
|
+
getConf(arg: string): any;
|
|
1175
1203
|
} & {
|
|
1176
1204
|
readonly initialized: boolean;
|
|
1177
1205
|
readonly name: string;
|
|
@@ -1214,117 +1242,119 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1214
1242
|
}>;
|
|
1215
1243
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
1216
1244
|
}, {
|
|
1217
|
-
readonly assemblyNameMap: {
|
|
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
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1245
|
+
readonly assemblyNameMap: Record<string, ({
|
|
1246
|
+
configuration: any;
|
|
1247
|
+
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
1248
|
+
error: unknown;
|
|
1249
|
+
loaded: boolean;
|
|
1250
|
+
loadingP: Promise<void> | undefined;
|
|
1251
|
+
volatileRegions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
|
|
1252
|
+
refNameAliases: {
|
|
1253
|
+
[x: string]: string | undefined;
|
|
1254
|
+
} | undefined;
|
|
1255
|
+
lowerCaseRefNameAliases: {
|
|
1256
|
+
[x: string]: string | undefined;
|
|
1257
|
+
} | undefined;
|
|
1258
|
+
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
1259
|
+
} & {
|
|
1260
|
+
getConf(arg: string): any;
|
|
1261
|
+
} & {
|
|
1262
|
+
readonly initialized: boolean;
|
|
1263
|
+
readonly name: string;
|
|
1264
|
+
readonly regions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
|
|
1265
|
+
readonly aliases: string[];
|
|
1266
|
+
readonly displayName: string | undefined;
|
|
1267
|
+
hasName(name: string): boolean;
|
|
1268
|
+
readonly allAliases: string[];
|
|
1269
|
+
readonly allRefNames: string[] | undefined;
|
|
1270
|
+
readonly lowerCaseRefNames: string[] | undefined;
|
|
1271
|
+
readonly allRefNamesWithLowerCase: string[] | undefined;
|
|
1272
|
+
readonly rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
|
|
1273
|
+
readonly refNameColors: string[];
|
|
1274
|
+
} & {
|
|
1275
|
+
readonly refNames: string[] | undefined;
|
|
1276
|
+
} & {
|
|
1277
|
+
getCanonicalRefName(refName: string): string | undefined;
|
|
1278
|
+
getRefNameColor(refName: string): string | undefined;
|
|
1279
|
+
isValidRefName(refName: string): boolean;
|
|
1280
|
+
} & {
|
|
1281
|
+
setLoaded({ adapterRegionsWithAssembly, refNameAliases, lowerCaseRefNameAliases, cytobands, }: import("@jbrowse/core/assemblyManager/assembly").Loading): void;
|
|
1282
|
+
setError(e: unknown): void;
|
|
1283
|
+
setRegions(regions: import("@jbrowse/core/util").Region[]): void;
|
|
1284
|
+
setRefNameAliases(aliases: {
|
|
1285
|
+
[x: string]: string | undefined;
|
|
1286
|
+
}, lcAliases: {
|
|
1287
|
+
[x: string]: string | undefined;
|
|
1288
|
+
}): void;
|
|
1289
|
+
setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
|
|
1290
|
+
setLoadingP(p?: Promise<void> | undefined): void;
|
|
1291
|
+
load(): Promise<void>;
|
|
1292
|
+
loadPre(): Promise<void>;
|
|
1293
|
+
} & {
|
|
1294
|
+
getAdapterMapEntry(adapterConf: unknown, options: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<import("@jbrowse/core/assemblyManager/assembly").RefNameMap>;
|
|
1295
|
+
getRefNameMapForAdapter(adapterConf: unknown, opts: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<{
|
|
1296
|
+
[x: string]: string | undefined;
|
|
1297
|
+
}>;
|
|
1298
|
+
getReverseRefNameMapForAdapter(adapterConf: unknown, opts: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<{
|
|
1299
|
+
[x: string]: string | undefined;
|
|
1300
|
+
}>;
|
|
1301
|
+
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
1302
|
+
configuration: import("mobx-state-tree").IMaybe<import("mobx-state-tree").IReferenceType<import("mobx-state-tree").IAnyType>>;
|
|
1303
|
+
}, {
|
|
1304
|
+
error: unknown;
|
|
1305
|
+
loaded: boolean;
|
|
1306
|
+
loadingP: Promise<void> | undefined;
|
|
1307
|
+
volatileRegions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
|
|
1308
|
+
refNameAliases: {
|
|
1309
|
+
[x: string]: string | undefined;
|
|
1310
|
+
} | undefined;
|
|
1311
|
+
lowerCaseRefNameAliases: {
|
|
1312
|
+
[x: string]: string | undefined;
|
|
1313
|
+
} | undefined;
|
|
1314
|
+
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
1315
|
+
} & {
|
|
1316
|
+
getConf(arg: string): any;
|
|
1317
|
+
} & {
|
|
1318
|
+
readonly initialized: boolean;
|
|
1319
|
+
readonly name: string;
|
|
1320
|
+
readonly regions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
|
|
1321
|
+
readonly aliases: string[];
|
|
1322
|
+
readonly displayName: string | undefined;
|
|
1323
|
+
hasName(name: string): boolean;
|
|
1324
|
+
readonly allAliases: string[];
|
|
1325
|
+
readonly allRefNames: string[] | undefined;
|
|
1326
|
+
readonly lowerCaseRefNames: string[] | undefined;
|
|
1327
|
+
readonly allRefNamesWithLowerCase: string[] | undefined;
|
|
1328
|
+
readonly rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
|
|
1329
|
+
readonly refNameColors: string[];
|
|
1330
|
+
} & {
|
|
1331
|
+
readonly refNames: string[] | undefined;
|
|
1332
|
+
} & {
|
|
1333
|
+
getCanonicalRefName(refName: string): string | undefined;
|
|
1334
|
+
getRefNameColor(refName: string): string | undefined;
|
|
1335
|
+
isValidRefName(refName: string): boolean;
|
|
1336
|
+
} & {
|
|
1337
|
+
setLoaded({ adapterRegionsWithAssembly, refNameAliases, lowerCaseRefNameAliases, cytobands, }: import("@jbrowse/core/assemblyManager/assembly").Loading): void;
|
|
1338
|
+
setError(e: unknown): void;
|
|
1339
|
+
setRegions(regions: import("@jbrowse/core/util").Region[]): void;
|
|
1340
|
+
setRefNameAliases(aliases: {
|
|
1341
|
+
[x: string]: string | undefined;
|
|
1342
|
+
}, lcAliases: {
|
|
1343
|
+
[x: string]: string | undefined;
|
|
1344
|
+
}): void;
|
|
1345
|
+
setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
|
|
1346
|
+
setLoadingP(p?: Promise<void> | undefined): void;
|
|
1347
|
+
load(): Promise<void>;
|
|
1348
|
+
loadPre(): Promise<void>;
|
|
1349
|
+
} & {
|
|
1350
|
+
getAdapterMapEntry(adapterConf: unknown, options: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<import("@jbrowse/core/assemblyManager/assembly").RefNameMap>;
|
|
1351
|
+
getRefNameMapForAdapter(adapterConf: unknown, opts: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<{
|
|
1352
|
+
[x: string]: string | undefined;
|
|
1353
|
+
}>;
|
|
1354
|
+
getReverseRefNameMapForAdapter(adapterConf: unknown, opts: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<{
|
|
1355
|
+
[x: string]: string | undefined;
|
|
1356
|
+
}>;
|
|
1357
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>) | undefined>;
|
|
1328
1358
|
} & {
|
|
1329
1359
|
get(asmName: string): ({
|
|
1330
1360
|
configuration: any;
|
|
@@ -1340,6 +1370,8 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1340
1370
|
[x: string]: string | undefined;
|
|
1341
1371
|
} | undefined;
|
|
1342
1372
|
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
1373
|
+
} & {
|
|
1374
|
+
getConf(arg: string): any;
|
|
1343
1375
|
} & {
|
|
1344
1376
|
readonly initialized: boolean;
|
|
1345
1377
|
readonly name: string;
|
|
@@ -1394,6 +1426,8 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1394
1426
|
[x: string]: string | undefined;
|
|
1395
1427
|
} | undefined;
|
|
1396
1428
|
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
1429
|
+
} & {
|
|
1430
|
+
getConf(arg: string): any;
|
|
1397
1431
|
} & {
|
|
1398
1432
|
readonly initialized: boolean;
|
|
1399
1433
|
readonly name: string;
|
|
@@ -1457,6 +1491,8 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1457
1491
|
[x: string]: string | undefined;
|
|
1458
1492
|
} | undefined;
|
|
1459
1493
|
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
1494
|
+
} & {
|
|
1495
|
+
getConf(arg: string): any;
|
|
1460
1496
|
} & {
|
|
1461
1497
|
readonly initialized: boolean;
|
|
1462
1498
|
readonly name: string;
|
|
@@ -1511,6 +1547,8 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1511
1547
|
[x: string]: string | undefined;
|
|
1512
1548
|
} | undefined;
|
|
1513
1549
|
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
1550
|
+
} & {
|
|
1551
|
+
getConf(arg: string): any;
|
|
1514
1552
|
} & {
|
|
1515
1553
|
readonly initialized: boolean;
|
|
1516
1554
|
readonly name: string;
|
|
@@ -1583,15 +1621,15 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1583
1621
|
[x: string]: string | undefined;
|
|
1584
1622
|
} | undefined;
|
|
1585
1623
|
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
1624
|
+
} & {
|
|
1625
|
+
getConf(arg: string): any;
|
|
1586
1626
|
} & {
|
|
1587
1627
|
readonly initialized: boolean;
|
|
1588
1628
|
readonly name: string;
|
|
1589
1629
|
readonly regions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
|
|
1590
1630
|
readonly aliases: string[];
|
|
1591
1631
|
readonly displayName: string | undefined;
|
|
1592
|
-
hasName(name: string): boolean;
|
|
1593
|
-
* #action
|
|
1594
|
-
*/
|
|
1632
|
+
hasName(name: string): boolean;
|
|
1595
1633
|
readonly allAliases: string[];
|
|
1596
1634
|
readonly allRefNames: string[] | undefined;
|
|
1597
1635
|
readonly lowerCaseRefNames: string[] | undefined;
|
|
@@ -1641,15 +1679,15 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1641
1679
|
[x: string]: string | undefined;
|
|
1642
1680
|
} | undefined;
|
|
1643
1681
|
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
1682
|
+
} & {
|
|
1683
|
+
getConf(arg: string): any;
|
|
1644
1684
|
} & {
|
|
1645
1685
|
readonly initialized: boolean;
|
|
1646
1686
|
readonly name: string;
|
|
1647
1687
|
readonly regions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
|
|
1648
1688
|
readonly aliases: string[];
|
|
1649
1689
|
readonly displayName: string | undefined;
|
|
1650
|
-
hasName(name: string): boolean;
|
|
1651
|
-
* #action
|
|
1652
|
-
*/
|
|
1690
|
+
hasName(name: string): boolean;
|
|
1653
1691
|
readonly allAliases: string[];
|
|
1654
1692
|
readonly allRefNames: string[] | undefined;
|
|
1655
1693
|
readonly lowerCaseRefNames: string[] | undefined;
|