@jbrowse/plugin-bed 4.1.3 → 4.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/esm/BedAdapter/configSchema.d.ts +2 -2
- package/esm/BedGraphAdapter/configSchema.d.ts +2 -2
- package/esm/BedGraphTabixAdapter/configSchema.d.ts +4 -4
- package/esm/BedTabixAdapter/configSchema.d.ts +4 -4
- package/esm/BedpeAdapter/configSchema.d.ts +2 -2
- package/esm/BigBedAdapter/configSchema.d.ts +2 -2
- package/package.json +2 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const BedAdapter: import("
|
|
1
|
+
declare const BedAdapter: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
2
2
|
bedLocation: {
|
|
3
3
|
type: string;
|
|
4
4
|
description: string;
|
|
@@ -37,5 +37,5 @@ declare const BedAdapter: import("node_modules/@jbrowse/core/src/configuration/c
|
|
|
37
37
|
description: string;
|
|
38
38
|
defaultValue: number;
|
|
39
39
|
};
|
|
40
|
-
}, import("
|
|
40
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
41
41
|
export default BedAdapter;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const BedGraphAdapter: import("
|
|
1
|
+
declare const BedGraphAdapter: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
2
2
|
bedGraphLocation: {
|
|
3
3
|
type: string;
|
|
4
4
|
defaultValue: {
|
|
@@ -11,5 +11,5 @@ declare const BedGraphAdapter: import("node_modules/@jbrowse/core/src/configurat
|
|
|
11
11
|
description: string;
|
|
12
12
|
defaultValue: never[];
|
|
13
13
|
};
|
|
14
|
-
}, import("
|
|
14
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
15
15
|
export default BedGraphAdapter;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const BedGraphTabixAdapter: import("
|
|
1
|
+
declare const BedGraphTabixAdapter: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
2
2
|
bedGraphGzLocation: {
|
|
3
3
|
type: string;
|
|
4
4
|
defaultValue: {
|
|
@@ -6,7 +6,7 @@ declare const BedGraphTabixAdapter: import("node_modules/@jbrowse/core/src/confi
|
|
|
6
6
|
locationType: string;
|
|
7
7
|
};
|
|
8
8
|
};
|
|
9
|
-
index: import("
|
|
9
|
+
index: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
10
10
|
indexType: {
|
|
11
11
|
model: import("@jbrowse/mobx-state-tree").ISimpleType<string>;
|
|
12
12
|
type: string;
|
|
@@ -19,11 +19,11 @@ declare const BedGraphTabixAdapter: import("node_modules/@jbrowse/core/src/confi
|
|
|
19
19
|
locationType: string;
|
|
20
20
|
};
|
|
21
21
|
};
|
|
22
|
-
}, import("
|
|
22
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
23
23
|
columnNames: {
|
|
24
24
|
type: string;
|
|
25
25
|
description: string;
|
|
26
26
|
defaultValue: never[];
|
|
27
27
|
};
|
|
28
|
-
}, import("
|
|
28
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
29
29
|
export default BedGraphTabixAdapter;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const BedTabixAdapter: import("
|
|
1
|
+
declare const BedTabixAdapter: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
2
2
|
bedGzLocation: {
|
|
3
3
|
type: string;
|
|
4
4
|
defaultValue: {
|
|
@@ -6,7 +6,7 @@ declare const BedTabixAdapter: import("node_modules/@jbrowse/core/src/configurat
|
|
|
6
6
|
locationType: string;
|
|
7
7
|
};
|
|
8
8
|
};
|
|
9
|
-
index: import("
|
|
9
|
+
index: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
10
10
|
indexType: {
|
|
11
11
|
model: import("@jbrowse/mobx-state-tree").ISimpleType<string>;
|
|
12
12
|
type: string;
|
|
@@ -19,7 +19,7 @@ declare const BedTabixAdapter: import("node_modules/@jbrowse/core/src/configurat
|
|
|
19
19
|
locationType: string;
|
|
20
20
|
};
|
|
21
21
|
};
|
|
22
|
-
}, import("
|
|
22
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
23
23
|
columnNames: {
|
|
24
24
|
type: string;
|
|
25
25
|
description: string;
|
|
@@ -35,5 +35,5 @@ declare const BedTabixAdapter: import("node_modules/@jbrowse/core/src/configurat
|
|
|
35
35
|
description: string;
|
|
36
36
|
defaultValue: string;
|
|
37
37
|
};
|
|
38
|
-
}, import("
|
|
38
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
39
39
|
export default BedTabixAdapter;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const BedpeAdapter: import("
|
|
1
|
+
declare const BedpeAdapter: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
2
2
|
bedpeLocation: {
|
|
3
3
|
type: string;
|
|
4
4
|
description: string;
|
|
@@ -12,5 +12,5 @@ declare const BedpeAdapter: import("node_modules/@jbrowse/core/src/configuration
|
|
|
12
12
|
description: string;
|
|
13
13
|
defaultValue: never[];
|
|
14
14
|
};
|
|
15
|
-
}, import("
|
|
15
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
16
16
|
export default BedpeAdapter;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const BigBedAdapter: import("
|
|
1
|
+
declare const BigBedAdapter: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
2
2
|
bigBedLocation: {
|
|
3
3
|
type: string;
|
|
4
4
|
defaultValue: {
|
|
@@ -16,5 +16,5 @@ declare const BigBedAdapter: import("node_modules/@jbrowse/core/src/configuratio
|
|
|
16
16
|
description: string;
|
|
17
17
|
defaultValue: string;
|
|
18
18
|
};
|
|
19
|
-
}, import("
|
|
19
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
20
20
|
export default BigBedAdapter;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jbrowse/plugin-bed",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.4",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "JBrowse 2 bed adapters, tracks, etc.",
|
|
6
6
|
"keywords": [
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"@jbrowse/mobx-state-tree": "^5.5.0",
|
|
29
29
|
"mobx": "^6.15.0",
|
|
30
30
|
"rxjs": "^7.8.2",
|
|
31
|
-
"@jbrowse/core": "^4.1.
|
|
31
|
+
"@jbrowse/core": "^4.1.4"
|
|
32
32
|
},
|
|
33
33
|
"publishConfig": {
|
|
34
34
|
"access": "public"
|