@jbrowse/plugin-alignments 2.12.2 → 2.13.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/AlignmentsFeatureDetail/stateModelFactory.d.ts +1 -1
- package/dist/CramAdapter/CramAdapter.js +0 -1
- package/dist/LinearPileupDisplay/model.d.ts +1 -3
- package/esm/AlignmentsFeatureDetail/stateModelFactory.d.ts +1 -1
- package/esm/CramAdapter/CramAdapter.js +0 -1
- package/esm/LinearPileupDisplay/model.d.ts +1 -3
- package/package.json +2 -2
|
@@ -85,8 +85,8 @@ export declare function stateModelFactory(pluginManager: PluginManager): import(
|
|
|
85
85
|
afterAttach(): void;
|
|
86
86
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
|
|
87
87
|
}>> & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree")._NotCustomized, {
|
|
88
|
-
id: string;
|
|
89
88
|
type: "BaseFeatureWidget";
|
|
89
|
+
id: string;
|
|
90
90
|
track: import("mobx-state-tree").ReferenceIdentifier | undefined;
|
|
91
91
|
view: import("mobx-state-tree").ReferenceIdentifier | undefined;
|
|
92
92
|
trackId: string | undefined;
|
|
@@ -28,7 +28,6 @@ class CramAdapter extends BaseAdapter_1.BaseFeatureDataAdapter {
|
|
|
28
28
|
index: new cram_1.CraiIndex({ filehandle: (0, io_1.openLocation)(craiLocation, pm) }),
|
|
29
29
|
seqFetch: (...args) => this.seqFetch(...args),
|
|
30
30
|
checkSequenceMD5: false,
|
|
31
|
-
fetchSizeLimit: 200000000, // just make this a large size to avoid hitting it
|
|
32
31
|
});
|
|
33
32
|
if (!this.getSubAdapter) {
|
|
34
33
|
throw new Error('Error getting subadapter');
|
|
@@ -24,9 +24,7 @@ declare function stateModelFactory(configSchema: AnyConfigurationSchemaType): im
|
|
|
24
24
|
end: import("mobx-state-tree").ISimpleType<number>;
|
|
25
25
|
reversed: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
26
26
|
} & {
|
|
27
|
-
assemblyName: import("mobx-state-tree"
|
|
28
|
-
* #property
|
|
29
|
-
*/).ISimpleType<string>;
|
|
27
|
+
assemblyName: import("mobx-state-tree").ISimpleType<string>;
|
|
30
28
|
}, {
|
|
31
29
|
setRefName(newRefName: string): void;
|
|
32
30
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
@@ -85,8 +85,8 @@ export declare function stateModelFactory(pluginManager: PluginManager): import(
|
|
|
85
85
|
afterAttach(): void;
|
|
86
86
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
|
|
87
87
|
}>> & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree")._NotCustomized, {
|
|
88
|
-
id: string;
|
|
89
88
|
type: "BaseFeatureWidget";
|
|
89
|
+
id: string;
|
|
90
90
|
track: import("mobx-state-tree").ReferenceIdentifier | undefined;
|
|
91
91
|
view: import("mobx-state-tree").ReferenceIdentifier | undefined;
|
|
92
92
|
trackId: string | undefined;
|
|
@@ -23,7 +23,6 @@ export default class CramAdapter extends BaseFeatureDataAdapter {
|
|
|
23
23
|
index: new CraiIndex({ filehandle: openLocation(craiLocation, pm) }),
|
|
24
24
|
seqFetch: (...args) => this.seqFetch(...args),
|
|
25
25
|
checkSequenceMD5: false,
|
|
26
|
-
fetchSizeLimit: 200000000, // just make this a large size to avoid hitting it
|
|
27
26
|
});
|
|
28
27
|
if (!this.getSubAdapter) {
|
|
29
28
|
throw new Error('Error getting subadapter');
|
|
@@ -24,9 +24,7 @@ declare function stateModelFactory(configSchema: AnyConfigurationSchemaType): im
|
|
|
24
24
|
end: import("mobx-state-tree").ISimpleType<number>;
|
|
25
25
|
reversed: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
26
26
|
} & {
|
|
27
|
-
assemblyName: import("mobx-state-tree"
|
|
28
|
-
* #property
|
|
29
|
-
*/).ISimpleType<string>;
|
|
27
|
+
assemblyName: import("mobx-state-tree").ISimpleType<string>;
|
|
30
28
|
}, {
|
|
31
29
|
setRefName(newRefName: string): void;
|
|
32
30
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jbrowse/plugin-alignments",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.13.0",
|
|
4
4
|
"description": "JBrowse 2 alignments adapters, tracks, etc.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"jbrowse",
|
|
@@ -63,5 +63,5 @@
|
|
|
63
63
|
"distModule": "esm/index.js",
|
|
64
64
|
"srcModule": "src/index.ts",
|
|
65
65
|
"module": "esm/index.js",
|
|
66
|
-
"gitHead": "
|
|
66
|
+
"gitHead": "efe02fb9616e20e929cceeed46eb96420c1b6923"
|
|
67
67
|
}
|