@apollo-annotation/jbrowse-plugin-apollo 0.3.12 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ApolloRefNameAliasAdapter/ApolloRefNameAliasAdapter.d.ts +1 -1
- package/dist/ApolloRefNameAliasAdapter/ApolloRefNameAliasAdapter.d.ts.map +1 -1
- package/dist/BackendDrivers/BackendDriver.d.ts +29 -4
- package/dist/BackendDrivers/BackendDriver.d.ts.map +1 -1
- package/dist/BackendDrivers/CollaborationServerDriver.d.ts +3 -1
- package/dist/BackendDrivers/CollaborationServerDriver.d.ts.map +1 -1
- package/dist/BackendDrivers/LocalDriver/LocalDriver.d.ts +22 -0
- package/dist/BackendDrivers/LocalDriver/LocalDriver.d.ts.map +1 -0
- package/dist/BackendDrivers/LocalDriver/db.d.ts +4 -0
- package/dist/BackendDrivers/LocalDriver/db.d.ts.map +1 -0
- package/dist/BackendDrivers/index.d.ts +1 -2
- package/dist/BackendDrivers/index.d.ts.map +1 -1
- package/dist/ChangeManager.d.ts +3 -3
- package/dist/ChangeManager.d.ts.map +1 -1
- package/dist/FeatureDetailsWidget/ApolloTranscriptDetailsWidget.d.ts +0 -6
- package/dist/FeatureDetailsWidget/ApolloTranscriptDetailsWidget.d.ts.map +1 -1
- package/dist/FeatureDetailsWidget/TranscriptWidgetEditLocation.d.ts.map +1 -1
- package/dist/FeatureDetailsWidget/model.d.ts +0 -2
- package/dist/FeatureDetailsWidget/model.d.ts.map +1 -1
- package/dist/LinearApolloDisplay/components/CheckResultWarnings.d.ts.map +1 -1
- package/dist/LinearApolloDisplay/components/LinearApolloDisplay.d.ts.map +1 -1
- package/dist/LinearApolloDisplay/components/OverlayCanvas.d.ts +7 -0
- package/dist/LinearApolloDisplay/components/OverlayCanvas.d.ts.map +1 -0
- package/dist/LinearApolloDisplay/components/Tooltip.d.ts +10 -0
- package/dist/LinearApolloDisplay/components/Tooltip.d.ts.map +1 -0
- package/dist/LinearApolloDisplay/glyphs/BoxGlyph.d.ts +0 -1
- package/dist/LinearApolloDisplay/glyphs/BoxGlyph.d.ts.map +1 -1
- package/dist/LinearApolloDisplay/glyphs/CDSGlyph.d.ts +3 -0
- package/dist/LinearApolloDisplay/glyphs/CDSGlyph.d.ts.map +1 -0
- package/dist/LinearApolloDisplay/glyphs/ExonGlyph.d.ts +3 -0
- package/dist/LinearApolloDisplay/glyphs/ExonGlyph.d.ts.map +1 -0
- package/dist/LinearApolloDisplay/glyphs/GeneGlyph.d.ts.map +1 -1
- package/dist/LinearApolloDisplay/glyphs/GenericChildGlyph.d.ts.map +1 -1
- package/dist/LinearApolloDisplay/glyphs/Glyph.d.ts +26 -20
- package/dist/LinearApolloDisplay/glyphs/Glyph.d.ts.map +1 -1
- package/dist/LinearApolloDisplay/glyphs/TranscriptGlyph.d.ts +3 -0
- package/dist/LinearApolloDisplay/glyphs/TranscriptGlyph.d.ts.map +1 -0
- package/dist/LinearApolloDisplay/glyphs/util.d.ts +13 -0
- package/dist/LinearApolloDisplay/glyphs/util.d.ts.map +1 -1
- package/dist/LinearApolloDisplay/stateModel/base.d.ts +17 -0
- package/dist/LinearApolloDisplay/stateModel/base.d.ts.map +1 -1
- package/dist/LinearApolloDisplay/stateModel/index.d.ts +35 -17
- package/dist/LinearApolloDisplay/stateModel/index.d.ts.map +1 -1
- package/dist/LinearApolloDisplay/stateModel/layouts.d.ts +29 -7
- package/dist/LinearApolloDisplay/stateModel/layouts.d.ts.map +1 -1
- package/dist/LinearApolloDisplay/stateModel/mouseEvents.d.ts +69 -23
- package/dist/LinearApolloDisplay/stateModel/mouseEvents.d.ts.map +1 -1
- package/dist/LinearApolloDisplay/stateModel/rendering.d.ts +26 -9
- package/dist/LinearApolloDisplay/stateModel/rendering.d.ts.map +1 -1
- package/dist/LinearApolloReferenceSequenceDisplay/stateModel/base.d.ts +6 -0
- package/dist/LinearApolloReferenceSequenceDisplay/stateModel/base.d.ts.map +1 -1
- package/dist/LinearApolloReferenceSequenceDisplay/stateModel/index.d.ts +6 -0
- package/dist/LinearApolloReferenceSequenceDisplay/stateModel/index.d.ts.map +1 -1
- package/dist/LinearApolloReferenceSequenceDisplay/stateModel/rendering.d.ts +6 -0
- package/dist/LinearApolloReferenceSequenceDisplay/stateModel/rendering.d.ts.map +1 -1
- package/dist/LinearApolloSixFrameDisplay/components/LinearApolloSixFrameDisplay.d.ts.map +1 -1
- package/dist/LinearApolloSixFrameDisplay/glyphs/GeneGlyph.d.ts.map +1 -1
- package/dist/LinearApolloSixFrameDisplay/glyphs/Glyph.d.ts +1 -1
- package/dist/LinearApolloSixFrameDisplay/glyphs/Glyph.d.ts.map +1 -1
- package/dist/LinearApolloSixFrameDisplay/stateModel/layouts.d.ts.map +1 -1
- package/dist/LinearApolloSixFrameDisplay/stateModel/rendering.d.ts.map +1 -1
- package/dist/OntologyManager/OntologyStore/fulltext.d.ts +1 -1
- package/dist/OntologyManager/OntologyStore/fulltext.d.ts.map +1 -1
- package/dist/OntologyManager/OntologyStore/index.d.ts +2 -2
- package/dist/OntologyManager/OntologyStore/index.d.ts.map +1 -1
- package/dist/OntologyManager/OntologyStore/indexeddb-storage.d.ts +1 -1
- package/dist/OntologyManager/OntologyStore/indexeddb-storage.d.ts.map +1 -1
- package/dist/OntologyManager/OntologyStore/types.d.ts +18 -0
- package/dist/OntologyManager/OntologyStore/types.d.ts.map +1 -0
- package/dist/TabularEditor/HybridGrid/featureContextMenuItems.d.ts.map +1 -1
- package/dist/components/AddChildFeature.d.ts.map +1 -1
- package/dist/components/ColorFeature.d.ts +13 -0
- package/dist/components/ColorFeature.d.ts.map +1 -0
- package/dist/components/CreateApolloAnnotation.d.ts.map +1 -1
- package/dist/components/DownloadGFF3.d.ts +4 -1
- package/dist/components/DownloadGFF3.d.ts.map +1 -1
- package/dist/components/DuplicateTranscript.d.ts.map +1 -1
- package/dist/components/ViewChangeLog.d.ts +2 -1
- package/dist/components/ViewChangeLog.d.ts.map +1 -1
- package/dist/components/ViewCheckResults.d.ts +2 -1
- package/dist/components/ViewCheckResults.d.ts.map +1 -1
- package/dist/components/index.d.ts +1 -1
- package/dist/components/index.d.ts.map +1 -1
- package/dist/config.d.ts +4 -0
- package/dist/config.d.ts.map +1 -0
- package/dist/extensions/annotationFromJBrowseFeature.d.ts.map +1 -1
- package/dist/extensions/annotationFromPileup.d.ts.map +1 -1
- package/dist/index.d.ts +11 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.esm.js +6325 -5997
- package/dist/index.esm.js.map +1 -1
- package/dist/jbrowse-plugin-apollo.cjs.development.js +5869 -5541
- package/dist/jbrowse-plugin-apollo.cjs.development.js.map +1 -1
- package/dist/jbrowse-plugin-apollo.cjs.production.min.js +1 -1
- package/dist/jbrowse-plugin-apollo.cjs.production.min.js.map +1 -1
- package/dist/jbrowse-plugin-apollo.umd.development.js +16782 -25897
- package/dist/jbrowse-plugin-apollo.umd.development.js.map +1 -1
- package/dist/jbrowse-plugin-apollo.umd.production.min.js +1 -1
- package/dist/jbrowse-plugin-apollo.umd.production.min.js.map +1 -1
- package/dist/makeDisplayComponent.d.ts.map +1 -1
- package/dist/menus/Icons.d.ts +3 -0
- package/dist/menus/Icons.d.ts.map +1 -0
- package/dist/menus/topLevelMenu.d.ts.map +1 -1
- package/dist/session/changeHandlers.d.ts +9 -0
- package/dist/session/changeHandlers.d.ts.map +1 -0
- package/dist/util/annotationFeatureUtils.d.ts +2 -1
- package/dist/util/annotationFeatureUtils.d.ts.map +1 -1
- package/dist/util/glyphUtils.d.ts +3 -3
- package/dist/util/glyphUtils.d.ts.map +1 -1
- package/dist/util/index.d.ts +0 -1
- package/dist/util/index.d.ts.map +1 -1
- package/package.json +4 -4
- package/src/ApolloInternetAccount/model.ts +68 -4
- package/src/ApolloRefNameAliasAdapter/ApolloRefNameAliasAdapter.ts +6 -3
- package/src/ApolloTextSearchAdapter/ApolloTextSearchAdapter.ts +1 -1
- package/src/BackendDrivers/BackendDriver.ts +36 -3
- package/src/BackendDrivers/CollaborationServerDriver.ts +78 -23
- package/src/BackendDrivers/LocalDriver/LocalDriver.ts +367 -0
- package/src/BackendDrivers/LocalDriver/db.ts +37 -0
- package/src/BackendDrivers/index.ts +1 -2
- package/src/ChangeManager.ts +27 -25
- package/src/FeatureDetailsWidget/ApolloTranscriptDetailsWidget.tsx +1 -1
- package/src/FeatureDetailsWidget/TranscriptWidgetEditLocation.tsx +69 -53
- package/src/LinearApolloDisplay/components/CheckResultWarnings.tsx +1 -5
- package/src/LinearApolloDisplay/components/LinearApolloDisplay.tsx +95 -115
- package/src/LinearApolloDisplay/components/OverlayCanvas.tsx +76 -0
- package/src/LinearApolloDisplay/components/Tooltip.tsx +42 -0
- package/src/LinearApolloDisplay/glyphs/BoxGlyph.ts +60 -302
- package/src/LinearApolloDisplay/glyphs/CDSGlyph.ts +145 -0
- package/src/LinearApolloDisplay/glyphs/ExonGlyph.ts +212 -0
- package/src/LinearApolloDisplay/glyphs/GeneGlyph.ts +65 -999
- package/src/LinearApolloDisplay/glyphs/GenericChildGlyph.ts +71 -181
- package/src/LinearApolloDisplay/glyphs/Glyph.ts +42 -66
- package/src/LinearApolloDisplay/glyphs/TranscriptGlyph.ts +291 -0
- package/src/LinearApolloDisplay/glyphs/util.ts +87 -0
- package/src/LinearApolloDisplay/stateModel/base.ts +83 -0
- package/src/LinearApolloDisplay/stateModel/layouts.ts +198 -138
- package/src/LinearApolloDisplay/stateModel/mouseEvents.ts +252 -158
- package/src/LinearApolloDisplay/stateModel/rendering.ts +103 -21
- package/src/LinearApolloReferenceSequenceDisplay/drawSequenceOverlay.ts +3 -3
- package/src/LinearApolloReferenceSequenceDisplay/stateModel/base.ts +20 -2
- package/src/LinearApolloSixFrameDisplay/components/LinearApolloSixFrameDisplay.tsx +7 -2
- package/src/LinearApolloSixFrameDisplay/glyphs/GeneGlyph.ts +8 -13
- package/src/LinearApolloSixFrameDisplay/glyphs/Glyph.ts +1 -1
- package/src/LinearApolloSixFrameDisplay/stateModel/layouts.ts +4 -3
- package/src/LinearApolloSixFrameDisplay/stateModel/mouseEvents.ts +1 -1
- package/src/LinearApolloSixFrameDisplay/stateModel/rendering.ts +2 -1
- package/src/OntologyManager/OntologyStore/__snapshots__/index.test.ts.snap +18262 -8519
- package/src/OntologyManager/OntologyStore/fulltext.ts +1 -2
- package/src/OntologyManager/OntologyStore/index.test.ts +5 -2
- package/src/OntologyManager/OntologyStore/index.ts +7 -8
- package/src/OntologyManager/OntologyStore/indexeddb-storage.ts +2 -2
- package/src/OntologyManager/OntologyStore/types.ts +27 -0
- package/src/OntologyManager/index.ts +15 -26
- package/src/TabularEditor/HybridGrid/featureContextMenuItems.ts +4 -5
- package/src/components/AddChildFeature.tsx +15 -8
- package/src/components/ColorFeature.tsx +167 -0
- package/src/components/CreateApolloAnnotation.tsx +35 -9
- package/src/components/DownloadGFF3.tsx +92 -121
- package/src/components/DuplicateTranscript.tsx +10 -0
- package/src/components/ViewChangeLog.tsx +123 -83
- package/src/components/ViewCheckResults.tsx +15 -73
- package/src/components/index.ts +1 -1
- package/src/config.ts +37 -19
- package/src/extensions/annotationFromJBrowseFeature.test.ts +1 -1
- package/src/extensions/annotationFromJBrowseFeature.ts +91 -63
- package/src/extensions/annotationFromPileup.ts +40 -40
- package/src/index.ts +45 -1
- package/src/makeDisplayComponent.tsx +10 -3
- package/src/menus/Icons.tsx +49 -0
- package/src/menus/topLevelMenu.ts +24 -96
- package/src/session/ClientDataStore.ts +16 -17
- package/src/session/changeHandlers.ts +261 -0
- package/src/session/session.ts +77 -46
- package/src/util/annotationFeatureUtils.ts +29 -1
- package/src/util/glyphUtils.ts +74 -31
- package/src/util/index.ts +0 -1
- package/dist/BackendDrivers/DesktopFileDriver.d.ts +0 -160
- package/dist/BackendDrivers/DesktopFileDriver.d.ts.map +0 -1
- package/dist/BackendDrivers/InMemoryFileDriver.d.ts +0 -162
- package/dist/BackendDrivers/InMemoryFileDriver.d.ts.map +0 -1
- package/dist/LinearApolloDisplay/glyphs/index.d.ts +0 -4
- package/dist/LinearApolloDisplay/glyphs/index.d.ts.map +0 -1
- package/dist/components/OpenLocalFile.d.ts +0 -15
- package/dist/components/OpenLocalFile.d.ts.map +0 -1
- package/dist/util/loadAssemblyIntoClient.d.ts +0 -5
- package/dist/util/loadAssemblyIntoClient.d.ts.map +0 -1
- package/src/BackendDrivers/DesktopFileDriver.ts +0 -184
- package/src/BackendDrivers/InMemoryFileDriver.ts +0 -107
- package/src/LinearApolloDisplay/glyphs/index.ts +0 -3
- package/src/components/OpenLocalFile.tsx +0 -189
- package/src/util/loadAssemblyIntoClient.ts +0 -94
|
@@ -1,162 +0,0 @@
|
|
|
1
|
-
import type { AssemblySpecificChange, Change } from '@apollo-annotation/common';
|
|
2
|
-
import type { AnnotationFeatureSnapshot, CheckResultSnapshot } from '@apollo-annotation/mst';
|
|
3
|
-
import { ValidationResultSet } from '@apollo-annotation/shared';
|
|
4
|
-
import { type Region } from '@jbrowse/core/util';
|
|
5
|
-
import type { SubmitOpts } from '../ChangeManager';
|
|
6
|
-
import { BackendDriver, type RefNameAliases } from './BackendDriver';
|
|
7
|
-
export declare class InMemoryFileDriver extends BackendDriver {
|
|
8
|
-
getFeatures(): Promise<[
|
|
9
|
-
AnnotationFeatureSnapshot[],
|
|
10
|
-
CheckResultSnapshot[]
|
|
11
|
-
]>;
|
|
12
|
-
getSequence(region: Region): Promise<{
|
|
13
|
-
seq: string;
|
|
14
|
-
refSeq: string;
|
|
15
|
-
}>;
|
|
16
|
-
getRefNameAliases(assemblyName: string): Promise<RefNameAliases[]>;
|
|
17
|
-
getRegions(assemblyName: string): Promise<Region[]>;
|
|
18
|
-
getAssemblies(): ({
|
|
19
|
-
configuration: any;
|
|
20
|
-
} & import("@jbrowse/mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
21
|
-
error: unknown;
|
|
22
|
-
loadingP: Promise<void> | undefined;
|
|
23
|
-
volatileRegions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
|
|
24
|
-
refNameAliases: {
|
|
25
|
-
[x: string]: string;
|
|
26
|
-
} | undefined;
|
|
27
|
-
canonicalToSeqAdapterRefNames: Record<string, string> | undefined;
|
|
28
|
-
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
29
|
-
} & {
|
|
30
|
-
getConf(arg: string): any;
|
|
31
|
-
readonly lowerCaseRefNameAliases: {
|
|
32
|
-
[k: string]: string;
|
|
33
|
-
} | undefined;
|
|
34
|
-
} & {
|
|
35
|
-
readonly initialized: boolean;
|
|
36
|
-
readonly name: string;
|
|
37
|
-
readonly regions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
|
|
38
|
-
readonly aliases: string[];
|
|
39
|
-
readonly displayName: string;
|
|
40
|
-
hasName(name: string): boolean;
|
|
41
|
-
readonly allAliases: string[];
|
|
42
|
-
readonly allRefNames: string[] | undefined;
|
|
43
|
-
readonly lowerCaseRefNames: string[] | undefined;
|
|
44
|
-
readonly allRefNamesWithLowerCase: string[] | undefined;
|
|
45
|
-
readonly rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
|
|
46
|
-
readonly refNameColors: string[];
|
|
47
|
-
} & {
|
|
48
|
-
readonly refNames: string[] | undefined;
|
|
49
|
-
} & {
|
|
50
|
-
getCanonicalRefName(refName: string): string | undefined;
|
|
51
|
-
getCanonicalRefName2(refName: string): string;
|
|
52
|
-
getRefNameColor(refName: string): string | undefined;
|
|
53
|
-
isValidRefName(refName: string): boolean;
|
|
54
|
-
getSeqAdapterRefName(canonicalRefName: string): string;
|
|
55
|
-
} & {
|
|
56
|
-
setLoaded({ regions, refNameAliases, cytobands, }: {
|
|
57
|
-
regions: import("@jbrowse/core/util").Region[];
|
|
58
|
-
refNameAliases: {
|
|
59
|
-
[x: string]: string;
|
|
60
|
-
};
|
|
61
|
-
cytobands: import("@jbrowse/core/util").Feature[];
|
|
62
|
-
}): void;
|
|
63
|
-
setError(e: unknown): void;
|
|
64
|
-
setRegions(regions: import("@jbrowse/core/util").Region[]): void;
|
|
65
|
-
setRefNameAliases(aliases: {
|
|
66
|
-
[x: string]: string;
|
|
67
|
-
}): void;
|
|
68
|
-
setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
|
|
69
|
-
setCanonicalToSeqAdapterRefNames(map: Record<string, string>): void;
|
|
70
|
-
setLoadingP(p?: Promise<void>): void;
|
|
71
|
-
load(): Promise<void>;
|
|
72
|
-
loadPre(): Promise<void>;
|
|
73
|
-
} & {
|
|
74
|
-
getAdapterMapEntry(adapterConf: {
|
|
75
|
-
[x: string]: unknown;
|
|
76
|
-
}, options: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<import("@jbrowse/core/assemblyManager/assembly").RefNameMap>;
|
|
77
|
-
getRefNameMapForAdapter(adapterConf: {
|
|
78
|
-
[x: string]: unknown;
|
|
79
|
-
}, opts: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<{
|
|
80
|
-
[x: string]: string;
|
|
81
|
-
}>;
|
|
82
|
-
getReverseRefNameMapForAdapter(adapterConf: {
|
|
83
|
-
[x: string]: unknown;
|
|
84
|
-
}, opts: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<{
|
|
85
|
-
[x: string]: string;
|
|
86
|
-
}>;
|
|
87
|
-
afterCreate(): void;
|
|
88
|
-
} & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/mobx-state-tree").IModelType<{
|
|
89
|
-
configuration: import("@jbrowse/mobx-state-tree").IMaybe<import("@jbrowse/mobx-state-tree").IReferenceType<import("@jbrowse/mobx-state-tree").IAnyType>>;
|
|
90
|
-
}, {
|
|
91
|
-
error: unknown;
|
|
92
|
-
loadingP: Promise<void> | undefined;
|
|
93
|
-
volatileRegions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
|
|
94
|
-
refNameAliases: {
|
|
95
|
-
[x: string]: string;
|
|
96
|
-
} | undefined;
|
|
97
|
-
canonicalToSeqAdapterRefNames: Record<string, string> | undefined;
|
|
98
|
-
cytobands: import("@jbrowse/core/util").Feature[] | undefined;
|
|
99
|
-
} & {
|
|
100
|
-
getConf(arg: string): any;
|
|
101
|
-
readonly lowerCaseRefNameAliases: {
|
|
102
|
-
[k: string]: string;
|
|
103
|
-
} | undefined;
|
|
104
|
-
} & {
|
|
105
|
-
readonly initialized: boolean;
|
|
106
|
-
readonly name: string;
|
|
107
|
-
readonly regions: import("@jbrowse/core/assemblyManager/assembly").BasicRegion[] | undefined;
|
|
108
|
-
readonly aliases: string[];
|
|
109
|
-
readonly displayName: string;
|
|
110
|
-
hasName(name: string): boolean;
|
|
111
|
-
readonly allAliases: string[];
|
|
112
|
-
readonly allRefNames: string[] | undefined;
|
|
113
|
-
readonly lowerCaseRefNames: string[] | undefined;
|
|
114
|
-
readonly allRefNamesWithLowerCase: string[] | undefined;
|
|
115
|
-
readonly rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
|
|
116
|
-
readonly refNameColors: string[];
|
|
117
|
-
} & {
|
|
118
|
-
readonly refNames: string[] | undefined;
|
|
119
|
-
} & {
|
|
120
|
-
getCanonicalRefName(refName: string): string | undefined;
|
|
121
|
-
getCanonicalRefName2(refName: string): string;
|
|
122
|
-
getRefNameColor(refName: string): string | undefined;
|
|
123
|
-
isValidRefName(refName: string): boolean;
|
|
124
|
-
getSeqAdapterRefName(canonicalRefName: string): string;
|
|
125
|
-
} & {
|
|
126
|
-
setLoaded({ regions, refNameAliases, cytobands, }: {
|
|
127
|
-
regions: import("@jbrowse/core/util").Region[];
|
|
128
|
-
refNameAliases: {
|
|
129
|
-
[x: string]: string;
|
|
130
|
-
};
|
|
131
|
-
cytobands: import("@jbrowse/core/util").Feature[];
|
|
132
|
-
}): void;
|
|
133
|
-
setError(e: unknown): void;
|
|
134
|
-
setRegions(regions: import("@jbrowse/core/util").Region[]): void;
|
|
135
|
-
setRefNameAliases(aliases: {
|
|
136
|
-
[x: string]: string;
|
|
137
|
-
}): void;
|
|
138
|
-
setCytobands(cytobands: import("@jbrowse/core/util").Feature[]): void;
|
|
139
|
-
setCanonicalToSeqAdapterRefNames(map: Record<string, string>): void;
|
|
140
|
-
setLoadingP(p?: Promise<void>): void;
|
|
141
|
-
load(): Promise<void>;
|
|
142
|
-
loadPre(): Promise<void>;
|
|
143
|
-
} & {
|
|
144
|
-
getAdapterMapEntry(adapterConf: {
|
|
145
|
-
[x: string]: unknown;
|
|
146
|
-
}, options: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<import("@jbrowse/core/assemblyManager/assembly").RefNameMap>;
|
|
147
|
-
getRefNameMapForAdapter(adapterConf: {
|
|
148
|
-
[x: string]: unknown;
|
|
149
|
-
}, opts: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<{
|
|
150
|
-
[x: string]: string;
|
|
151
|
-
}>;
|
|
152
|
-
getReverseRefNameMapForAdapter(adapterConf: {
|
|
153
|
-
[x: string]: unknown;
|
|
154
|
-
}, opts: import("@jbrowse/core/data_adapters/BaseAdapter").BaseOptions): Promise<{
|
|
155
|
-
[x: string]: string;
|
|
156
|
-
}>;
|
|
157
|
-
afterCreate(): void;
|
|
158
|
-
}, import("@jbrowse/mobx-state-tree")._NotCustomized, import("@jbrowse/mobx-state-tree")._NotCustomized>>)[];
|
|
159
|
-
submitChange(_change: Change | AssemblySpecificChange, _opts?: SubmitOpts): Promise<ValidationResultSet>;
|
|
160
|
-
searchFeatures(_term: string, _assemblies: string[]): Promise<AnnotationFeatureSnapshot[]>;
|
|
161
|
-
}
|
|
162
|
-
//# sourceMappingURL=InMemoryFileDriver.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"InMemoryFileDriver.d.ts","sourceRoot":"","sources":["../../src/BackendDrivers/InMemoryFileDriver.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAA;AAC/E,OAAO,KAAK,EACV,yBAAyB,EACzB,mBAAmB,EACpB,MAAM,wBAAwB,CAAA;AAC/B,OAAO,EAAE,mBAAmB,EAAE,MAAM,2BAA2B,CAAA;AAE/D,OAAO,EAAE,KAAK,MAAM,EAAc,MAAM,oBAAoB,CAAA;AAE5D,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAA;AAGlD,OAAO,EAAE,aAAa,EAAE,KAAK,cAAc,EAAE,MAAM,iBAAiB,CAAA;AAEpE,qBAAa,kBAAmB,SAAQ,aAAa;IAC7C,WAAW,IAAI,OAAO,CAC1B;QAAC,yBAAyB,EAAE;QAAE,mBAAmB,EAAE;KAAC,CACrD;IAIK,WAAW,CAAC,MAAM,EAAE,MAAM;;;;IAc1B,iBAAiB,CAAC,YAAY,EAAE,MAAM,GAAG,OAAO,CAAC,cAAc,EAAE,CAAC;IAgBlE,UAAU,CAAC,YAAY,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,EAAE,CAAC;IAiBzD,aAAa;;;;;gCAzCX,wCAAe;;;;;0BAQQ,oBAA0B;;;;;;;;;iCAQzC,wCAAe;;;;;;;;;;;;;;;;;;;;4BA+BP,oBACJ;;;;8BAGuB,oBAEnC;;;mCAKsB,oBAEhB;;;;uCAIJ,oBAAuB;;;;;;;;2BAYvB,yCAGmB,+BAA+B,wCAAe;;;wBAAwH,yCAAuC;;;;;wBAAuL,yCAAuC;;;;;8BArFxa,0BACZ,gBAAgB,0BAC/B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA4DO,YAAY,CAChB,OAAO,EAAE,MAAM,GAAG,sBAAsB,EACxC,KAAK,GAAE,UAAe;IAclB,cAAc,CAClB,KAAK,EAAE,MAAM,EACb,WAAW,EAAE,MAAM,EAAE,GACpB,OAAO,CAAC,yBAAyB,EAAE,CAAC;CAGxC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/LinearApolloDisplay/glyphs/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAA;AAC1B,cAAc,aAAa,CAAA;AAC3B,cAAc,qBAAqB,CAAA"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import type { InMemoryFileDriver } from '../BackendDrivers';
|
|
2
|
-
import type { ApolloSessionModel } from '../session';
|
|
3
|
-
interface OpenLocalFileProps {
|
|
4
|
-
session: ApolloSessionModel;
|
|
5
|
-
handleClose(): void;
|
|
6
|
-
inMemoryFileDriver: InMemoryFileDriver;
|
|
7
|
-
}
|
|
8
|
-
export interface RefSeqInterface {
|
|
9
|
-
refName: string;
|
|
10
|
-
uniqueId: string;
|
|
11
|
-
aliases?: string[];
|
|
12
|
-
}
|
|
13
|
-
export declare function OpenLocalFile({ handleClose, session }: OpenLocalFileProps): import("react/jsx-runtime").JSX.Element;
|
|
14
|
-
export {};
|
|
15
|
-
//# sourceMappingURL=OpenLocalFile.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"OpenLocalFile.d.ts","sourceRoot":"","sources":["../../src/components/OpenLocalFile.tsx"],"names":[],"mappings":"AAkBA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAA;AAC3D,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,YAAY,CAAA;AAKpD,UAAU,kBAAkB;IAC1B,OAAO,EAAE,kBAAkB,CAAA;IAC3B,WAAW,IAAI,IAAI,CAAA;IACnB,kBAAkB,EAAE,kBAAkB,CAAA;CACvC;AAED,MAAM,WAAW,eAAe;IAC9B,OAAO,EAAE,MAAM,CAAA;IACf,QAAQ,EAAE,MAAM,CAAA;IAChB,OAAO,CAAC,EAAE,MAAM,EAAE,CAAA;CACnB;AAED,wBAAgB,aAAa,CAAC,EAAE,WAAW,EAAE,OAAO,EAAE,EAAE,kBAAkB,2CAwJzE"}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { type ClientDataStore } from '@apollo-annotation/common';
|
|
2
|
-
import type { ApolloAssemblyI, CheckResultSnapshot } from '@apollo-annotation/mst';
|
|
3
|
-
export declare function loadAssemblyIntoClient(assemblyId: string, gff3FileText: string, apolloDataStore: ClientDataStore): Promise<ApolloAssemblyI>;
|
|
4
|
-
export declare function checkFeatures(assembly: ApolloAssemblyI): Promise<CheckResultSnapshot[]>;
|
|
5
|
-
//# sourceMappingURL=loadAssemblyIntoClient.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"loadAssemblyIntoClient.d.ts","sourceRoot":"","sources":["../../src/util/loadAssemblyIntoClient.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,eAAe,EAAiB,MAAM,2BAA2B,CAAA;AAC/E,OAAO,KAAK,EACV,eAAe,EACf,mBAAmB,EACpB,MAAM,wBAAwB,CAAA;AAU/B,wBAAsB,sBAAsB,CAC1C,UAAU,EAAE,MAAM,EAClB,YAAY,EAAE,MAAM,EACpB,eAAe,EAAE,eAAe,4BAyDjC;AAED,wBAAsB,aAAa,CACjC,QAAQ,EAAE,eAAe,GACxB,OAAO,CAAC,mBAAmB,EAAE,CAAC,CAehC"}
|
|
@@ -1,184 +0,0 @@
|
|
|
1
|
-
/* eslint-disable @typescript-eslint/require-await */
|
|
2
|
-
import {
|
|
3
|
-
type AssemblySpecificChange,
|
|
4
|
-
type Change,
|
|
5
|
-
isAssemblySpecificChange,
|
|
6
|
-
} from '@apollo-annotation/common'
|
|
7
|
-
import type {
|
|
8
|
-
AnnotationFeatureSnapshot,
|
|
9
|
-
CheckResultSnapshot,
|
|
10
|
-
} from '@apollo-annotation/mst'
|
|
11
|
-
import {
|
|
12
|
-
ValidationResultSet,
|
|
13
|
-
annotationFeatureToGFF3,
|
|
14
|
-
splitStringIntoChunks,
|
|
15
|
-
} from '@apollo-annotation/shared'
|
|
16
|
-
import { type GFF3Item, formatSync } from '@gmod/gff'
|
|
17
|
-
import { getConf } from '@jbrowse/core/configuration'
|
|
18
|
-
import { type Region, getSession } from '@jbrowse/core/util'
|
|
19
|
-
import { getSnapshot } from '@jbrowse/mobx-state-tree'
|
|
20
|
-
|
|
21
|
-
import { checkFeatures, loadAssemblyIntoClient } from '../util'
|
|
22
|
-
|
|
23
|
-
import { BackendDriver, type RefNameAliases } from './BackendDriver'
|
|
24
|
-
|
|
25
|
-
export class DesktopFileDriver extends BackendDriver {
|
|
26
|
-
async loadAssembly(assemblyName: string) {
|
|
27
|
-
const { assemblyManager } = getSession(this.clientStore)
|
|
28
|
-
const assembly = assemblyManager.get(assemblyName)
|
|
29
|
-
if (!assembly) {
|
|
30
|
-
throw new Error(`Assembly ${assemblyName} not found`)
|
|
31
|
-
}
|
|
32
|
-
const { file } = getConf(assembly, ['sequence', 'metadata']) as {
|
|
33
|
-
file: string
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
// eslint-disable-next-line @typescript-eslint/no-require-imports, @typescript-eslint/consistent-type-imports
|
|
37
|
-
const fs = require('node:fs') as typeof import('fs')
|
|
38
|
-
const fileContents = await fs.promises.readFile(file, 'utf8')
|
|
39
|
-
return loadAssemblyIntoClient(assemblyName, fileContents, this.clientStore)
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
async getAssembly(assemblyName: string) {
|
|
43
|
-
let assembly = this.clientStore.assemblies.get(assemblyName)
|
|
44
|
-
if (!assembly) {
|
|
45
|
-
assembly = await this.loadAssembly(assemblyName)
|
|
46
|
-
}
|
|
47
|
-
return assembly
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
async getRefNameAliases(assemblyName: string): Promise<RefNameAliases[]> {
|
|
51
|
-
const assembly = await this.getAssembly(assemblyName)
|
|
52
|
-
const refNameAliases: RefNameAliases[] = []
|
|
53
|
-
for (const [, refSeq] of assembly.refSeqs) {
|
|
54
|
-
refNameAliases.push({
|
|
55
|
-
refName: refSeq.name,
|
|
56
|
-
aliases: [refSeq._id],
|
|
57
|
-
uniqueId: `alias-${refSeq._id}`,
|
|
58
|
-
})
|
|
59
|
-
}
|
|
60
|
-
return refNameAliases
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
async getFeatures(
|
|
64
|
-
region: Region,
|
|
65
|
-
): Promise<[AnnotationFeatureSnapshot[], CheckResultSnapshot[]]> {
|
|
66
|
-
await this.getAssembly(region.assemblyName)
|
|
67
|
-
return [[], []]
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
async getSequence(region: Region) {
|
|
71
|
-
const { assemblyName, end, refName, start } = region
|
|
72
|
-
const assembly = await this.getAssembly(assemblyName)
|
|
73
|
-
const refSeq = assembly.refSeqs.get(refName)
|
|
74
|
-
if (!refSeq) {
|
|
75
|
-
throw new Error(`refSeq ${refName} not found in client data store`)
|
|
76
|
-
}
|
|
77
|
-
const seq = refSeq.getSequence(start, end)
|
|
78
|
-
return { seq, refSeq: refName }
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
async getRegions(assemblyName: string): Promise<Region[]> {
|
|
82
|
-
const assembly = await this.getAssembly(assemblyName)
|
|
83
|
-
const regions: Region[] = []
|
|
84
|
-
for (const [, refSeq] of assembly.refSeqs) {
|
|
85
|
-
regions.push({
|
|
86
|
-
assemblyName,
|
|
87
|
-
refName: refSeq.name,
|
|
88
|
-
start: refSeq.sequence[0].start,
|
|
89
|
-
end: refSeq.sequence[0].stop,
|
|
90
|
-
})
|
|
91
|
-
}
|
|
92
|
-
return regions
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
getAssemblies() {
|
|
96
|
-
const { assemblyManager } = getSession(this.clientStore)
|
|
97
|
-
return assemblyManager.assemblies.filter((assembly) => {
|
|
98
|
-
const sequenceMetadata = getConf(assembly, ['sequence', 'metadata']) as
|
|
99
|
-
| { apollo: boolean; internetAccountConfigId?: string; file?: string }
|
|
100
|
-
| undefined
|
|
101
|
-
return Boolean(
|
|
102
|
-
sequenceMetadata &&
|
|
103
|
-
sequenceMetadata.apollo &&
|
|
104
|
-
!sequenceMetadata.internetAccountConfigId &&
|
|
105
|
-
sequenceMetadata.file,
|
|
106
|
-
)
|
|
107
|
-
})
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
async submitChange(change: Change | AssemblySpecificChange) {
|
|
111
|
-
if (!isAssemblySpecificChange(change)) {
|
|
112
|
-
throw new Error(
|
|
113
|
-
`Cannot use this type of change with local file: "${change.typeName}"`,
|
|
114
|
-
)
|
|
115
|
-
}
|
|
116
|
-
const { assemblyManager } = getSession(this.clientStore)
|
|
117
|
-
const assembly = assemblyManager.get(change.assembly)
|
|
118
|
-
if (!assembly) {
|
|
119
|
-
throw new Error(`Could not find assembly with name "${change.assembly}"`)
|
|
120
|
-
}
|
|
121
|
-
const { file } = getConf(assembly, ['sequence', 'metadata']) as {
|
|
122
|
-
file: string
|
|
123
|
-
}
|
|
124
|
-
const clientAssembly = this.clientStore.assemblies.get(change.assembly)
|
|
125
|
-
if (!clientAssembly) {
|
|
126
|
-
throw new Error(
|
|
127
|
-
`Could not find assembly in client with name "${change.assembly}"`,
|
|
128
|
-
)
|
|
129
|
-
}
|
|
130
|
-
const refSeqs = new Set(...clientAssembly.refSeqs.keys())
|
|
131
|
-
const { checkResults } = this.clientStore
|
|
132
|
-
for (const checkResult of checkResults.values()) {
|
|
133
|
-
if (refSeqs.has(checkResult.refSeq)) {
|
|
134
|
-
checkResults.delete(checkResult._id)
|
|
135
|
-
}
|
|
136
|
-
}
|
|
137
|
-
const newCheckResults = await checkFeatures(clientAssembly)
|
|
138
|
-
this.clientStore.addCheckResults(newCheckResults)
|
|
139
|
-
const gff3Items: GFF3Item[] = [{ directive: 'gff-version', value: '3' }]
|
|
140
|
-
for (const [, refSeq] of clientAssembly.refSeqs) {
|
|
141
|
-
gff3Items.push({
|
|
142
|
-
directive: 'sequence-region',
|
|
143
|
-
value: `${refSeq.name} 1 ${refSeq.sequence[0].stop}`,
|
|
144
|
-
})
|
|
145
|
-
}
|
|
146
|
-
for (const comment of clientAssembly.comments) {
|
|
147
|
-
gff3Items.push({ comment })
|
|
148
|
-
}
|
|
149
|
-
for (const [, refSeq] of clientAssembly.refSeqs) {
|
|
150
|
-
const { features } = refSeq
|
|
151
|
-
for (const [, feature] of features) {
|
|
152
|
-
gff3Items.push(annotationFeatureToGFF3(getSnapshot(feature)))
|
|
153
|
-
}
|
|
154
|
-
}
|
|
155
|
-
for (const [, refSeq] of clientAssembly.refSeqs) {
|
|
156
|
-
const [sequence] = refSeq.sequence
|
|
157
|
-
const formattedSequence = splitStringIntoChunks(
|
|
158
|
-
sequence.sequence,
|
|
159
|
-
80,
|
|
160
|
-
).join('\n')
|
|
161
|
-
gff3Items.push({
|
|
162
|
-
id: refSeq.name,
|
|
163
|
-
description: refSeq.description,
|
|
164
|
-
sequence: formattedSequence,
|
|
165
|
-
})
|
|
166
|
-
}
|
|
167
|
-
|
|
168
|
-
const gff3Contents = formatSync(gff3Items)
|
|
169
|
-
|
|
170
|
-
// eslint-disable-next-line @typescript-eslint/no-require-imports, @typescript-eslint/consistent-type-imports
|
|
171
|
-
const fs = require('node:fs') as typeof import('fs')
|
|
172
|
-
await fs.promises.writeFile(file, gff3Contents, 'utf8')
|
|
173
|
-
|
|
174
|
-
const results = new ValidationResultSet()
|
|
175
|
-
return results
|
|
176
|
-
}
|
|
177
|
-
|
|
178
|
-
async searchFeatures(
|
|
179
|
-
_term: string,
|
|
180
|
-
_assemblies: string[],
|
|
181
|
-
): Promise<AnnotationFeatureSnapshot[]> {
|
|
182
|
-
return []
|
|
183
|
-
}
|
|
184
|
-
}
|
|
@@ -1,107 +0,0 @@
|
|
|
1
|
-
/* eslint-disable @typescript-eslint/require-await */
|
|
2
|
-
import type { AssemblySpecificChange, Change } from '@apollo-annotation/common'
|
|
3
|
-
import type {
|
|
4
|
-
AnnotationFeatureSnapshot,
|
|
5
|
-
CheckResultSnapshot,
|
|
6
|
-
} from '@apollo-annotation/mst'
|
|
7
|
-
import { ValidationResultSet } from '@apollo-annotation/shared'
|
|
8
|
-
import { getConf } from '@jbrowse/core/configuration'
|
|
9
|
-
import { type Region, getSession } from '@jbrowse/core/util'
|
|
10
|
-
|
|
11
|
-
import type { SubmitOpts } from '../ChangeManager'
|
|
12
|
-
import { checkFeatures } from '../util'
|
|
13
|
-
|
|
14
|
-
import { BackendDriver, type RefNameAliases } from './BackendDriver'
|
|
15
|
-
|
|
16
|
-
export class InMemoryFileDriver extends BackendDriver {
|
|
17
|
-
async getFeatures(): Promise<
|
|
18
|
-
[AnnotationFeatureSnapshot[], CheckResultSnapshot[]]
|
|
19
|
-
> {
|
|
20
|
-
return [[], []]
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
async getSequence(region: Region) {
|
|
24
|
-
const { assemblyName, end, refName, start } = region
|
|
25
|
-
const assembly = this.clientStore.assemblies.get(assemblyName)
|
|
26
|
-
if (!assembly) {
|
|
27
|
-
return { seq: '', refSeq: refName }
|
|
28
|
-
}
|
|
29
|
-
const refSeq = assembly.refSeqs.get(refName)
|
|
30
|
-
if (!refSeq) {
|
|
31
|
-
return { seq: '', refSeq: refName }
|
|
32
|
-
}
|
|
33
|
-
const seq = refSeq.getSequence(start, end)
|
|
34
|
-
return { seq, refSeq: refName }
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
async getRefNameAliases(assemblyName: string): Promise<RefNameAliases[]> {
|
|
38
|
-
const assembly = this.clientStore.assemblies.get(assemblyName)
|
|
39
|
-
const refNameAliases: RefNameAliases[] = []
|
|
40
|
-
if (!assembly) {
|
|
41
|
-
return refNameAliases
|
|
42
|
-
}
|
|
43
|
-
for (const [, refSeq] of assembly.refSeqs) {
|
|
44
|
-
refNameAliases.push({
|
|
45
|
-
refName: refSeq.name,
|
|
46
|
-
aliases: [refSeq._id],
|
|
47
|
-
uniqueId: `alias-${refSeq._id}`,
|
|
48
|
-
})
|
|
49
|
-
}
|
|
50
|
-
return refNameAliases
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
async getRegions(assemblyName: string): Promise<Region[]> {
|
|
54
|
-
const assembly = this.clientStore.assemblies.get(assemblyName)
|
|
55
|
-
if (!assembly) {
|
|
56
|
-
return []
|
|
57
|
-
}
|
|
58
|
-
const regions: Region[] = []
|
|
59
|
-
for (const [, refSeq] of assembly.refSeqs) {
|
|
60
|
-
regions.push({
|
|
61
|
-
assemblyName,
|
|
62
|
-
refName: refSeq.name,
|
|
63
|
-
start: refSeq.sequence[0].start,
|
|
64
|
-
end: refSeq.sequence[0].stop,
|
|
65
|
-
})
|
|
66
|
-
}
|
|
67
|
-
return regions
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
getAssemblies() {
|
|
71
|
-
const { assemblyManager } = getSession(this.clientStore)
|
|
72
|
-
return assemblyManager.assemblies.filter((assembly) => {
|
|
73
|
-
const sequenceMetadata = getConf(assembly, ['sequence', 'metadata']) as
|
|
74
|
-
| { apollo: boolean; internetAccountConfigId?: string; file?: string }
|
|
75
|
-
| undefined
|
|
76
|
-
return Boolean(
|
|
77
|
-
sequenceMetadata &&
|
|
78
|
-
sequenceMetadata.apollo &&
|
|
79
|
-
!sequenceMetadata.file &&
|
|
80
|
-
!sequenceMetadata.internetAccountConfigId,
|
|
81
|
-
)
|
|
82
|
-
})
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
async submitChange(
|
|
86
|
-
_change: Change | AssemblySpecificChange,
|
|
87
|
-
_opts: SubmitOpts = {},
|
|
88
|
-
) {
|
|
89
|
-
const { clientStore } = this
|
|
90
|
-
const { assemblies } = clientStore
|
|
91
|
-
clientStore.clearCheckResults()
|
|
92
|
-
for (const [, assembly] of assemblies) {
|
|
93
|
-
if (assembly.backendDriverType === 'InMemoryFileDriver') {
|
|
94
|
-
const checkResults = await checkFeatures(assembly)
|
|
95
|
-
clientStore.addCheckResults(checkResults)
|
|
96
|
-
}
|
|
97
|
-
}
|
|
98
|
-
return new ValidationResultSet()
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
async searchFeatures(
|
|
102
|
-
_term: string,
|
|
103
|
-
_assemblies: string[],
|
|
104
|
-
): Promise<AnnotationFeatureSnapshot[]> {
|
|
105
|
-
return []
|
|
106
|
-
}
|
|
107
|
-
}
|