@platforma-open/milaboratories.immune-assay-data.workflow 1.6.2 → 1.6.3

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.
@@ -1,6 +1,6 @@
1
1
   WARN  Issue while reading "/home/runner/work/immune-assay-data/immune-assay-data/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
2
2
 
3
- > @platforma-open/milaboratories.immune-assay-data.workflow@1.6.2 build /home/runner/work/immune-assay-data/immune-assay-data/workflow
3
+ > @platforma-open/milaboratories.immune-assay-data.workflow@1.6.3 build /home/runner/work/immune-assay-data/immune-assay-data/workflow
4
4
  > rm -rf dist && pl-tengo check && pl-tengo build
5
5
 
6
6
  Processing "src/build-outputs.tpl.tengo"...
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @platforma-open/milaboratories.immune-assay-data.workflow
2
2
 
3
+ ## 1.6.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 7b51d0b: Fix performance issue
8
+
3
9
  ## 1.6.2
4
10
 
5
11
  ### Patch Changes
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "@platforma-open/milaboratories.immune-assay-data.workflow",
3
- "version": "1.6.2",
3
+ "version": "1.6.3",
4
4
  "type": "module",
5
5
  "description": "Tengo-based template",
6
6
  "dependencies": {
7
- "@platforma-sdk/workflow-tengo": "5.8.1",
7
+ "@platforma-sdk/workflow-tengo": "5.9.0",
8
8
  "@platforma-open/soedinglab.software-mmseqs2": "^1.17.2",
9
9
  "@platforma-open/milaboratories.immune-assay-data.prepare-fasta": "1.1.3",
10
10
  "@platforma-open/milaboratories.immune-assay-data.add-header": "1.1.3",
11
- "@platforma-open/milaboratories.immune-assay-data.coverage-mode-calc": "1.1.3",
12
- "@platforma-open/milaboratories.immune-assay-data.fasta-to-tsv": "1.1.3"
11
+ "@platforma-open/milaboratories.immune-assay-data.fasta-to-tsv": "1.1.3",
12
+ "@platforma-open/milaboratories.immune-assay-data.coverage-mode-calc": "1.1.3"
13
13
  },
14
14
  "devDependencies": {
15
- "@platforma-sdk/tengo-builder": "2.4.12"
15
+ "@platforma-sdk/tengo-builder": "2.4.25"
16
16
  },
17
17
  "scripts": {
18
18
  "build": "rm -rf dist && pl-tengo check && pl-tengo build",
@@ -237,7 +237,7 @@ self.body(func(inputs) {
237
237
  }
238
238
  }],
239
239
  storageFormat: "Parquet",
240
- partitionKeyLength: 1
240
+ partitionKeyLength: 0
241
241
  },
242
242
  { cpu: 1, mem: "16GiB" }
243
243
  )