@platforma-open/milaboratories.mixcr-clonotyping-2.workflow 3.15.0 → 3.16.0

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@3.15.0 build /home/runner/work/mixcr-clonotyping/mixcr-clonotyping/workflow
3
+ > @platforma-open/milaboratories.mixcr-clonotyping-2.workflow@3.16.0 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,21 @@
1
1
  # @platforma-open/milaboratories.mixcr-clonotyping.workflow
2
2
 
3
+ ## 3.16.0
4
+
5
+ ### Minor Changes
6
+
7
+ - d6683f6: assemblingFeature fix
8
+
9
+ ### Patch Changes
10
+
11
+ - 40d9788: Update dependencies including MiXCR
12
+
13
+ ## 3.15.1
14
+
15
+ ### Patch Changes
16
+
17
+ - 4809b76: technical release
18
+
3
19
  ## 3.15.0
4
20
 
5
21
  ### Minor Changes
@@ -75,7 +75,7 @@ assemblingFeatureInfo := func(assemblingFeature) {
75
75
  productiveFeature = assemblingFeature
76
76
  } else {
77
77
  productiveFeature = assemblingFeature
78
- coreVFeature = "{"+splittedFeature2[0]+":FR3End}"
78
+ coreVFeature = splittedFeature2[0]+":FR3End}"
79
79
  }
80
80
  if splittedFeature2[1] == "FR4End}" {
81
81
  coreJFeature = "FR4"
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@platforma-open/milaboratories.mixcr-clonotyping-2.workflow",
3
- "version": "3.15.0",
3
+ "version": "3.16.0",
4
4
  "description": "Tengo-based template",
5
5
  "dependencies": {
6
- "@platforma-sdk/workflow-tengo": "^5.5.15",
7
- "@platforma-open/milaboratories.software-mixcr": "4.7.0-233-develop"
6
+ "@platforma-sdk/workflow-tengo": "^5.6.5",
7
+ "@platforma-open/milaboratories.software-mixcr": "4.7.0-254-develop"
8
8
  },
9
9
  "devDependencies": {
10
10
  "@milaboratories/ts-configs": "^1.0.6",
11
- "@platforma-sdk/tengo-builder": "^2.3.3",
12
- "@platforma-sdk/test": "^1.45.20",
13
- "vitest": "~2.1.9",
11
+ "@platforma-sdk/tengo-builder": "^2.3.14",
12
+ "@platforma-sdk/test": "^1.46.5",
13
+ "vitest": "~4.0.15",
14
14
  "typescript": "~5.6.3"
15
15
  },
16
16
  "scripts": {
@@ -75,7 +75,7 @@ assemblingFeatureInfo := func(assemblingFeature) {
75
75
  productiveFeature = assemblingFeature
76
76
  } else {
77
77
  productiveFeature = assemblingFeature
78
- coreVFeature = "{"+splittedFeature2[0]+":FR3End}"
78
+ coreVFeature = splittedFeature2[0]+":FR3End}"
79
79
  }
80
80
  if splittedFeature2[1] == "FR4End}" {
81
81
  coreJFeature = "FR4"