@jbrowse/plugin-comparative-adapters 2.16.0 → 2.16.1
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/ChainAdapter/configSchema.js +1 -1
- package/dist/DeltaAdapter/configSchema.js +5 -2
- package/dist/MashMapAdapter/configSchema.js +1 -1
- package/dist/PAFAdapter/configSchema.js +1 -1
- package/dist/PairwiseIndexedPAFAdapter/configSchema.js +1 -1
- package/esm/ChainAdapter/configSchema.js +1 -1
- package/esm/DeltaAdapter/configSchema.js +5 -2
- package/esm/MashMapAdapter/configSchema.js +1 -1
- package/esm/PAFAdapter/configSchema.js +1 -1
- package/esm/PairwiseIndexedPAFAdapter/configSchema.js +1 -1
- package/package.json +2 -2
|
@@ -13,7 +13,7 @@ const ChainAdapter = (0, configuration_1.ConfigurationSchema)('ChainAdapter', {
|
|
|
13
13
|
assemblyNames: {
|
|
14
14
|
type: 'stringArray',
|
|
15
15
|
defaultValue: [],
|
|
16
|
-
description: '
|
|
16
|
+
description: 'Array of assembly names to use for this file. The query assembly name is the first value in the array, target assembly name is the second',
|
|
17
17
|
},
|
|
18
18
|
/**
|
|
19
19
|
* #slot
|
|
@@ -13,7 +13,7 @@ const DeltaAdapter = (0, configuration_1.ConfigurationSchema)('DeltaAdapter', {
|
|
|
13
13
|
assemblyNames: {
|
|
14
14
|
type: 'stringArray',
|
|
15
15
|
defaultValue: [],
|
|
16
|
-
description: 'Array of assembly names to use for this file. The
|
|
16
|
+
description: 'Array of assembly names to use for this file. The query assembly name is the first value in the array, target assembly name is the second',
|
|
17
17
|
},
|
|
18
18
|
/**
|
|
19
19
|
* #slot
|
|
@@ -38,7 +38,10 @@ const DeltaAdapter = (0, configuration_1.ConfigurationSchema)('DeltaAdapter', {
|
|
|
38
38
|
*/
|
|
39
39
|
deltaLocation: {
|
|
40
40
|
type: 'fileLocation',
|
|
41
|
-
defaultValue: {
|
|
41
|
+
defaultValue: {
|
|
42
|
+
uri: '/path/to/file.delta',
|
|
43
|
+
locationType: 'UriLocation',
|
|
44
|
+
},
|
|
42
45
|
},
|
|
43
46
|
}, { explicitlyTyped: true });
|
|
44
47
|
exports.default = DeltaAdapter;
|
|
@@ -12,7 +12,7 @@ const MashMapAdapter = (0, configuration_1.ConfigurationSchema)('MashMapAdapter'
|
|
|
12
12
|
assemblyNames: {
|
|
13
13
|
type: 'stringArray',
|
|
14
14
|
defaultValue: [],
|
|
15
|
-
description: '
|
|
15
|
+
description: 'Array of assembly names to use for this file. The query assembly name is the first value in the array, target assembly name is the second',
|
|
16
16
|
},
|
|
17
17
|
/**
|
|
18
18
|
* #slot
|
|
@@ -12,7 +12,7 @@ const PAFAdapter = (0, configuration_1.ConfigurationSchema)('PAFAdapter', {
|
|
|
12
12
|
assemblyNames: {
|
|
13
13
|
type: 'stringArray',
|
|
14
14
|
defaultValue: [],
|
|
15
|
-
description: 'Array of assembly names to use for this file. The
|
|
15
|
+
description: 'Array of assembly names to use for this file. The query assembly name is the first value in the array, target assembly name is the second',
|
|
16
16
|
},
|
|
17
17
|
/**
|
|
18
18
|
* #slot
|
|
@@ -13,7 +13,7 @@ const PairwiseIndexedPAFAdapter = (0, configuration_1.ConfigurationSchema)('Pair
|
|
|
13
13
|
assemblyNames: {
|
|
14
14
|
type: 'stringArray',
|
|
15
15
|
defaultValue: [],
|
|
16
|
-
description: 'Array of assembly names to use for this file. The
|
|
16
|
+
description: 'Array of assembly names to use for this file. The query assembly name is the first value in the array, target assembly name is the second',
|
|
17
17
|
},
|
|
18
18
|
/**
|
|
19
19
|
* #slot
|
|
@@ -11,7 +11,7 @@ const ChainAdapter = ConfigurationSchema('ChainAdapter', {
|
|
|
11
11
|
assemblyNames: {
|
|
12
12
|
type: 'stringArray',
|
|
13
13
|
defaultValue: [],
|
|
14
|
-
description: '
|
|
14
|
+
description: 'Array of assembly names to use for this file. The query assembly name is the first value in the array, target assembly name is the second',
|
|
15
15
|
},
|
|
16
16
|
/**
|
|
17
17
|
* #slot
|
|
@@ -11,7 +11,7 @@ const DeltaAdapter = ConfigurationSchema('DeltaAdapter', {
|
|
|
11
11
|
assemblyNames: {
|
|
12
12
|
type: 'stringArray',
|
|
13
13
|
defaultValue: [],
|
|
14
|
-
description: 'Array of assembly names to use for this file. The
|
|
14
|
+
description: 'Array of assembly names to use for this file. The query assembly name is the first value in the array, target assembly name is the second',
|
|
15
15
|
},
|
|
16
16
|
/**
|
|
17
17
|
* #slot
|
|
@@ -36,7 +36,10 @@ const DeltaAdapter = ConfigurationSchema('DeltaAdapter', {
|
|
|
36
36
|
*/
|
|
37
37
|
deltaLocation: {
|
|
38
38
|
type: 'fileLocation',
|
|
39
|
-
defaultValue: {
|
|
39
|
+
defaultValue: {
|
|
40
|
+
uri: '/path/to/file.delta',
|
|
41
|
+
locationType: 'UriLocation',
|
|
42
|
+
},
|
|
40
43
|
},
|
|
41
44
|
}, { explicitlyTyped: true });
|
|
42
45
|
export default DeltaAdapter;
|
|
@@ -10,7 +10,7 @@ const MashMapAdapter = ConfigurationSchema('MashMapAdapter', {
|
|
|
10
10
|
assemblyNames: {
|
|
11
11
|
type: 'stringArray',
|
|
12
12
|
defaultValue: [],
|
|
13
|
-
description: '
|
|
13
|
+
description: 'Array of assembly names to use for this file. The query assembly name is the first value in the array, target assembly name is the second',
|
|
14
14
|
},
|
|
15
15
|
/**
|
|
16
16
|
* #slot
|
|
@@ -10,7 +10,7 @@ const PAFAdapter = ConfigurationSchema('PAFAdapter', {
|
|
|
10
10
|
assemblyNames: {
|
|
11
11
|
type: 'stringArray',
|
|
12
12
|
defaultValue: [],
|
|
13
|
-
description: 'Array of assembly names to use for this file. The
|
|
13
|
+
description: 'Array of assembly names to use for this file. The query assembly name is the first value in the array, target assembly name is the second',
|
|
14
14
|
},
|
|
15
15
|
/**
|
|
16
16
|
* #slot
|
|
@@ -11,7 +11,7 @@ const PairwiseIndexedPAFAdapter = ConfigurationSchema('PairwiseIndexedPAFAdapter
|
|
|
11
11
|
assemblyNames: {
|
|
12
12
|
type: 'stringArray',
|
|
13
13
|
defaultValue: [],
|
|
14
|
-
description: 'Array of assembly names to use for this file. The
|
|
14
|
+
description: 'Array of assembly names to use for this file. The query assembly name is the first value in the array, target assembly name is the second',
|
|
15
15
|
},
|
|
16
16
|
/**
|
|
17
17
|
* #slot
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jbrowse/plugin-comparative-adapters",
|
|
3
|
-
"version": "2.16.
|
|
3
|
+
"version": "2.16.1",
|
|
4
4
|
"description": "JBrowse 2 comparative adapters",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"jbrowse",
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"publishConfig": {
|
|
59
59
|
"access": "public"
|
|
60
60
|
},
|
|
61
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "c6a658d2344989895543f0456b1cf7dd3b937769"
|
|
62
62
|
}
|