@jbrowse/plugin-alignments 1.7.10 → 1.7.11
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.
|
@@ -149,7 +149,7 @@ declare const stateModelFactory: (configSchema: LinearPileupDisplayConfigModel)
|
|
|
149
149
|
estimatedRegionStatsP: Promise<import("@jbrowse/core/data_adapters/BaseAdapter").Stats> | undefined;
|
|
150
150
|
estimatedRegionStats: import("@jbrowse/core/data_adapters/BaseAdapter").Stats | undefined;
|
|
151
151
|
} & {
|
|
152
|
-
readonly blockType: "
|
|
152
|
+
readonly blockType: "dynamicBlocks" | "staticBlocks";
|
|
153
153
|
readonly blockDefinitions: import("@jbrowse/core/util/blockTypes").BlockSet;
|
|
154
154
|
} & {
|
|
155
155
|
readonly renderDelay: number;
|
|
@@ -152,7 +152,7 @@ declare const stateModelFactory: (pluginManager: PluginManager, configSchema: An
|
|
|
152
152
|
estimatedRegionStatsP: Promise<import("@jbrowse/core/data_adapters/BaseAdapter").Stats> | undefined;
|
|
153
153
|
estimatedRegionStats: import("@jbrowse/core/data_adapters/BaseAdapter").Stats | undefined;
|
|
154
154
|
} & {
|
|
155
|
-
readonly blockType: "
|
|
155
|
+
readonly blockType: "dynamicBlocks" | "staticBlocks";
|
|
156
156
|
readonly blockDefinitions: import("@jbrowse/core/util/blockTypes").BlockSet;
|
|
157
157
|
} & {
|
|
158
158
|
readonly renderDelay: number;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jbrowse/plugin-alignments",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.11",
|
|
4
4
|
"description": "JBrowse 2 alignments adapters, tracks, etc.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"jbrowse",
|
|
@@ -57,5 +57,5 @@
|
|
|
57
57
|
"publishConfig": {
|
|
58
58
|
"access": "public"
|
|
59
59
|
},
|
|
60
|
-
"gitHead": "
|
|
60
|
+
"gitHead": "5c21beb48a21f08b0091d293f09ac99174c48f77"
|
|
61
61
|
}
|