@jbrowse/plugin-sequence 4.0.2 → 4.0.4
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.
|
@@ -137,6 +137,7 @@ export declare function modelFactory(configSchema: AnyConfigurationSchemaType):
|
|
|
137
137
|
}> | null;
|
|
138
138
|
readonly adapterConfig: any;
|
|
139
139
|
readonly parentTrack: import("@jbrowse/core/util").AbstractTrackModel;
|
|
140
|
+
readonly isMinimized: boolean;
|
|
140
141
|
readonly parentDisplay: any;
|
|
141
142
|
readonly effectiveRpcDriverName: any;
|
|
142
143
|
} & {
|
|
@@ -193,6 +194,7 @@ export declare function modelFactory(configSchema: AnyConfigurationSchemaType):
|
|
|
193
194
|
}> | null;
|
|
194
195
|
readonly adapterConfig: any;
|
|
195
196
|
readonly parentTrack: import("@jbrowse/core/util").AbstractTrackModel;
|
|
197
|
+
readonly isMinimized: boolean;
|
|
196
198
|
readonly parentDisplay: any;
|
|
197
199
|
readonly effectiveRpcDriverName: any;
|
|
198
200
|
} & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/mobx-state-tree").IModelType<{
|
|
@@ -246,6 +248,7 @@ export declare function modelFactory(configSchema: AnyConfigurationSchemaType):
|
|
|
246
248
|
}> | null;
|
|
247
249
|
readonly adapterConfig: any;
|
|
248
250
|
readonly parentTrack: import("@jbrowse/core/util").AbstractTrackModel;
|
|
251
|
+
readonly isMinimized: boolean;
|
|
249
252
|
readonly parentDisplay: any;
|
|
250
253
|
readonly effectiveRpcDriverName: any;
|
|
251
254
|
}, import("@jbrowse/mobx-state-tree")._NotCustomized, import("@jbrowse/mobx-state-tree")._NotCustomized>>;
|
|
@@ -527,6 +530,7 @@ export declare function modelFactory(configSchema: AnyConfigurationSchemaType):
|
|
|
527
530
|
}> | null;
|
|
528
531
|
readonly adapterConfig: any;
|
|
529
532
|
readonly parentTrack: import("@jbrowse/core/util").AbstractTrackModel;
|
|
533
|
+
readonly isMinimized: boolean;
|
|
530
534
|
readonly parentDisplay: any;
|
|
531
535
|
readonly effectiveRpcDriverName: any;
|
|
532
536
|
} & {
|
|
@@ -583,6 +587,7 @@ export declare function modelFactory(configSchema: AnyConfigurationSchemaType):
|
|
|
583
587
|
}> | null;
|
|
584
588
|
readonly adapterConfig: any;
|
|
585
589
|
readonly parentTrack: import("@jbrowse/core/util").AbstractTrackModel;
|
|
590
|
+
readonly isMinimized: boolean;
|
|
586
591
|
readonly parentDisplay: any;
|
|
587
592
|
readonly effectiveRpcDriverName: any;
|
|
588
593
|
} & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/mobx-state-tree").IModelType<{
|
|
@@ -636,6 +641,7 @@ export declare function modelFactory(configSchema: AnyConfigurationSchemaType):
|
|
|
636
641
|
}> | null;
|
|
637
642
|
readonly adapterConfig: any;
|
|
638
643
|
readonly parentTrack: import("@jbrowse/core/util").AbstractTrackModel;
|
|
644
|
+
readonly isMinimized: boolean;
|
|
639
645
|
readonly parentDisplay: any;
|
|
640
646
|
readonly effectiveRpcDriverName: any;
|
|
641
647
|
}, import("@jbrowse/mobx-state-tree")._NotCustomized, import("@jbrowse/mobx-state-tree")._NotCustomized>>;
|
|
@@ -862,6 +868,7 @@ export declare function modelFactory(configSchema: AnyConfigurationSchemaType):
|
|
|
862
868
|
}> | null;
|
|
863
869
|
readonly adapterConfig: any;
|
|
864
870
|
readonly parentTrack: import("@jbrowse/core/util").AbstractTrackModel;
|
|
871
|
+
readonly isMinimized: boolean;
|
|
865
872
|
readonly parentDisplay: any;
|
|
866
873
|
readonly effectiveRpcDriverName: any;
|
|
867
874
|
} & {
|
|
@@ -918,6 +925,7 @@ export declare function modelFactory(configSchema: AnyConfigurationSchemaType):
|
|
|
918
925
|
}> | null;
|
|
919
926
|
readonly adapterConfig: any;
|
|
920
927
|
readonly parentTrack: import("@jbrowse/core/util").AbstractTrackModel;
|
|
928
|
+
readonly isMinimized: boolean;
|
|
921
929
|
readonly parentDisplay: any;
|
|
922
930
|
readonly effectiveRpcDriverName: any;
|
|
923
931
|
} & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/mobx-state-tree").IModelType<{
|
|
@@ -971,6 +979,7 @@ export declare function modelFactory(configSchema: AnyConfigurationSchemaType):
|
|
|
971
979
|
}> | null;
|
|
972
980
|
readonly adapterConfig: any;
|
|
973
981
|
readonly parentTrack: import("@jbrowse/core/util").AbstractTrackModel;
|
|
982
|
+
readonly isMinimized: boolean;
|
|
974
983
|
readonly parentDisplay: any;
|
|
975
984
|
readonly effectiveRpcDriverName: any;
|
|
976
985
|
}, import("@jbrowse/mobx-state-tree")._NotCustomized, import("@jbrowse/mobx-state-tree")._NotCustomized>>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jbrowse/plugin-sequence",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.4",
|
|
4
4
|
"description": "JBrowse 2 sequence adapters, tracks, etc.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"jbrowse",
|
|
@@ -21,15 +21,15 @@
|
|
|
21
21
|
],
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@gmod/abortable-promise-cache": "^3.0.4",
|
|
24
|
-
"@gmod/indexedfasta": "^5.0.
|
|
24
|
+
"@gmod/indexedfasta": "^5.0.2",
|
|
25
25
|
"@gmod/twobit": "^6.0.1",
|
|
26
26
|
"@jbrowse/mobx-state-tree": "^5.5.0",
|
|
27
27
|
"@mui/material": "^7.3.6",
|
|
28
28
|
"mobx": "^6.15.0",
|
|
29
29
|
"mobx-react": "^9.2.1",
|
|
30
30
|
"rxjs": "^7.8.2",
|
|
31
|
-
"@jbrowse/
|
|
32
|
-
"@jbrowse/
|
|
31
|
+
"@jbrowse/core": "^4.0.4",
|
|
32
|
+
"@jbrowse/plugin-linear-genome-view": "^4.0.4"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
35
35
|
"react": ">=18.0.0"
|