@platforma-open/milaboratories.mixcr-shm-trees.workflow 3.6.0 → 3.6.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,6 +1,6 @@
1
1
   WARN  Issue while reading "/home/runner/work/mixcr-shm-trees/mixcr-shm-trees/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
2
2
 
3
- > @platforma-open/milaboratories.mixcr-shm-trees.workflow@3.6.0 build /home/runner/work/mixcr-shm-trees/mixcr-shm-trees/workflow
3
+ > @platforma-open/milaboratories.mixcr-shm-trees.workflow@3.6.1 build /home/runner/work/mixcr-shm-trees/mixcr-shm-trees/workflow
4
4
  > rm -rf dist && pl-tengo check && pl-tengo build
5
5
 
6
6
  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.6.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 9e53ea9: Fix for await criteria
8
+
3
9
  ## 3.6.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.6.0",
3
+ "version": "3.6.1",
4
4
  "type": "module",
5
5
  "description": "Tengo-based template",
6
6
  "//": {
@@ -22,6 +22,7 @@ self.awaitState("datasets", { wildcard: "*" }, "data", "InputsLocked")
22
22
  // but we need spec already
23
23
  self.awaitState("datasets", { wildcard: "*" }, "spec", "ResourceReady")
24
24
  self.awaitState("library", "spec", "ResourceReady")
25
+ self.awaitState("library", "data", "AllInputsSet") // change to InputsLocked after fix
25
26
  self.awaitState("donorColumn", "ResourceReady")
26
27
  self.awaitState("params", "ResourceReady")
27
28
 
@@ -36,10 +36,6 @@ self.body(func(inputs) {
36
36
  library := inputs.library
37
37
  libraryFormat := globalParams.libraryFormat
38
38
 
39
- // ll.print("__THE_LOG__ " + json.encode(datasetTypes))
40
- // ll.print("__THE_LOG__ " + json.encode(downsampling))
41
- // ll.print("__THE_LOG__ " + json.encode(libraryFormat))
42
-
43
39
  ll.assert(!is_undefined(datasetTypes), "datasetTypes undefined")
44
40
 
45
41
  addLibraryFile := func(cmdBuilder) {
@@ -119,8 +115,6 @@ self.body(func(inputs) {
119
115
  ll.panic("Unknown downsampling type: " + downsampling.type)
120
116
  }
121
117
 
122
- // ll.print("__THE_LOG__ " + downsamplingParam)
123
-
124
118
  for input in toProcess {
125
119
  if datasetTypes[input.clonotypingBlockId] == "bulk" {
126
120
  downsamplingCmdBuilder := exec.builder().