@jbrowse/plugin-comparative-adapters 4.1.3 → 4.1.5
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/BlastTabularAdapter/configSchema.d.ts +2 -2
- package/esm/ChainAdapter/configSchema.d.ts +2 -2
- package/esm/DeltaAdapter/configSchema.d.ts +2 -2
- package/esm/MCScanAnchorsAdapter/configSchema.d.ts +2 -2
- package/esm/MCScanSimpleAnchorsAdapter/configSchema.d.ts +2 -2
- package/esm/MashMapAdapter/configSchema.d.ts +2 -2
- package/esm/PAFAdapter/configSchema.d.ts +2 -2
- package/esm/PairwiseIndexedPAFAdapter/configSchema.d.ts +4 -4
- package/package.json +4 -4
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const BlastTabularAdapter: import("
|
|
1
|
+
declare const BlastTabularAdapter: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
2
2
|
assemblyNames: {
|
|
3
3
|
type: string;
|
|
4
4
|
defaultValue: never[];
|
|
@@ -26,5 +26,5 @@ declare const BlastTabularAdapter: import("node_modules/@jbrowse/core/src/config
|
|
|
26
26
|
description: string;
|
|
27
27
|
defaultValue: string;
|
|
28
28
|
};
|
|
29
|
-
}, import("
|
|
29
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
30
30
|
export default BlastTabularAdapter;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const ChainAdapter: import("
|
|
1
|
+
declare const ChainAdapter: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
2
2
|
assemblyNames: {
|
|
3
3
|
type: string;
|
|
4
4
|
defaultValue: never[];
|
|
@@ -21,5 +21,5 @@ declare const ChainAdapter: import("node_modules/@jbrowse/core/src/configuration
|
|
|
21
21
|
locationType: string;
|
|
22
22
|
};
|
|
23
23
|
};
|
|
24
|
-
}, import("
|
|
24
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
25
25
|
export default ChainAdapter;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const DeltaAdapter: import("
|
|
1
|
+
declare const DeltaAdapter: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
2
2
|
assemblyNames: {
|
|
3
3
|
type: string;
|
|
4
4
|
defaultValue: never[];
|
|
@@ -21,5 +21,5 @@ declare const DeltaAdapter: import("node_modules/@jbrowse/core/src/configuration
|
|
|
21
21
|
locationType: string;
|
|
22
22
|
};
|
|
23
23
|
};
|
|
24
|
-
}, import("
|
|
24
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
25
25
|
export default DeltaAdapter;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const MCScanAnchorsAdapter: import("
|
|
1
|
+
declare const MCScanAnchorsAdapter: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
2
2
|
mcscanAnchorsLocation: {
|
|
3
3
|
type: string;
|
|
4
4
|
defaultValue: {
|
|
@@ -24,5 +24,5 @@ declare const MCScanAnchorsAdapter: import("node_modules/@jbrowse/core/src/confi
|
|
|
24
24
|
type: string;
|
|
25
25
|
defaultValue: never[];
|
|
26
26
|
};
|
|
27
|
-
}, import("
|
|
27
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
28
28
|
export default MCScanAnchorsAdapter;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const MCScanSimpleAnchorsAdapter: import("
|
|
1
|
+
declare const MCScanSimpleAnchorsAdapter: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
2
2
|
mcscanSimpleAnchorsLocation: {
|
|
3
3
|
type: string;
|
|
4
4
|
defaultValue: {
|
|
@@ -24,5 +24,5 @@ declare const MCScanSimpleAnchorsAdapter: import("node_modules/@jbrowse/core/src
|
|
|
24
24
|
type: string;
|
|
25
25
|
defaultValue: never[];
|
|
26
26
|
};
|
|
27
|
-
}, import("
|
|
27
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
28
28
|
export default MCScanSimpleAnchorsAdapter;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const MashMapAdapter: import("
|
|
1
|
+
declare const MashMapAdapter: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
2
2
|
assemblyNames: {
|
|
3
3
|
type: string;
|
|
4
4
|
defaultValue: never[];
|
|
@@ -21,5 +21,5 @@ declare const MashMapAdapter: import("node_modules/@jbrowse/core/src/configurati
|
|
|
21
21
|
locationType: string;
|
|
22
22
|
};
|
|
23
23
|
};
|
|
24
|
-
}, import("
|
|
24
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
25
25
|
export default MashMapAdapter;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const PAFAdapter: import("
|
|
1
|
+
declare const PAFAdapter: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
2
2
|
assemblyNames: {
|
|
3
3
|
type: string;
|
|
4
4
|
defaultValue: never[];
|
|
@@ -21,5 +21,5 @@ declare const PAFAdapter: import("node_modules/@jbrowse/core/src/configuration/c
|
|
|
21
21
|
locationType: string;
|
|
22
22
|
};
|
|
23
23
|
};
|
|
24
|
-
}, import("
|
|
24
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
25
25
|
export default PAFAdapter;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const PairwiseIndexedPAFAdapter: import("
|
|
1
|
+
declare const PairwiseIndexedPAFAdapter: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
2
2
|
assemblyNames: {
|
|
3
3
|
type: string;
|
|
4
4
|
defaultValue: never[];
|
|
@@ -22,7 +22,7 @@ declare const PairwiseIndexedPAFAdapter: import("node_modules/@jbrowse/core/src/
|
|
|
22
22
|
locationType: string;
|
|
23
23
|
};
|
|
24
24
|
};
|
|
25
|
-
index: import("
|
|
25
|
+
index: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
26
26
|
indexType: {
|
|
27
27
|
model: import("@jbrowse/mobx-state-tree").ISimpleType<string>;
|
|
28
28
|
type: string;
|
|
@@ -35,6 +35,6 @@ declare const PairwiseIndexedPAFAdapter: import("node_modules/@jbrowse/core/src/
|
|
|
35
35
|
locationType: string;
|
|
36
36
|
};
|
|
37
37
|
};
|
|
38
|
-
}, import("
|
|
39
|
-
}, import("
|
|
38
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
39
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
40
40
|
export default PairwiseIndexedPAFAdapter;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jbrowse/plugin-comparative-adapters",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.5",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "JBrowse 2 comparative adapters",
|
|
6
6
|
"keywords": [
|
|
@@ -23,13 +23,13 @@
|
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@gmod/tabix": "^3.2.2",
|
|
25
25
|
"@jbrowse/mobx-state-tree": "^5.5.0",
|
|
26
|
-
"@mui/material": "^7.3.
|
|
26
|
+
"@mui/material": "^7.3.8",
|
|
27
27
|
"generic-filehandle2": "^2.0.18",
|
|
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.1.5",
|
|
32
|
+
"@jbrowse/plugin-alignments": "^4.1.5"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
35
35
|
"react": ">=18.0.0",
|