@jbrowse/plugin-sequence 1.6.4 → 1.6.7
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/BgzipFastaAdapter/configSchema.d.ts +1 -1
- package/dist/ChromSizesAdapter/ChromSizesAdapter.d.ts +1 -0
- package/dist/ChromSizesAdapter/configSchema.d.ts +1 -1
- package/dist/DivSequenceRenderer/configSchema.d.ts +1 -1
- package/dist/GCContentAdapter/configSchema.d.ts +1 -1
- package/dist/GCContentAdapter/index.d.ts +1 -1
- package/dist/IndexedFastaAdapter/configSchema.d.ts +1 -1
- package/dist/LinearReferenceSequenceDisplay/configSchema.d.ts +1 -1
- package/dist/LinearReferenceSequenceDisplay/model.d.ts +1 -1
- package/dist/TwoBitAdapter/configSchema.d.ts +1 -1
- package/dist/plugin-sequence.cjs.development.js +5 -0
- package/dist/plugin-sequence.cjs.development.js.map +1 -1
- package/dist/plugin-sequence.cjs.production.min.js +1 -1
- package/dist/plugin-sequence.cjs.production.min.js.map +1 -1
- package/dist/plugin-sequence.esm.js +5 -0
- package/dist/plugin-sequence.esm.js.map +1 -1
- package/dist/referenceSeqTrackConfig.d.ts +1 -1
- package/package.json +3 -3
- package/src/ChromSizesAdapter/ChromSizesAdapter.ts +4 -0
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import("@jbrowse/core/configuration
|
|
1
|
+
declare const _default: import("@jbrowse/core/configuration").AnyConfigurationSchemaType;
|
|
2
2
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import("@jbrowse/core/configuration
|
|
1
|
+
declare const _default: import("@jbrowse/core/configuration").AnyConfigurationSchemaType;
|
|
2
2
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import("@jbrowse/core/configuration
|
|
1
|
+
declare const _default: import("@jbrowse/core/configuration").AnyConfigurationSchemaType;
|
|
2
2
|
export default _default;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import PluginManager from '@jbrowse/core/PluginManager';
|
|
2
|
-
declare const _default: (pluginManager: PluginManager) => import("@jbrowse/core/configuration
|
|
2
|
+
declare const _default: (pluginManager: PluginManager) => import("@jbrowse/core/configuration").AnyConfigurationSchemaType;
|
|
3
3
|
export default _default;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import PluginManager from '@jbrowse/core/PluginManager';
|
|
2
2
|
declare const _default: (pluginManager: PluginManager) => {
|
|
3
|
-
configSchema: import("@jbrowse/core/configuration
|
|
3
|
+
configSchema: import("@jbrowse/core/configuration").AnyConfigurationSchemaType;
|
|
4
4
|
getAdapterClass: () => Promise<typeof import("./GCContentAdapter").default>;
|
|
5
5
|
};
|
|
6
6
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import("@jbrowse/core/configuration
|
|
1
|
+
declare const _default: import("@jbrowse/core/configuration").AnyConfigurationSchemaType;
|
|
2
2
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const configSchema: import("@jbrowse/core/configuration
|
|
1
|
+
export declare const configSchema: import("@jbrowse/core/configuration").AnyConfigurationSchemaType;
|
|
@@ -180,7 +180,7 @@ export declare function modelFactory(configSchema: AnyConfigurationSchemaType):
|
|
|
180
180
|
}[];
|
|
181
181
|
renderProps(): any;
|
|
182
182
|
} & {
|
|
183
|
-
renderSvg(opts: import("@jbrowse/plugin-linear-genome-view/
|
|
183
|
+
renderSvg(opts: import("@jbrowse/plugin-linear-genome-view/dist/LinearGenomeView").ExportSvgOptions & {
|
|
184
184
|
overrideHeight: number;
|
|
185
185
|
}): Promise<JSX.Element>;
|
|
186
186
|
} & {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import("@jbrowse/core/configuration
|
|
1
|
+
declare const _default: import("@jbrowse/core/configuration").AnyConfigurationSchemaType;
|
|
2
2
|
export default _default;
|
|
@@ -2317,6 +2317,11 @@ var _default = /*#__PURE__*/function (_BaseAdapter) {
|
|
|
2317
2317
|
value: function getFeatures() {
|
|
2318
2318
|
throw new Error('sequence not available');
|
|
2319
2319
|
}
|
|
2320
|
+
}, {
|
|
2321
|
+
key: "getHeader",
|
|
2322
|
+
value: function getHeader() {
|
|
2323
|
+
return {};
|
|
2324
|
+
}
|
|
2320
2325
|
}, {
|
|
2321
2326
|
key: "freeResources",
|
|
2322
2327
|
value: function
|