@platforma-open/milaboratories.mixcr-shm-trees.workflow 3.2.0 → 3.2.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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @platforma-open/milaboratories.mixcr-shm-trees.workflow@3.2.0 build /home/runner/work/mixcr-shm-trees/mixcr-shm-trees/workflow
2
+ > @platforma-open/milaboratories.mixcr-shm-trees.workflow@3.2.1 build /home/runner/work/mixcr-shm-trees/mixcr-shm-trees/workflow
3
3
  > rm -rf dist && pl-tengo check && pl-tengo build
4
4
 
5
5
  Processing "src/export-settings.lib.tengo"...
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @platforma-open/milaboratories.mixcr-shm-trees.workflow
2
2
 
3
+ ## 3.2.1
4
+
5
+ ### Patch Changes
6
+
7
+ - e6f2f24: SDK upgrade, new pfconv
8
+
3
9
  ## 3.2.0
4
10
 
5
11
  ### Minor Changes
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platforma-open/milaboratories.mixcr-shm-trees.workflow",
3
- "version": "3.2.0",
3
+ "version": "3.2.1",
4
4
  "type": "module",
5
5
  "description": "Tengo-based template",
6
6
  "//": {
@@ -8,13 +8,13 @@
8
8
  },
9
9
  "devDependencies": {
10
10
  "@platforma-sdk/tengo-builder": "^1.17.5",
11
- "@platforma-sdk/workflow-tengo": "^2.8.8",
12
- "@milaboratories/software-pframes-conv": "^2.1.2",
11
+ "@platforma-sdk/workflow-tengo": "^2.9.2",
12
+ "@milaboratories/software-pframes-conv": "^2.1.3",
13
13
  "@platforma-open/milaboratories.software-small-binaries": "^1.15.6",
14
14
  "@platforma-open/milaboratories.software-mixcr": "4.7.0-139-develop",
15
15
  "@platforma-open/milaboratories.software-mitool": "2.3.1-2-main",
16
16
  "@platforma-open/milaboratories.software-paggregate": "^1.0.1",
17
- "@platforma-sdk/test": "^1.21.0",
17
+ "@platforma-sdk/test": "^1.21.9",
18
18
  "vitest": "^2.1.8",
19
19
  "typescript": "~5.6.3"
20
20
  },
@@ -14,6 +14,7 @@ pframes := import("@platforma-sdk/workflow-tengo:pframes")
14
14
 
15
15
  reconstructShmTreesTpl := assets.importTemplate(":reconstruct-shm-trees")
16
16
 
17
+ self.awaitState("datasets", { wildcard: "*" }, "AllInputsSet")
17
18
  // this templete should run only after resolving of all inputs
18
19
  // we don't need to wait for file content, just refs
19
20
  self.awaitState("datasets", { wildcard: "*" }, "data", "InputsLocked")