@platforma-open/milaboratories.mixcr-clonotyping-2.workflow 2.22.0 → 2.23.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-clonotyping/mixcr-clonotyping/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
2
2
 
3
- > @platforma-open/milaboratories.mixcr-clonotyping-2.workflow@2.22.0 build /home/runner/work/mixcr-clonotyping/mixcr-clonotyping/workflow
3
+ > @platforma-open/milaboratories.mixcr-clonotyping-2.workflow@2.23.1 build /home/runner/work/mixcr-clonotyping/mixcr-clonotyping/workflow
4
4
  > rm -rf dist && pl-tengo check && pl-tengo build
5
5
 
6
6
  info: Skipping unknown file type: test/columns.test.ts
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @platforma-open/milaboratories.mixcr-clonotyping.workflow
2
2
 
3
+ ## 2.23.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 5fcc5ba: Updated top chains discrete values formatting in export specifications.
8
+
9
+ ## 2.23.0
10
+
11
+ ### Minor Changes
12
+
13
+ - e152a2f: SDK Upgrade: fix for compatibility issues with old platformas and final migration to request-based task scheduling
14
+
3
15
  ## 2.22.0
4
16
 
5
17
  ### Minor Changes
@@ -738,7 +738,7 @@ calculateExportSpecs := func(presetSpecForBack, blockId) {
738
738
  annotations: a(orderP, false, {
739
739
  "pl7.app/label": "Chain",
740
740
  "pl7.app/isDiscreteFilter": "true",
741
- "pl7.app/discreteValues": "['TRA','TRB','TRG','TRD','IGH','IGK','IGL']"
741
+ "pl7.app/discreteValues": string(json.encode(["TRA", "TRB", "TRG", "TRD", "IGH", "IGK", "IGL"]))
742
742
  })
743
743
  }
744
744
  } ]
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@platforma-open/milaboratories.mixcr-clonotyping-2.workflow",
3
- "version": "2.22.0",
3
+ "version": "2.23.1",
4
4
  "description": "Tengo-based template",
5
5
  "dependencies": {
6
- "@platforma-sdk/workflow-tengo": "^4.9.1",
6
+ "@platforma-sdk/workflow-tengo": "^4.9.2",
7
7
  "@platforma-open/milaboratories.software-mixcr": "4.7.0-190-develop"
8
8
  },
9
9
  "devDependencies": {
10
10
  "@platforma-sdk/tengo-builder": "^2.1.11",
11
- "@platforma-sdk/test": "^1.37.8",
11
+ "@platforma-sdk/test": "^1.37.16",
12
12
  "vitest": "~2.1.9",
13
13
  "typescript": "~5.5.4"
14
14
  },
@@ -738,7 +738,7 @@ calculateExportSpecs := func(presetSpecForBack, blockId) {
738
738
  annotations: a(orderP, false, {
739
739
  "pl7.app/label": "Chain",
740
740
  "pl7.app/isDiscreteFilter": "true",
741
- "pl7.app/discreteValues": "['TRA','TRB','TRG','TRD','IGH','IGK','IGL']"
741
+ "pl7.app/discreteValues": string(json.encode(["TRA", "TRB", "TRG", "TRD", "IGH", "IGK", "IGL"]))
742
742
  })
743
743
  }
744
744
  } ]
@@ -14,6 +14,7 @@ mixcrSw := assets.importSoftware("@platforma-open/milaboratories.software-mixcr:
14
14
  self.body(func(inputs) {
15
15
  listPresets := exec.builder().
16
16
  inUiQueue().
17
+ cpu(1).
17
18
  mem("512MiB").
18
19
  software(mixcrSw).
19
20
  secret("MI_LICENSE", "MI_LICENSE").