@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.
@@ -13,7 +13,7 @@ const ChainAdapter = (0, configuration_1.ConfigurationSchema)('ChainAdapter', {
13
13
  assemblyNames: {
14
14
  type: 'stringArray',
15
15
  defaultValue: [],
16
- description: 'Target is the first value in the array, query is the second',
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 target assembly name is the first value in the array, query assembly name is the second',
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: { uri: '/path/to/file.delta', locationType: 'UriLocation' },
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: 'Target is the first value in the array, query is the second',
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 target assembly name is the first value in the array, query assembly name is the second',
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 target assembly name is the first value in the array, query assembly name is the second',
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: 'Target is the first value in the array, query is the second',
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 target assembly name is the first value in the array, query assembly name is the second',
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: { uri: '/path/to/file.delta', locationType: 'UriLocation' },
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: 'Target is the first value in the array, query is the second',
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 target assembly name is the first value in the array, query assembly name is the second',
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 target assembly name is the first value in the array, query assembly name is the second',
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.0",
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": "1e6d4fbc27ce684eed19e3c217f34bd2da24ab75"
61
+ "gitHead": "c6a658d2344989895543f0456b1cf7dd3b937769"
62
62
  }