@jbrowse/product-core 2.11.2 → 2.12.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 +14 -144
- package/dist/RootModel/BaseRootModel.js +2 -3
- package/dist/RootModel/FormatAbout.js +1 -2
- package/dist/RootModel/FormatDetails.js +1 -2
- package/dist/RootModel/HierarchicalConfig.js +1 -2
- package/dist/RootModel/InternetAccounts.js +1 -2
- package/dist/Session/BaseSession.d.ts +10 -8
- package/dist/Session/BaseSession.js +3 -4
- package/dist/Session/Connections.d.ts +29 -71
- package/dist/Session/Connections.js +2 -3
- package/dist/Session/DialogQueue.js +2 -3
- package/dist/Session/DrawerWidgets.js +2 -3
- package/dist/Session/MultipleViews.d.ts +84 -461
- package/dist/Session/MultipleViews.js +2 -3
- package/dist/Session/ReferenceManagement.js +2 -3
- package/dist/Session/SessionTracks.d.ts +69 -525
- package/dist/Session/SessionTracks.js +2 -3
- package/dist/Session/Themes.js +2 -3
- package/dist/Session/Tracks.d.ts +62 -535
- package/dist/Session/Tracks.js +2 -3
- package/dist/rpcWorker.js +1 -2
- package/dist/ui/AboutDialog.js +1 -2
- package/dist/ui/AboutDialogContents.d.ts +3 -2
- package/dist/ui/AboutDialogContents.js +19 -10
- package/dist/ui/FileInfoPanel.js +1 -1
- package/dist/ui/RefNameInfoDialog.d.ts +7 -0
- package/dist/ui/RefNameInfoDialog.js +110 -0
- package/esm/RootModel/BaseRootModel.d.ts +14 -144
- package/esm/Session/BaseSession.d.ts +10 -8
- package/esm/Session/Connections.d.ts +29 -71
- package/esm/Session/MultipleViews.d.ts +84 -461
- package/esm/Session/SessionTracks.d.ts +69 -525
- package/esm/Session/Tracks.d.ts +62 -535
- package/esm/ui/AboutDialogContents.d.ts +3 -2
- package/esm/ui/AboutDialogContents.js +19 -9
- package/esm/ui/RefNameInfoDialog.d.ts +7 -0
- package/esm/ui/RefNameInfoDialog.js +82 -0
- package/package.json +3 -3
package/dist/Session/Tracks.d.ts
CHANGED
|
@@ -29,9 +29,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
29
29
|
volatileRegions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
|
|
30
30
|
refNameAliases: {
|
|
31
31
|
[x: string]: string | undefined;
|
|
32
|
-
} | undefined;
|
|
33
|
-
* #action
|
|
34
|
-
*/
|
|
32
|
+
} | undefined;
|
|
35
33
|
lowerCaseRefNameAliases: {
|
|
36
34
|
[x: string]: string | undefined;
|
|
37
35
|
} | undefined;
|
|
@@ -67,7 +65,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
67
65
|
[x: string]: string | undefined;
|
|
68
66
|
}): void;
|
|
69
67
|
setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
|
|
70
|
-
setLoadingP(p?: Promise<void>
|
|
68
|
+
setLoadingP(p?: Promise<void>): void;
|
|
71
69
|
load(): Promise<void>;
|
|
72
70
|
loadPre(): Promise<void>;
|
|
73
71
|
} & {
|
|
@@ -93,9 +91,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
93
91
|
volatileRegions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
|
|
94
92
|
refNameAliases: {
|
|
95
93
|
[x: string]: string | undefined;
|
|
96
|
-
} | undefined;
|
|
97
|
-
* #action
|
|
98
|
-
*/
|
|
94
|
+
} | undefined;
|
|
99
95
|
lowerCaseRefNameAliases: {
|
|
100
96
|
[x: string]: string | undefined;
|
|
101
97
|
} | undefined;
|
|
@@ -131,7 +127,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
131
127
|
[x: string]: string | undefined;
|
|
132
128
|
}): void;
|
|
133
129
|
setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
|
|
134
|
-
setLoadingP(p?: Promise<void>
|
|
130
|
+
setLoadingP(p?: Promise<void>): void;
|
|
135
131
|
load(): Promise<void>;
|
|
136
132
|
loadPre(): Promise<void>;
|
|
137
133
|
} & {
|
|
@@ -195,7 +191,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
195
191
|
[x: string]: string | undefined;
|
|
196
192
|
}): void;
|
|
197
193
|
setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
|
|
198
|
-
setLoadingP(p?: Promise<void>
|
|
194
|
+
setLoadingP(p?: Promise<void>): void;
|
|
199
195
|
load(): Promise<void>;
|
|
200
196
|
loadPre(): Promise<void>;
|
|
201
197
|
} & {
|
|
@@ -257,7 +253,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
257
253
|
[x: string]: string | undefined;
|
|
258
254
|
}): void;
|
|
259
255
|
setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
|
|
260
|
-
setLoadingP(p?: Promise<void>
|
|
256
|
+
setLoadingP(p?: Promise<void>): void;
|
|
261
257
|
load(): Promise<void>;
|
|
262
258
|
loadPre(): Promise<void>;
|
|
263
259
|
} & {
|
|
@@ -321,7 +317,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
321
317
|
[x: string]: string | undefined;
|
|
322
318
|
}): void;
|
|
323
319
|
setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
|
|
324
|
-
setLoadingP(p?: Promise<void>
|
|
320
|
+
setLoadingP(p?: Promise<void>): void;
|
|
325
321
|
load(): Promise<void>;
|
|
326
322
|
loadPre(): Promise<void>;
|
|
327
323
|
} & {
|
|
@@ -383,7 +379,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
383
379
|
[x: string]: string | undefined;
|
|
384
380
|
}): void;
|
|
385
381
|
setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
|
|
386
|
-
setLoadingP(p?: Promise<void>
|
|
382
|
+
setLoadingP(p?: Promise<void>): void;
|
|
387
383
|
load(): Promise<void>;
|
|
388
384
|
loadPre(): Promise<void>;
|
|
389
385
|
} & {
|
|
@@ -402,11 +398,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
402
398
|
}>;
|
|
403
399
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>) | undefined;
|
|
404
400
|
readonly assemblyNamesList: any[];
|
|
405
|
-
readonly assemblyList:
|
|
406
|
-
[x: string]: any;
|
|
407
|
-
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
408
|
-
setSubschema(slotName: string, data: unknown): any;
|
|
409
|
-
} & import("mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration").AnyConfigurationSchemaType>)[];
|
|
401
|
+
readonly assemblyList: AnyConfigurationModel[];
|
|
410
402
|
readonly rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
|
|
411
403
|
} & {
|
|
412
404
|
waitForAssembly(assemblyName: string): Promise<({
|
|
@@ -454,7 +446,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
454
446
|
[x: string]: string | undefined;
|
|
455
447
|
}): void;
|
|
456
448
|
setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
|
|
457
|
-
setLoadingP(p?: Promise<void>
|
|
449
|
+
setLoadingP(p?: Promise<void>): void;
|
|
458
450
|
load(): Promise<void>;
|
|
459
451
|
loadPre(): Promise<void>;
|
|
460
452
|
} & {
|
|
@@ -516,7 +508,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
516
508
|
[x: string]: string | undefined;
|
|
517
509
|
}): void;
|
|
518
510
|
setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
|
|
519
|
-
setLoadingP(p?: Promise<void>
|
|
511
|
+
setLoadingP(p?: Promise<void>): void;
|
|
520
512
|
load(): Promise<void>;
|
|
521
513
|
loadPre(): Promise<void>;
|
|
522
514
|
} & {
|
|
@@ -537,7 +529,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
537
529
|
getRefNameMapForAdapter(adapterConf: {
|
|
538
530
|
[x: string]: unknown;
|
|
539
531
|
}, assemblyName: string | undefined, opts: {
|
|
540
|
-
signal?: AbortSignal
|
|
532
|
+
signal?: AbortSignal;
|
|
541
533
|
sessionId: string;
|
|
542
534
|
}): Promise<{
|
|
543
535
|
[x: string]: string | undefined;
|
|
@@ -545,7 +537,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
545
537
|
getReverseRefNameMapForAdapter(adapterConf: {
|
|
546
538
|
[x: string]: unknown;
|
|
547
539
|
}, assemblyName: string | undefined, opts: {
|
|
548
|
-
signal?: AbortSignal
|
|
540
|
+
signal?: AbortSignal;
|
|
549
541
|
sessionId: string;
|
|
550
542
|
}): Promise<{
|
|
551
543
|
[x: string]: string | undefined;
|
|
@@ -553,137 +545,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
553
545
|
isValidRefName(refName: string, assemblyName: string): boolean;
|
|
554
546
|
} & {
|
|
555
547
|
afterAttach(): void;
|
|
556
|
-
removeAssembly(asm:
|
|
557
|
-
configuration: any;
|
|
558
|
-
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
559
|
-
/**
|
|
560
|
-
* #action
|
|
561
|
-
*/
|
|
562
|
-
error: unknown;
|
|
563
|
-
loaded: boolean;
|
|
564
|
-
loadingP: Promise<void> | undefined;
|
|
565
|
-
volatileRegions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
|
|
566
|
-
refNameAliases: {
|
|
567
|
-
[x: string]: string | undefined;
|
|
568
|
-
} | undefined;
|
|
569
|
-
lowerCaseRefNameAliases: {
|
|
570
|
-
[x: string]: string | undefined;
|
|
571
|
-
} | undefined;
|
|
572
|
-
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
573
|
-
} & {
|
|
574
|
-
getConf(arg: string): any;
|
|
575
|
-
} & {
|
|
576
|
-
readonly initialized: boolean;
|
|
577
|
-
readonly name: string;
|
|
578
|
-
readonly regions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
|
|
579
|
-
readonly aliases: string[];
|
|
580
|
-
readonly displayName: string | undefined;
|
|
581
|
-
hasName(name: string): boolean;
|
|
582
|
-
readonly allAliases: string[];
|
|
583
|
-
readonly allRefNames: string[] | undefined;
|
|
584
|
-
readonly lowerCaseRefNames: string[] | undefined;
|
|
585
|
-
readonly allRefNamesWithLowerCase: string[] | undefined;
|
|
586
|
-
readonly rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
|
|
587
|
-
readonly refNameColors: string[];
|
|
588
|
-
} & {
|
|
589
|
-
readonly refNames: string[] | undefined;
|
|
590
|
-
} & {
|
|
591
|
-
getCanonicalRefName(refName: string): string | undefined;
|
|
592
|
-
getRefNameColor(refName: string): string | undefined;
|
|
593
|
-
isValidRefName(refName: string): boolean;
|
|
594
|
-
} & {
|
|
595
|
-
setLoaded({ adapterRegionsWithAssembly, refNameAliases, lowerCaseRefNameAliases, cytobands, }: import("@jbrowse/core/assemblyManager/assembly").Loading): void;
|
|
596
|
-
setError(e: unknown): void;
|
|
597
|
-
setRegions(regions: import("@jbrowse/core/util").Region[]): void;
|
|
598
|
-
setRefNameAliases(aliases: {
|
|
599
|
-
[x: string]: string | undefined;
|
|
600
|
-
}, lcAliases: {
|
|
601
|
-
[x: string]: string | undefined;
|
|
602
|
-
}): void;
|
|
603
|
-
setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
|
|
604
|
-
setLoadingP(p?: Promise<void> | undefined): void;
|
|
605
|
-
load(): Promise<void>;
|
|
606
|
-
loadPre(): Promise<void>;
|
|
607
|
-
} & {
|
|
608
|
-
getAdapterMapEntry(adapterConf: {
|
|
609
|
-
[x: string]: unknown;
|
|
610
|
-
}, options: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<import("@jbrowse/core/assemblyManager/assembly").RefNameMap>;
|
|
611
|
-
getRefNameMapForAdapter(adapterConf: {
|
|
612
|
-
[x: string]: unknown;
|
|
613
|
-
}, opts: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<{
|
|
614
|
-
[x: string]: string | undefined;
|
|
615
|
-
}>;
|
|
616
|
-
getReverseRefNameMapForAdapter(adapterConf: {
|
|
617
|
-
[x: string]: unknown;
|
|
618
|
-
}, opts: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<{
|
|
619
|
-
[x: string]: string | undefined;
|
|
620
|
-
}>;
|
|
621
|
-
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
622
|
-
configuration: import("mobx-state-tree").IMaybe<import("mobx-state-tree").IReferenceType<import("mobx-state-tree").IAnyType>>;
|
|
623
|
-
}, {
|
|
624
|
-
/**
|
|
625
|
-
* #action
|
|
626
|
-
*/
|
|
627
|
-
error: unknown;
|
|
628
|
-
loaded: boolean;
|
|
629
|
-
loadingP: Promise<void> | undefined;
|
|
630
|
-
volatileRegions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
|
|
631
|
-
refNameAliases: {
|
|
632
|
-
[x: string]: string | undefined;
|
|
633
|
-
} | undefined;
|
|
634
|
-
lowerCaseRefNameAliases: {
|
|
635
|
-
[x: string]: string | undefined;
|
|
636
|
-
} | undefined;
|
|
637
|
-
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
638
|
-
} & {
|
|
639
|
-
getConf(arg: string): any;
|
|
640
|
-
} & {
|
|
641
|
-
readonly initialized: boolean;
|
|
642
|
-
readonly name: string;
|
|
643
|
-
readonly regions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
|
|
644
|
-
readonly aliases: string[];
|
|
645
|
-
readonly displayName: string | undefined;
|
|
646
|
-
hasName(name: string): boolean;
|
|
647
|
-
readonly allAliases: string[];
|
|
648
|
-
readonly allRefNames: string[] | undefined;
|
|
649
|
-
readonly lowerCaseRefNames: string[] | undefined;
|
|
650
|
-
readonly allRefNamesWithLowerCase: string[] | undefined;
|
|
651
|
-
readonly rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
|
|
652
|
-
readonly refNameColors: string[];
|
|
653
|
-
} & {
|
|
654
|
-
readonly refNames: string[] | undefined;
|
|
655
|
-
} & {
|
|
656
|
-
getCanonicalRefName(refName: string): string | undefined;
|
|
657
|
-
getRefNameColor(refName: string): string | undefined;
|
|
658
|
-
isValidRefName(refName: string): boolean;
|
|
659
|
-
} & {
|
|
660
|
-
setLoaded({ adapterRegionsWithAssembly, refNameAliases, lowerCaseRefNameAliases, cytobands, }: import("@jbrowse/core/assemblyManager/assembly").Loading): void;
|
|
661
|
-
setError(e: unknown): void;
|
|
662
|
-
setRegions(regions: import("@jbrowse/core/util").Region[]): void;
|
|
663
|
-
setRefNameAliases(aliases: {
|
|
664
|
-
[x: string]: string | undefined;
|
|
665
|
-
}, lcAliases: {
|
|
666
|
-
[x: string]: string | undefined;
|
|
667
|
-
}): void;
|
|
668
|
-
setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
|
|
669
|
-
setLoadingP(p?: Promise<void> | undefined): void;
|
|
670
|
-
load(): Promise<void>;
|
|
671
|
-
loadPre(): Promise<void>;
|
|
672
|
-
} & {
|
|
673
|
-
getAdapterMapEntry(adapterConf: {
|
|
674
|
-
[x: string]: unknown;
|
|
675
|
-
}, options: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<import("@jbrowse/core/assemblyManager/assembly").RefNameMap>;
|
|
676
|
-
getRefNameMapForAdapter(adapterConf: {
|
|
677
|
-
[x: string]: unknown;
|
|
678
|
-
}, opts: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<{
|
|
679
|
-
[x: string]: string | undefined;
|
|
680
|
-
}>;
|
|
681
|
-
getReverseRefNameMapForAdapter(adapterConf: {
|
|
682
|
-
[x: string]: unknown;
|
|
683
|
-
}, opts: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<{
|
|
684
|
-
[x: string]: string | undefined;
|
|
685
|
-
}>;
|
|
686
|
-
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>): void;
|
|
548
|
+
removeAssembly(asm: import("@jbrowse/core/assemblyManager/assembly").Assembly): void;
|
|
687
549
|
addAssembly(configuration: any): void;
|
|
688
550
|
replaceAssembly(idx: number, configuration: any): void;
|
|
689
551
|
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
@@ -696,9 +558,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
696
558
|
volatileRegions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
|
|
697
559
|
refNameAliases: {
|
|
698
560
|
[x: string]: string | undefined;
|
|
699
|
-
} | undefined;
|
|
700
|
-
* #action
|
|
701
|
-
*/
|
|
561
|
+
} | undefined;
|
|
702
562
|
lowerCaseRefNameAliases: {
|
|
703
563
|
[x: string]: string | undefined;
|
|
704
564
|
} | undefined;
|
|
@@ -734,7 +594,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
734
594
|
[x: string]: string | undefined;
|
|
735
595
|
}): void;
|
|
736
596
|
setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
|
|
737
|
-
setLoadingP(p?: Promise<void>
|
|
597
|
+
setLoadingP(p?: Promise<void>): void;
|
|
738
598
|
load(): Promise<void>;
|
|
739
599
|
loadPre(): Promise<void>;
|
|
740
600
|
} & {
|
|
@@ -798,7 +658,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
798
658
|
[x: string]: string | undefined;
|
|
799
659
|
}): void;
|
|
800
660
|
setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
|
|
801
|
-
setLoadingP(p?: Promise<void>
|
|
661
|
+
setLoadingP(p?: Promise<void>): void;
|
|
802
662
|
load(): Promise<void>;
|
|
803
663
|
loadPre(): Promise<void>;
|
|
804
664
|
} & {
|
|
@@ -860,7 +720,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
860
720
|
[x: string]: string | undefined;
|
|
861
721
|
}): void;
|
|
862
722
|
setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
|
|
863
|
-
setLoadingP(p?: Promise<void>
|
|
723
|
+
setLoadingP(p?: Promise<void>): void;
|
|
864
724
|
load(): Promise<void>;
|
|
865
725
|
loadPre(): Promise<void>;
|
|
866
726
|
} & {
|
|
@@ -924,7 +784,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
924
784
|
[x: string]: string | undefined;
|
|
925
785
|
}): void;
|
|
926
786
|
setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
|
|
927
|
-
setLoadingP(p?: Promise<void>
|
|
787
|
+
setLoadingP(p?: Promise<void>): void;
|
|
928
788
|
load(): Promise<void>;
|
|
929
789
|
loadPre(): Promise<void>;
|
|
930
790
|
} & {
|
|
@@ -986,7 +846,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
986
846
|
[x: string]: string | undefined;
|
|
987
847
|
}): void;
|
|
988
848
|
setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
|
|
989
|
-
setLoadingP(p?: Promise<void>
|
|
849
|
+
setLoadingP(p?: Promise<void>): void;
|
|
990
850
|
load(): Promise<void>;
|
|
991
851
|
loadPre(): Promise<void>;
|
|
992
852
|
} & {
|
|
@@ -1005,11 +865,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
1005
865
|
}>;
|
|
1006
866
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>) | undefined;
|
|
1007
867
|
readonly assemblyNamesList: any[];
|
|
1008
|
-
readonly assemblyList:
|
|
1009
|
-
[x: string]: any;
|
|
1010
|
-
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
1011
|
-
setSubschema(slotName: string, data: unknown): any;
|
|
1012
|
-
} & import("mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration").AnyConfigurationSchemaType>)[];
|
|
868
|
+
readonly assemblyList: AnyConfigurationModel[];
|
|
1013
869
|
readonly rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
|
|
1014
870
|
} & {
|
|
1015
871
|
waitForAssembly(assemblyName: string): Promise<({
|
|
@@ -1057,7 +913,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
1057
913
|
[x: string]: string | undefined;
|
|
1058
914
|
}): void;
|
|
1059
915
|
setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
|
|
1060
|
-
setLoadingP(p?: Promise<void>
|
|
916
|
+
setLoadingP(p?: Promise<void>): void;
|
|
1061
917
|
load(): Promise<void>;
|
|
1062
918
|
loadPre(): Promise<void>;
|
|
1063
919
|
} & {
|
|
@@ -1119,7 +975,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
1119
975
|
[x: string]: string | undefined;
|
|
1120
976
|
}): void;
|
|
1121
977
|
setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
|
|
1122
|
-
setLoadingP(p?: Promise<void>
|
|
978
|
+
setLoadingP(p?: Promise<void>): void;
|
|
1123
979
|
load(): Promise<void>;
|
|
1124
980
|
loadPre(): Promise<void>;
|
|
1125
981
|
} & {
|
|
@@ -1140,7 +996,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
1140
996
|
getRefNameMapForAdapter(adapterConf: {
|
|
1141
997
|
[x: string]: unknown;
|
|
1142
998
|
}, assemblyName: string | undefined, opts: {
|
|
1143
|
-
signal?: AbortSignal
|
|
999
|
+
signal?: AbortSignal;
|
|
1144
1000
|
sessionId: string;
|
|
1145
1001
|
}): Promise<{
|
|
1146
1002
|
[x: string]: string | undefined;
|
|
@@ -1148,7 +1004,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
1148
1004
|
getReverseRefNameMapForAdapter(adapterConf: {
|
|
1149
1005
|
[x: string]: unknown;
|
|
1150
1006
|
}, assemblyName: string | undefined, opts: {
|
|
1151
|
-
signal?: AbortSignal
|
|
1007
|
+
signal?: AbortSignal;
|
|
1152
1008
|
sessionId: string;
|
|
1153
1009
|
}): Promise<{
|
|
1154
1010
|
[x: string]: string | undefined;
|
|
@@ -1156,137 +1012,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
1156
1012
|
isValidRefName(refName: string, assemblyName: string): boolean;
|
|
1157
1013
|
} & {
|
|
1158
1014
|
afterAttach(): void;
|
|
1159
|
-
removeAssembly(asm:
|
|
1160
|
-
configuration: any;
|
|
1161
|
-
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
1162
|
-
/**
|
|
1163
|
-
* #action
|
|
1164
|
-
*/
|
|
1165
|
-
error: unknown;
|
|
1166
|
-
loaded: boolean;
|
|
1167
|
-
loadingP: Promise<void> | undefined;
|
|
1168
|
-
volatileRegions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
|
|
1169
|
-
refNameAliases: {
|
|
1170
|
-
[x: string]: string | undefined;
|
|
1171
|
-
} | undefined;
|
|
1172
|
-
lowerCaseRefNameAliases: {
|
|
1173
|
-
[x: string]: string | undefined;
|
|
1174
|
-
} | undefined;
|
|
1175
|
-
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
1176
|
-
} & {
|
|
1177
|
-
getConf(arg: string): any;
|
|
1178
|
-
} & {
|
|
1179
|
-
readonly initialized: boolean;
|
|
1180
|
-
readonly name: string;
|
|
1181
|
-
readonly regions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
|
|
1182
|
-
readonly aliases: string[];
|
|
1183
|
-
readonly displayName: string | undefined;
|
|
1184
|
-
hasName(name: string): boolean;
|
|
1185
|
-
readonly allAliases: string[];
|
|
1186
|
-
readonly allRefNames: string[] | undefined;
|
|
1187
|
-
readonly lowerCaseRefNames: string[] | undefined;
|
|
1188
|
-
readonly allRefNamesWithLowerCase: string[] | undefined;
|
|
1189
|
-
readonly rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
|
|
1190
|
-
readonly refNameColors: string[];
|
|
1191
|
-
} & {
|
|
1192
|
-
readonly refNames: string[] | undefined;
|
|
1193
|
-
} & {
|
|
1194
|
-
getCanonicalRefName(refName: string): string | undefined;
|
|
1195
|
-
getRefNameColor(refName: string): string | undefined;
|
|
1196
|
-
isValidRefName(refName: string): boolean;
|
|
1197
|
-
} & {
|
|
1198
|
-
setLoaded({ adapterRegionsWithAssembly, refNameAliases, lowerCaseRefNameAliases, cytobands, }: import("@jbrowse/core/assemblyManager/assembly").Loading): void;
|
|
1199
|
-
setError(e: unknown): void;
|
|
1200
|
-
setRegions(regions: import("@jbrowse/core/util").Region[]): void;
|
|
1201
|
-
setRefNameAliases(aliases: {
|
|
1202
|
-
[x: string]: string | undefined;
|
|
1203
|
-
}, lcAliases: {
|
|
1204
|
-
[x: string]: string | undefined;
|
|
1205
|
-
}): void;
|
|
1206
|
-
setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
|
|
1207
|
-
setLoadingP(p?: Promise<void> | undefined): 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 | undefined;
|
|
1218
|
-
}>;
|
|
1219
|
-
getReverseRefNameMapForAdapter(adapterConf: {
|
|
1220
|
-
[x: string]: unknown;
|
|
1221
|
-
}, opts: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<{
|
|
1222
|
-
[x: string]: string | undefined;
|
|
1223
|
-
}>;
|
|
1224
|
-
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
1225
|
-
configuration: import("mobx-state-tree").IMaybe<import("mobx-state-tree").IReferenceType<import("mobx-state-tree").IAnyType>>;
|
|
1226
|
-
}, {
|
|
1227
|
-
/**
|
|
1228
|
-
* #action
|
|
1229
|
-
*/
|
|
1230
|
-
error: unknown;
|
|
1231
|
-
loaded: boolean;
|
|
1232
|
-
loadingP: Promise<void> | undefined;
|
|
1233
|
-
volatileRegions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
|
|
1234
|
-
refNameAliases: {
|
|
1235
|
-
[x: string]: string | undefined;
|
|
1236
|
-
} | undefined;
|
|
1237
|
-
lowerCaseRefNameAliases: {
|
|
1238
|
-
[x: string]: string | undefined;
|
|
1239
|
-
} | undefined;
|
|
1240
|
-
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
1241
|
-
} & {
|
|
1242
|
-
getConf(arg: string): any;
|
|
1243
|
-
} & {
|
|
1244
|
-
readonly initialized: boolean;
|
|
1245
|
-
readonly name: string;
|
|
1246
|
-
readonly regions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
|
|
1247
|
-
readonly aliases: string[];
|
|
1248
|
-
readonly displayName: string | undefined;
|
|
1249
|
-
hasName(name: string): boolean;
|
|
1250
|
-
readonly allAliases: string[];
|
|
1251
|
-
readonly allRefNames: string[] | undefined;
|
|
1252
|
-
readonly lowerCaseRefNames: string[] | undefined;
|
|
1253
|
-
readonly allRefNamesWithLowerCase: string[] | undefined;
|
|
1254
|
-
readonly rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
|
|
1255
|
-
readonly refNameColors: string[];
|
|
1256
|
-
} & {
|
|
1257
|
-
readonly refNames: string[] | undefined;
|
|
1258
|
-
} & {
|
|
1259
|
-
getCanonicalRefName(refName: string): string | undefined;
|
|
1260
|
-
getRefNameColor(refName: string): string | undefined;
|
|
1261
|
-
isValidRefName(refName: string): boolean;
|
|
1262
|
-
} & {
|
|
1263
|
-
setLoaded({ adapterRegionsWithAssembly, refNameAliases, lowerCaseRefNameAliases, cytobands, }: import("@jbrowse/core/assemblyManager/assembly").Loading): void;
|
|
1264
|
-
setError(e: unknown): void;
|
|
1265
|
-
setRegions(regions: import("@jbrowse/core/util").Region[]): void;
|
|
1266
|
-
setRefNameAliases(aliases: {
|
|
1267
|
-
[x: string]: string | undefined;
|
|
1268
|
-
}, lcAliases: {
|
|
1269
|
-
[x: string]: string | undefined;
|
|
1270
|
-
}): void;
|
|
1271
|
-
setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
|
|
1272
|
-
setLoadingP(p?: Promise<void> | undefined): void;
|
|
1273
|
-
load(): Promise<void>;
|
|
1274
|
-
loadPre(): Promise<void>;
|
|
1275
|
-
} & {
|
|
1276
|
-
getAdapterMapEntry(adapterConf: {
|
|
1277
|
-
[x: string]: unknown;
|
|
1278
|
-
}, options: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<import("@jbrowse/core/assemblyManager/assembly").RefNameMap>;
|
|
1279
|
-
getRefNameMapForAdapter(adapterConf: {
|
|
1280
|
-
[x: string]: unknown;
|
|
1281
|
-
}, opts: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<{
|
|
1282
|
-
[x: string]: string | undefined;
|
|
1283
|
-
}>;
|
|
1284
|
-
getReverseRefNameMapForAdapter(adapterConf: {
|
|
1285
|
-
[x: string]: unknown;
|
|
1286
|
-
}, opts: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<{
|
|
1287
|
-
[x: string]: string | undefined;
|
|
1288
|
-
}>;
|
|
1289
|
-
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>): void;
|
|
1015
|
+
removeAssembly(asm: import("@jbrowse/core/assemblyManager/assembly").Assembly): void;
|
|
1290
1016
|
addAssembly(configuration: any): void;
|
|
1291
1017
|
replaceAssembly(idx: number, configuration: any): void;
|
|
1292
1018
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>>;
|
|
@@ -1298,7 +1024,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
1298
1024
|
pluginManager: PluginManager;
|
|
1299
1025
|
} & {
|
|
1300
1026
|
setError(error: unknown): void;
|
|
1301
|
-
setSession(sessionSnapshot?:
|
|
1027
|
+
setSession(sessionSnapshot?: import("mobx-state-tree").SnapshotIn<import("mobx-state-tree").IAnyType>): void;
|
|
1302
1028
|
setDefaultSession(): void;
|
|
1303
1029
|
setSessionPath(path: string): void;
|
|
1304
1030
|
renameCurrentSession(newName: string): void;
|
|
@@ -1316,9 +1042,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
1316
1042
|
volatileRegions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
|
|
1317
1043
|
refNameAliases: {
|
|
1318
1044
|
[x: string]: string | undefined;
|
|
1319
|
-
} | undefined;
|
|
1320
|
-
* #action
|
|
1321
|
-
*/
|
|
1045
|
+
} | undefined;
|
|
1322
1046
|
lowerCaseRefNameAliases: {
|
|
1323
1047
|
[x: string]: string | undefined;
|
|
1324
1048
|
} | undefined;
|
|
@@ -1354,7 +1078,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
1354
1078
|
[x: string]: string | undefined;
|
|
1355
1079
|
}): void;
|
|
1356
1080
|
setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
|
|
1357
|
-
setLoadingP(p?: Promise<void>
|
|
1081
|
+
setLoadingP(p?: Promise<void>): void;
|
|
1358
1082
|
load(): Promise<void>;
|
|
1359
1083
|
loadPre(): Promise<void>;
|
|
1360
1084
|
} & {
|
|
@@ -1418,7 +1142,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
1418
1142
|
[x: string]: string | undefined;
|
|
1419
1143
|
}): void;
|
|
1420
1144
|
setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
|
|
1421
|
-
setLoadingP(p?: Promise<void>
|
|
1145
|
+
setLoadingP(p?: Promise<void>): void;
|
|
1422
1146
|
load(): Promise<void>;
|
|
1423
1147
|
loadPre(): Promise<void>;
|
|
1424
1148
|
} & {
|
|
@@ -1480,7 +1204,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
1480
1204
|
[x: string]: string | undefined;
|
|
1481
1205
|
}): void;
|
|
1482
1206
|
setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
|
|
1483
|
-
setLoadingP(p?: Promise<void>
|
|
1207
|
+
setLoadingP(p?: Promise<void>): void;
|
|
1484
1208
|
load(): Promise<void>;
|
|
1485
1209
|
loadPre(): Promise<void>;
|
|
1486
1210
|
} & {
|
|
@@ -1544,7 +1268,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
1544
1268
|
[x: string]: string | undefined;
|
|
1545
1269
|
}): void;
|
|
1546
1270
|
setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
|
|
1547
|
-
setLoadingP(p?: Promise<void>
|
|
1271
|
+
setLoadingP(p?: Promise<void>): void;
|
|
1548
1272
|
load(): Promise<void>;
|
|
1549
1273
|
loadPre(): Promise<void>;
|
|
1550
1274
|
} & {
|
|
@@ -1606,7 +1330,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
1606
1330
|
[x: string]: string | undefined;
|
|
1607
1331
|
}): void;
|
|
1608
1332
|
setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
|
|
1609
|
-
setLoadingP(p?: Promise<void>
|
|
1333
|
+
setLoadingP(p?: Promise<void>): void;
|
|
1610
1334
|
load(): Promise<void>;
|
|
1611
1335
|
loadPre(): Promise<void>;
|
|
1612
1336
|
} & {
|
|
@@ -1625,11 +1349,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
1625
1349
|
}>;
|
|
1626
1350
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>) | undefined;
|
|
1627
1351
|
readonly assemblyNamesList: any[];
|
|
1628
|
-
readonly assemblyList:
|
|
1629
|
-
[x: string]: any;
|
|
1630
|
-
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
1631
|
-
setSubschema(slotName: string, data: unknown): any;
|
|
1632
|
-
} & import("mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration").AnyConfigurationSchemaType>)[];
|
|
1352
|
+
readonly assemblyList: AnyConfigurationModel[];
|
|
1633
1353
|
readonly rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
|
|
1634
1354
|
} & {
|
|
1635
1355
|
waitForAssembly(assemblyName: string): Promise<({
|
|
@@ -1677,7 +1397,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
1677
1397
|
[x: string]: string | undefined;
|
|
1678
1398
|
}): void;
|
|
1679
1399
|
setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
|
|
1680
|
-
setLoadingP(p?: Promise<void>
|
|
1400
|
+
setLoadingP(p?: Promise<void>): void;
|
|
1681
1401
|
load(): Promise<void>;
|
|
1682
1402
|
loadPre(): Promise<void>;
|
|
1683
1403
|
} & {
|
|
@@ -1739,7 +1459,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
1739
1459
|
[x: string]: string | undefined;
|
|
1740
1460
|
}): void;
|
|
1741
1461
|
setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
|
|
1742
|
-
setLoadingP(p?: Promise<void>
|
|
1462
|
+
setLoadingP(p?: Promise<void>): void;
|
|
1743
1463
|
load(): Promise<void>;
|
|
1744
1464
|
loadPre(): Promise<void>;
|
|
1745
1465
|
} & {
|
|
@@ -1760,7 +1480,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
1760
1480
|
getRefNameMapForAdapter(adapterConf: {
|
|
1761
1481
|
[x: string]: unknown;
|
|
1762
1482
|
}, assemblyName: string | undefined, opts: {
|
|
1763
|
-
signal?: AbortSignal
|
|
1483
|
+
signal?: AbortSignal;
|
|
1764
1484
|
sessionId: string;
|
|
1765
1485
|
}): Promise<{
|
|
1766
1486
|
[x: string]: string | undefined;
|
|
@@ -1768,7 +1488,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
1768
1488
|
getReverseRefNameMapForAdapter(adapterConf: {
|
|
1769
1489
|
[x: string]: unknown;
|
|
1770
1490
|
}, assemblyName: string | undefined, opts: {
|
|
1771
|
-
signal?: AbortSignal
|
|
1491
|
+
signal?: AbortSignal;
|
|
1772
1492
|
sessionId: string;
|
|
1773
1493
|
}): Promise<{
|
|
1774
1494
|
[x: string]: string | undefined;
|
|
@@ -1776,137 +1496,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
1776
1496
|
isValidRefName(refName: string, assemblyName: string): boolean;
|
|
1777
1497
|
} & {
|
|
1778
1498
|
afterAttach(): void;
|
|
1779
|
-
removeAssembly(asm:
|
|
1780
|
-
configuration: any;
|
|
1781
|
-
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
1782
|
-
/**
|
|
1783
|
-
* #action
|
|
1784
|
-
*/
|
|
1785
|
-
error: unknown;
|
|
1786
|
-
loaded: boolean;
|
|
1787
|
-
loadingP: Promise<void> | undefined;
|
|
1788
|
-
volatileRegions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
|
|
1789
|
-
refNameAliases: {
|
|
1790
|
-
[x: string]: string | undefined;
|
|
1791
|
-
} | undefined;
|
|
1792
|
-
lowerCaseRefNameAliases: {
|
|
1793
|
-
[x: string]: string | undefined;
|
|
1794
|
-
} | undefined;
|
|
1795
|
-
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
1796
|
-
} & {
|
|
1797
|
-
getConf(arg: string): any;
|
|
1798
|
-
} & {
|
|
1799
|
-
readonly initialized: boolean;
|
|
1800
|
-
readonly name: string;
|
|
1801
|
-
readonly regions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
|
|
1802
|
-
readonly aliases: string[];
|
|
1803
|
-
readonly displayName: string | undefined;
|
|
1804
|
-
hasName(name: string): boolean;
|
|
1805
|
-
readonly allAliases: string[];
|
|
1806
|
-
readonly allRefNames: string[] | undefined;
|
|
1807
|
-
readonly lowerCaseRefNames: string[] | undefined;
|
|
1808
|
-
readonly allRefNamesWithLowerCase: string[] | undefined;
|
|
1809
|
-
readonly rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
|
|
1810
|
-
readonly refNameColors: string[];
|
|
1811
|
-
} & {
|
|
1812
|
-
readonly refNames: string[] | undefined;
|
|
1813
|
-
} & {
|
|
1814
|
-
getCanonicalRefName(refName: string): string | undefined;
|
|
1815
|
-
getRefNameColor(refName: string): string | undefined;
|
|
1816
|
-
isValidRefName(refName: string): boolean;
|
|
1817
|
-
} & {
|
|
1818
|
-
setLoaded({ adapterRegionsWithAssembly, refNameAliases, lowerCaseRefNameAliases, cytobands, }: import("@jbrowse/core/assemblyManager/assembly").Loading): void;
|
|
1819
|
-
setError(e: unknown): void;
|
|
1820
|
-
setRegions(regions: import("@jbrowse/core/util").Region[]): void;
|
|
1821
|
-
setRefNameAliases(aliases: {
|
|
1822
|
-
[x: string]: string | undefined;
|
|
1823
|
-
}, lcAliases: {
|
|
1824
|
-
[x: string]: string | undefined;
|
|
1825
|
-
}): void;
|
|
1826
|
-
setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
|
|
1827
|
-
setLoadingP(p?: Promise<void> | undefined): void;
|
|
1828
|
-
load(): Promise<void>;
|
|
1829
|
-
loadPre(): Promise<void>;
|
|
1830
|
-
} & {
|
|
1831
|
-
getAdapterMapEntry(adapterConf: {
|
|
1832
|
-
[x: string]: unknown;
|
|
1833
|
-
}, options: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<import("@jbrowse/core/assemblyManager/assembly").RefNameMap>;
|
|
1834
|
-
getRefNameMapForAdapter(adapterConf: {
|
|
1835
|
-
[x: string]: unknown;
|
|
1836
|
-
}, opts: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<{
|
|
1837
|
-
[x: string]: string | undefined;
|
|
1838
|
-
}>;
|
|
1839
|
-
getReverseRefNameMapForAdapter(adapterConf: {
|
|
1840
|
-
[x: string]: unknown;
|
|
1841
|
-
}, opts: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<{
|
|
1842
|
-
[x: string]: string | undefined;
|
|
1843
|
-
}>;
|
|
1844
|
-
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
1845
|
-
configuration: import("mobx-state-tree").IMaybe<import("mobx-state-tree").IReferenceType<import("mobx-state-tree").IAnyType>>;
|
|
1846
|
-
}, {
|
|
1847
|
-
/**
|
|
1848
|
-
* #action
|
|
1849
|
-
*/
|
|
1850
|
-
error: unknown;
|
|
1851
|
-
loaded: boolean;
|
|
1852
|
-
loadingP: Promise<void> | undefined;
|
|
1853
|
-
volatileRegions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
|
|
1854
|
-
refNameAliases: {
|
|
1855
|
-
[x: string]: string | undefined;
|
|
1856
|
-
} | undefined;
|
|
1857
|
-
lowerCaseRefNameAliases: {
|
|
1858
|
-
[x: string]: string | undefined;
|
|
1859
|
-
} | undefined;
|
|
1860
|
-
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
1861
|
-
} & {
|
|
1862
|
-
getConf(arg: string): any;
|
|
1863
|
-
} & {
|
|
1864
|
-
readonly initialized: boolean;
|
|
1865
|
-
readonly name: string;
|
|
1866
|
-
readonly regions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
|
|
1867
|
-
readonly aliases: string[];
|
|
1868
|
-
readonly displayName: string | undefined;
|
|
1869
|
-
hasName(name: string): boolean;
|
|
1870
|
-
readonly allAliases: string[];
|
|
1871
|
-
readonly allRefNames: string[] | undefined;
|
|
1872
|
-
readonly lowerCaseRefNames: string[] | undefined;
|
|
1873
|
-
readonly allRefNamesWithLowerCase: string[] | undefined;
|
|
1874
|
-
readonly rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
|
|
1875
|
-
readonly refNameColors: string[];
|
|
1876
|
-
} & {
|
|
1877
|
-
readonly refNames: string[] | undefined;
|
|
1878
|
-
} & {
|
|
1879
|
-
getCanonicalRefName(refName: string): string | undefined;
|
|
1880
|
-
getRefNameColor(refName: string): string | undefined;
|
|
1881
|
-
isValidRefName(refName: string): boolean;
|
|
1882
|
-
} & {
|
|
1883
|
-
setLoaded({ adapterRegionsWithAssembly, refNameAliases, lowerCaseRefNameAliases, cytobands, }: import("@jbrowse/core/assemblyManager/assembly").Loading): void;
|
|
1884
|
-
setError(e: unknown): void;
|
|
1885
|
-
setRegions(regions: import("@jbrowse/core/util").Region[]): void;
|
|
1886
|
-
setRefNameAliases(aliases: {
|
|
1887
|
-
[x: string]: string | undefined;
|
|
1888
|
-
}, lcAliases: {
|
|
1889
|
-
[x: string]: string | undefined;
|
|
1890
|
-
}): void;
|
|
1891
|
-
setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
|
|
1892
|
-
setLoadingP(p?: Promise<void> | undefined): void;
|
|
1893
|
-
load(): Promise<void>;
|
|
1894
|
-
loadPre(): Promise<void>;
|
|
1895
|
-
} & {
|
|
1896
|
-
getAdapterMapEntry(adapterConf: {
|
|
1897
|
-
[x: string]: unknown;
|
|
1898
|
-
}, options: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<import("@jbrowse/core/assemblyManager/assembly").RefNameMap>;
|
|
1899
|
-
getRefNameMapForAdapter(adapterConf: {
|
|
1900
|
-
[x: string]: unknown;
|
|
1901
|
-
}, opts: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<{
|
|
1902
|
-
[x: string]: string | undefined;
|
|
1903
|
-
}>;
|
|
1904
|
-
getReverseRefNameMapForAdapter(adapterConf: {
|
|
1905
|
-
[x: string]: unknown;
|
|
1906
|
-
}, opts: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<{
|
|
1907
|
-
[x: string]: string | undefined;
|
|
1908
|
-
}>;
|
|
1909
|
-
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>): void;
|
|
1499
|
+
removeAssembly(asm: import("@jbrowse/core/assemblyManager/assembly").Assembly): void;
|
|
1910
1500
|
addAssembly(configuration: any): void;
|
|
1911
1501
|
replaceAssembly(idx: number, configuration: any): void;
|
|
1912
1502
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
|
|
@@ -1918,7 +1508,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
1918
1508
|
pluginManager: PluginManager;
|
|
1919
1509
|
} & {
|
|
1920
1510
|
setError(error: unknown): void;
|
|
1921
|
-
setSession(sessionSnapshot?:
|
|
1511
|
+
setSession(sessionSnapshot?: import("mobx-state-tree").SnapshotIn<import("mobx-state-tree").IAnyType>): void;
|
|
1922
1512
|
setDefaultSession(): void;
|
|
1923
1513
|
setSessionPath(path: string): void;
|
|
1924
1514
|
renameCurrentSession(newName: string): void;
|
|
@@ -1929,7 +1519,13 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
1929
1519
|
readonly configuration: {
|
|
1930
1520
|
[x: string]: any;
|
|
1931
1521
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
1932
|
-
setSubschema(slotName: string, data: unknown):
|
|
1522
|
+
setSubschema(slotName: string, data: Record<string, unknown>): Record<string, unknown> | ({
|
|
1523
|
+
[x: string]: any;
|
|
1524
|
+
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
1525
|
+
setSubschema(slotName: string, data: Record<string, unknown>): Record<string, unknown> | ({
|
|
1526
|
+
[x: string]: any;
|
|
1527
|
+
} & import("mobx-state-tree/dist/internal").NonEmptyObject & any & import("mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration").AnyConfigurationSchemaType>);
|
|
1528
|
+
} & import("mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration").AnyConfigurationSchemaType>);
|
|
1933
1529
|
} & import("mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration").AnyConfigurationSchemaType>;
|
|
1934
1530
|
readonly adminMode: boolean;
|
|
1935
1531
|
readonly textSearchManager: import("@jbrowse/core/util").TextSearchManager;
|
|
@@ -1937,7 +1533,13 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
1937
1533
|
readonly assemblies: ({
|
|
1938
1534
|
[x: string]: any;
|
|
1939
1535
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
1940
|
-
setSubschema(slotName: string, data: unknown):
|
|
1536
|
+
setSubschema(slotName: string, data: Record<string, unknown>): Record<string, unknown> | ({
|
|
1537
|
+
[x: string]: any;
|
|
1538
|
+
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
1539
|
+
setSubschema(slotName: string, data: Record<string, unknown>): Record<string, unknown> | ({
|
|
1540
|
+
[x: string]: any;
|
|
1541
|
+
} & import("mobx-state-tree/dist/internal").NonEmptyObject & any & import("mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration").AnyConfigurationSchemaType>);
|
|
1542
|
+
} & import("mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration").AnyConfigurationSchemaType>);
|
|
1941
1543
|
} & import("mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
1942
1544
|
aliases: {
|
|
1943
1545
|
type: string;
|
|
@@ -1969,88 +1571,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
1969
1571
|
} & {
|
|
1970
1572
|
getReferring(object: IAnyStateTreeNode): import("./ReferenceManagement").ReferringNode[];
|
|
1971
1573
|
} & {
|
|
1972
|
-
removeReferring(referring: import("./ReferenceManagement").ReferringNode[], track:
|
|
1973
|
-
[x: string]: any;
|
|
1974
|
-
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
1975
|
-
setSubschema(slotName: string, data: unknown): any;
|
|
1976
|
-
} & import("mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
1977
|
-
name: {
|
|
1978
|
-
description: string;
|
|
1979
|
-
type: string;
|
|
1980
|
-
defaultValue: string;
|
|
1981
|
-
};
|
|
1982
|
-
assemblyNames: {
|
|
1983
|
-
description: string;
|
|
1984
|
-
type: string;
|
|
1985
|
-
defaultValue: string[];
|
|
1986
|
-
};
|
|
1987
|
-
description: {
|
|
1988
|
-
description: string;
|
|
1989
|
-
type: string;
|
|
1990
|
-
defaultValue: string;
|
|
1991
|
-
};
|
|
1992
|
-
category: {
|
|
1993
|
-
description: string;
|
|
1994
|
-
type: string;
|
|
1995
|
-
defaultValue: never[];
|
|
1996
|
-
};
|
|
1997
|
-
metadata: {
|
|
1998
|
-
type: string;
|
|
1999
|
-
description: string;
|
|
2000
|
-
defaultValue: {};
|
|
2001
|
-
};
|
|
2002
|
-
adapter: import("mobx-state-tree").IAnyModelType;
|
|
2003
|
-
textSearching: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
2004
|
-
indexingAttributes: {
|
|
2005
|
-
type: string;
|
|
2006
|
-
description: string;
|
|
2007
|
-
defaultValue: string[];
|
|
2008
|
-
};
|
|
2009
|
-
indexingFeatureTypesToExclude: {
|
|
2010
|
-
type: string;
|
|
2011
|
-
description: string;
|
|
2012
|
-
defaultValue: string[];
|
|
2013
|
-
};
|
|
2014
|
-
textSearchAdapter: import("mobx-state-tree").IAnyModelType;
|
|
2015
|
-
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
2016
|
-
displays: import("mobx-state-tree").IArrayType<import("mobx-state-tree").IAnyModelType>;
|
|
2017
|
-
formatDetails: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
2018
|
-
feature: {
|
|
2019
|
-
type: string;
|
|
2020
|
-
description: string;
|
|
2021
|
-
defaultValue: {};
|
|
2022
|
-
contextVariable: string[];
|
|
2023
|
-
};
|
|
2024
|
-
subfeatures: {
|
|
2025
|
-
type: string;
|
|
2026
|
-
description: string;
|
|
2027
|
-
defaultValue: {};
|
|
2028
|
-
contextVariable: string[];
|
|
2029
|
-
};
|
|
2030
|
-
depth: {
|
|
2031
|
-
type: string;
|
|
2032
|
-
defaultValue: number;
|
|
2033
|
-
description: string;
|
|
2034
|
-
};
|
|
2035
|
-
maxDepth: {
|
|
2036
|
-
type: string;
|
|
2037
|
-
defaultValue: number;
|
|
2038
|
-
description: string;
|
|
2039
|
-
};
|
|
2040
|
-
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
2041
|
-
formatAbout: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
2042
|
-
config: {
|
|
2043
|
-
type: string;
|
|
2044
|
-
description: string;
|
|
2045
|
-
defaultValue: {};
|
|
2046
|
-
contextVariable: string[];
|
|
2047
|
-
};
|
|
2048
|
-
hideUris: {
|
|
2049
|
-
type: string;
|
|
2050
|
-
defaultValue: boolean;
|
|
2051
|
-
};
|
|
2052
|
-
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
2053
|
-
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "trackId">>>, callbacks: Function[], dereferenceTypeCount: Record<string, number>): void;
|
|
1574
|
+
removeReferring(referring: import("./ReferenceManagement").ReferringNode[], track: import("@jbrowse/core/pluggableElementTypes").BaseTrackConfig, callbacks: Function[], dereferenceTypeCount: Record<string, number>): void;
|
|
2054
1575
|
} & {
|
|
2055
1576
|
/**
|
|
2056
1577
|
* #getter
|
|
@@ -2058,7 +1579,13 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
2058
1579
|
readonly tracks: ({
|
|
2059
1580
|
[x: string]: any;
|
|
2060
1581
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
2061
|
-
setSubschema(slotName: string, data: unknown):
|
|
1582
|
+
setSubschema(slotName: string, data: Record<string, unknown>): Record<string, unknown> | ({
|
|
1583
|
+
[x: string]: any;
|
|
1584
|
+
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
1585
|
+
setSubschema(slotName: string, data: Record<string, unknown>): Record<string, unknown> | ({
|
|
1586
|
+
[x: string]: any;
|
|
1587
|
+
} & import("mobx-state-tree/dist/internal").NonEmptyObject & any & import("mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration").AnyConfigurationSchemaType>);
|
|
1588
|
+
} & import("mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration").AnyConfigurationSchemaType>);
|
|
2062
1589
|
} & import("mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration").AnyConfigurationSchemaType>)[];
|
|
2063
1590
|
} & {
|
|
2064
1591
|
/**
|