@platforma-open/milaboratories.immune-assay-data.workflow 1.4.1 → 1.4.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.4.1 build /home/runner/work/immune-assay-data/immune-assay-data/workflow
3
+ > @platforma-open/milaboratories.immune-assay-data.workflow@1.4.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/main.tpl.tengo"...
package/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # @platforma-open/milaboratories.immune-assay-data.workflow
2
2
 
3
+ ## 1.4.3
4
+
5
+ ### Patch Changes
6
+
7
+ - af2e338: Support parquet format (update SDK)
8
+
9
+ ## 1.4.2
10
+
11
+ ### Patch Changes
12
+
13
+ - 8e80807: technical release
14
+ - 6d5fccb: technical release
15
+ - 0017c0f: technical release
16
+ - 9b40999: technical release
17
+ - Updated dependencies [8e80807]
18
+ - Updated dependencies [6d5fccb]
19
+ - Updated dependencies [0017c0f]
20
+ - Updated dependencies [9b40999]
21
+ - @platforma-open/milaboratories.immune-assay-data.add-header@1.1.2
22
+ - @platforma-open/milaboratories.immune-assay-data.coverage-mode-calc@1.1.2
23
+ - @platforma-open/milaboratories.immune-assay-data.fasta-to-tsv@1.1.2
24
+ - @platforma-open/milaboratories.immune-assay-data.prepare-fasta@1.1.2
25
+
3
26
  ## 1.4.1
4
27
 
5
28
  ### Patch Changes
Binary file
Binary file
package/package.json CHANGED
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@platforma-open/milaboratories.immune-assay-data.workflow",
3
- "version": "1.4.1",
3
+ "version": "1.4.3",
4
4
  "type": "module",
5
5
  "description": "Block Workflow",
6
6
  "dependencies": {
7
- "@platforma-sdk/workflow-tengo": "^5.2.0",
8
- "@platforma-open/soedinglab.software-mmseqs2": "^1.0.0",
9
- "@platforma-open/milaboratories.immune-assay-data.prepare-fasta": "1.1.1",
10
- "@platforma-open/milaboratories.immune-assay-data.add-header": "1.1.1",
11
- "@platforma-open/milaboratories.immune-assay-data.coverage-mode-calc": "1.1.1",
12
- "@platforma-open/milaboratories.immune-assay-data.fasta-to-tsv": "1.1.1"
7
+ "@platforma-sdk/workflow-tengo": "^5.4.2",
8
+ "@platforma-open/soedinglab.software-mmseqs2": "^1.17.2",
9
+ "@platforma-open/milaboratories.immune-assay-data.add-header": "1.1.2",
10
+ "@platforma-open/milaboratories.immune-assay-data.fasta-to-tsv": "1.1.2",
11
+ "@platforma-open/milaboratories.immune-assay-data.coverage-mode-calc": "1.1.2",
12
+ "@platforma-open/milaboratories.immune-assay-data.prepare-fasta": "1.1.2"
13
13
  },
14
14
  "devDependencies": {
15
- "@platforma-sdk/tengo-builder": "^2.1.19",
16
- "@platforma-sdk/test": "^1.43.2",
15
+ "@platforma-sdk/tengo-builder": "^2.3.2",
16
+ "@platforma-sdk/test": "^1.44.19",
17
17
  "vitest": "^2.1.8"
18
18
  },
19
19
  "scripts": {
@@ -420,9 +420,8 @@ wf.body(func(args) {
420
420
  }
421
421
  }],
422
422
  columns: assayColumns,
423
- annotations: {
424
- "pl7.app/isAnchor": "true"
425
- }
423
+ storageFormat: "Parquet",
424
+ partitionKeyLength: 0
426
425
  }, {cpu: 1, mem: "16GiB"})
427
426
 
428
427
  // "bits", "evalue", "pident"
@@ -501,7 +500,9 @@ wf.body(func(args) {
501
500
  column: "query",
502
501
  spec: datasetSpec.axesSpec[1]
503
502
  }],
504
- columns: cloneColumns
503
+ columns: cloneColumns,
504
+ storageFormat: "Parquet",
505
+ partitionKeyLength: 0
505
506
  },
506
507
  { splitDataAndSpec: true, cpu: 1, mem: "16GiB" }
507
508
  )