jbrowse-plugin-gwas 2.1.3 → 2.1.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.
- package/dist/GWASTrack/configSchema.d.ts +16 -11
- package/dist/LinearManhattanDisplay/configSchemaFactory.d.ts +6 -33
- package/dist/LinearManhattanDisplay/configSchemaFactory.js +1 -1
- package/dist/LinearManhattanDisplay/configSchemaFactory.js.map +1 -1
- package/dist/LinearManhattanDisplay/stateModelFactory.d.ts +1075 -119
- package/dist/LinearManhattanDisplay/stateModelFactory.js +1 -1
- package/dist/LinearManhattanDisplay/stateModelFactory.js.map +1 -1
- package/dist/LinearManhattanRenderer/LinearManhattanRenderer.d.ts +42 -3
- package/dist/LinearManhattanRenderer/configSchema.d.ts +2 -2
- package/dist/jbrowse-plugin-gwas.umd.production.min.js +4 -86
- package/dist/jbrowse-plugin-gwas.umd.production.min.js.map +4 -4
- package/package.json +23 -23
- package/src/LinearManhattanDisplay/configSchemaFactory.ts +1 -1
- package/src/LinearManhattanDisplay/stateModelFactory.ts +1 -1
|
@@ -4,7 +4,7 @@ import type PluginManager from '@jbrowse/core/PluginManager';
|
|
|
4
4
|
* #category track
|
|
5
5
|
* used for GWAS (Genome-Wide Association Study) tracks with Manhattan plot display
|
|
6
6
|
*/
|
|
7
|
-
export default function configSchemaFactory(pluginManager: PluginManager): import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
7
|
+
export default function configSchemaFactory(pluginManager: PluginManager): import("@jbrowse/core/esm/configuration/configurationSchema").ConfigurationSchemaType<{}, import("@jbrowse/core/esm/configuration/configurationSchema").ConfigurationSchemaOptions<import("@jbrowse/core/esm/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
8
8
|
name: {
|
|
9
9
|
description: string;
|
|
10
10
|
type: string;
|
|
@@ -30,8 +30,13 @@ export default function configSchemaFactory(pluginManager: PluginManager): impor
|
|
|
30
30
|
description: string;
|
|
31
31
|
defaultValue: {};
|
|
32
32
|
};
|
|
33
|
-
|
|
34
|
-
|
|
33
|
+
rpcDriverName: {
|
|
34
|
+
type: string;
|
|
35
|
+
description: string;
|
|
36
|
+
defaultValue: string;
|
|
37
|
+
};
|
|
38
|
+
adapter: import("@jbrowse/mobx-state-tree").IAnyModelType;
|
|
39
|
+
textSearching: import("@jbrowse/core/esm/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
35
40
|
indexingAttributes: {
|
|
36
41
|
type: string;
|
|
37
42
|
description: string;
|
|
@@ -42,10 +47,10 @@ export default function configSchemaFactory(pluginManager: PluginManager): impor
|
|
|
42
47
|
description: string;
|
|
43
48
|
defaultValue: string[];
|
|
44
49
|
};
|
|
45
|
-
textSearchAdapter: import("mobx-state-tree").IAnyModelType;
|
|
46
|
-
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
47
|
-
displays: import("mobx-state-tree").IArrayType<import("mobx-state-tree").IAnyModelType>;
|
|
48
|
-
formatDetails: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
50
|
+
textSearchAdapter: import("@jbrowse/mobx-state-tree").IAnyModelType;
|
|
51
|
+
}, import("@jbrowse/core/esm/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
52
|
+
displays: import("@jbrowse/mobx-state-tree").IArrayType<import("@jbrowse/mobx-state-tree").IAnyModelType>;
|
|
53
|
+
formatDetails: import("@jbrowse/core/esm/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
49
54
|
feature: {
|
|
50
55
|
type: string;
|
|
51
56
|
description: string;
|
|
@@ -68,8 +73,8 @@ export default function configSchemaFactory(pluginManager: PluginManager): impor
|
|
|
68
73
|
defaultValue: number;
|
|
69
74
|
description: string;
|
|
70
75
|
};
|
|
71
|
-
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
72
|
-
formatAbout: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
76
|
+
}, import("@jbrowse/core/esm/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
77
|
+
formatAbout: import("@jbrowse/core/esm/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
73
78
|
config: {
|
|
74
79
|
type: string;
|
|
75
80
|
description: string;
|
|
@@ -80,5 +85,5 @@ export default function configSchemaFactory(pluginManager: PluginManager): impor
|
|
|
80
85
|
type: string;
|
|
81
86
|
defaultValue: boolean;
|
|
82
87
|
};
|
|
83
|
-
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
84
|
-
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "trackId">>, undefined>>;
|
|
88
|
+
}, import("@jbrowse/core/esm/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
89
|
+
}, import("@jbrowse/core/esm/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "trackId">>, undefined>>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type PluginManager from '@jbrowse/core/PluginManager';
|
|
2
|
-
export declare function configSchemaFactory(pluginManager: PluginManager): import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
2
|
+
export declare function configSchemaFactory(pluginManager: PluginManager): import("@jbrowse/core/esm/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
3
3
|
mouseover: {
|
|
4
4
|
type: string;
|
|
5
5
|
defaultValue: string;
|
|
@@ -8,7 +8,7 @@ export declare function configSchemaFactory(pluginManager: PluginManager): impor
|
|
|
8
8
|
autoscale: {
|
|
9
9
|
type: string;
|
|
10
10
|
defaultValue: string;
|
|
11
|
-
model: import("mobx-state-tree").ISimpleType<string>;
|
|
11
|
+
model: import("@jbrowse/mobx-state-tree").ISimpleType<string>;
|
|
12
12
|
description: string;
|
|
13
13
|
};
|
|
14
14
|
minScore: {
|
|
@@ -28,7 +28,7 @@ export declare function configSchemaFactory(pluginManager: PluginManager): impor
|
|
|
28
28
|
};
|
|
29
29
|
scaleType: {
|
|
30
30
|
type: string;
|
|
31
|
-
model: import("mobx-state-tree").ISimpleType<string>;
|
|
31
|
+
model: import("@jbrowse/mobx-state-tree").ISimpleType<string>;
|
|
32
32
|
description: string;
|
|
33
33
|
defaultValue: string;
|
|
34
34
|
};
|
|
@@ -37,34 +37,7 @@ export declare function configSchemaFactory(pluginManager: PluginManager): impor
|
|
|
37
37
|
description: string;
|
|
38
38
|
defaultValue: boolean;
|
|
39
39
|
};
|
|
40
|
-
renderers: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
40
|
+
renderers: import("@jbrowse/core/esm/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
41
41
|
LinearManhattanRenderer: import("@jbrowse/core/configuration").AnyConfigurationSchemaType;
|
|
42
|
-
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
43
|
-
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<
|
|
44
|
-
maxFeatureScreenDensity: {
|
|
45
|
-
type: string;
|
|
46
|
-
description: string;
|
|
47
|
-
defaultValue: number;
|
|
48
|
-
};
|
|
49
|
-
fetchSizeLimit: {
|
|
50
|
-
type: string;
|
|
51
|
-
defaultValue: number;
|
|
52
|
-
description: string;
|
|
53
|
-
};
|
|
54
|
-
height: {
|
|
55
|
-
type: string;
|
|
56
|
-
defaultValue: number;
|
|
57
|
-
description: string;
|
|
58
|
-
};
|
|
59
|
-
mouseover: {
|
|
60
|
-
type: string;
|
|
61
|
-
description: string;
|
|
62
|
-
defaultValue: string;
|
|
63
|
-
contextVariable: string[];
|
|
64
|
-
};
|
|
65
|
-
jexlFilters: {
|
|
66
|
-
type: string;
|
|
67
|
-
description: string;
|
|
68
|
-
defaultValue: never[];
|
|
69
|
-
};
|
|
70
|
-
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "displayId">>, undefined>>;
|
|
42
|
+
}, import("@jbrowse/core/esm/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
43
|
+
}, import("@jbrowse/core/esm/configuration/configurationSchema").ConfigurationSchemaOptions<any, undefined>>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ConfigurationSchema } from '@jbrowse/core/configuration';
|
|
2
|
-
import { types } from 'mobx-state-tree';
|
|
2
|
+
import { types } from '@jbrowse/mobx-state-tree';
|
|
3
3
|
export function configSchemaFactory(pluginManager) {
|
|
4
4
|
const LGVPlugin = pluginManager.getPlugin('LinearGenomeViewPlugin');
|
|
5
5
|
const { baseLinearDisplayConfigSchema } = LGVPlugin.exports;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"configSchemaFactory.js","sourceRoot":"","sources":["../../src/LinearManhattanDisplay/configSchemaFactory.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,6BAA6B,CAAA;AACjE,OAAO,EAAE,KAAK,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"configSchemaFactory.js","sourceRoot":"","sources":["../../src/LinearManhattanDisplay/configSchemaFactory.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,6BAA6B,CAAA;AACjE,OAAO,EAAE,KAAK,EAAE,MAAM,0BAA0B,CAAA;AAKhD,MAAM,UAAU,mBAAmB,CAAC,aAA4B;IAC9D,MAAM,SAAS,GAAG,aAAa,CAAC,SAAS,CACvC,wBAAwB,CACZ,CAAA;IACd,MAAM,EAAE,6BAA6B,EAAE,GAAG,SAAS,CAAC,OAAO,CAAA;IAE3D,MAAM,mCAAmC,GAAG,aAAa,CAAC,eAAe,CACvE,yBAAyB,CACzB,CAAC,YAAY,CAAA;IAEf,OAAO,mBAAmB,CACxB,wBAAwB,EACxB;QACE,SAAS,EAAE;YACT,IAAI,EAAE,QAAQ;YACd,YAAY,EAAE,0BAA0B;YACxC,eAAe,EAAE,CAAC,SAAS,CAAC;SAC7B;QACD,SAAS,EAAE;YACT,IAAI,EAAE,YAAY;YAClB,YAAY,EAAE,OAAO;YACrB,KAAK,EAAE,KAAK,CAAC,WAAW,CAAC,gBAAgB,EAAE;gBACzC,QAAQ;gBACR,OAAO;gBACP,UAAU;gBACV,SAAS;gBACT,QAAQ;aACT,CAAC;YACF,WAAW,EACT,sFAAsF;SACzF;QACD,QAAQ,EAAE;YACR,IAAI,EAAE,QAAQ;YACd,YAAY,EAAE,MAAM,CAAC,SAAS;YAC9B,WAAW,EAAE,+BAA+B;SAC7C;QACD,QAAQ,EAAE;YACR,IAAI,EAAE,QAAQ;YACd,WAAW,EAAE,+BAA+B;YAC5C,YAAY,EAAE,MAAM,CAAC,SAAS;SAC/B;QACD,SAAS,EAAE;YACT,IAAI,EAAE,QAAQ;YACd,WAAW,EACT,8EAA8E;YAChF,YAAY,EAAE,CAAC;SAChB;QACD,SAAS,EAAE;YACT,IAAI,EAAE,YAAY;YAClB,KAAK,EAAE,KAAK,CAAC,WAAW,CAAC,YAAY,EAAE,CAAC,QAAQ,EAAE,KAAK,CAAC,CAAC,EAAE,cAAc;YACzE,WAAW,EAAE,0BAA0B;YACvC,YAAY,EAAE,QAAQ;SACvB;QACD,QAAQ,EAAE;YACR,IAAI,EAAE,SAAS;YACf,WAAW,EAAE,kBAAkB;YAC/B,YAAY,EAAE,KAAK;SACpB;QACD,SAAS,EAAE,mBAAmB,CAAC,wBAAwB,EAAE;YACvD,uBAAuB,EAAE,mCAAmC;SAC7D,CAAC;KACH,EACD;QACE,iBAAiB,EAAE,6BAA6B;QAChD,eAAe,EAAE,IAAI;KACtB,CACF,CAAA;AACH,CAAC"}
|