@platforma-open/milaboratories.mixcr-amplicon-alignment.workflow 1.21.1 → 1.21.2

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-amplicon-alignment/mixcr-amplicon-alignment/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
2
2
 
3
- > @platforma-open/milaboratories.mixcr-amplicon-alignment.workflow@1.21.1 build /home/runner/work/mixcr-amplicon-alignment/mixcr-amplicon-alignment/workflow
3
+ > @platforma-open/milaboratories.mixcr-amplicon-alignment.workflow@1.21.2 build /home/runner/work/mixcr-amplicon-alignment/mixcr-amplicon-alignment/workflow
4
4
  > rm -rf dist && pl-tengo check && pl-tengo build
5
5
 
6
6
  Processing "src/aggregate-by-clonotype-key.tpl.tengo"...
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @platforma-open/milaboratories.mixcr-amplicon-alignment.workflow
2
2
 
3
+ ## 1.21.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 86a06b3: Update clone label to id
8
+
3
9
  ## 1.21.1
4
10
 
5
11
  ### Patch Changes
@@ -267,7 +267,7 @@ calculateExportSpecs := func(presetSpecForBack, blockId) {
267
267
  name: "pl7.app/label",
268
268
  valueType: "String",
269
269
  annotations: a(100000, false, {
270
- "pl7.app/label": "Clone label"
270
+ "pl7.app/label": "Clone Id"
271
271
  })
272
272
  }
273
273
  }
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@platforma-open/milaboratories.mixcr-amplicon-alignment.workflow",
3
- "version": "1.21.1",
3
+ "version": "1.21.2",
4
4
  "description": "MiXCR Amplicon Alignment Workflow",
5
5
  "type": "module",
6
6
  "dependencies": {
7
- "@platforma-sdk/workflow-tengo": "5.8.2",
7
+ "@platforma-sdk/workflow-tengo": "5.10.1",
8
8
  "@platforma-open/milaboratories.software-mixcr": "4.7.0-317-develop",
9
9
  "@platforma-open/milaboratories.software-repseqio": "^2.5.0-13-master"
10
10
  },
11
11
  "devDependencies": {
12
- "@platforma-sdk/tengo-builder": "2.4.17"
12
+ "@platforma-sdk/tengo-builder": "2.4.30"
13
13
  },
14
14
  "scripts": {
15
15
  "build": "rm -rf dist && pl-tengo check && pl-tengo build",
@@ -267,7 +267,7 @@ calculateExportSpecs := func(presetSpecForBack, blockId) {
267
267
  name: "pl7.app/label",
268
268
  valueType: "String",
269
269
  annotations: a(100000, false, {
270
- "pl7.app/label": "Clone label"
270
+ "pl7.app/label": "Clone Id"
271
271
  })
272
272
  }
273
273
  }