@platforma-open/milaboratories.mixcr-shm-trees.workflow 4.2.1 → 4.2.3

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@4.2.1 build /home/runner/work/mixcr-shm-trees/mixcr-shm-trees/workflow
3
+ > @platforma-open/milaboratories.mixcr-shm-trees.workflow@4.2.3 build /home/runner/work/mixcr-shm-trees/mixcr-shm-trees/workflow
4
4
  > shx 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,21 @@
1
1
  # @platforma-open/milaboratories.mixcr-shm-trees.workflow
2
2
 
3
+ ## 4.2.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 0f0582f: Upgrade MiXCR to 4.7.0-297-develop
8
+
9
+ - Fix duplicate RootInfo crash (`RootInfos should be uniq in all trees`) in findShmTrees with legacy data
10
+
11
+ ## 4.2.2
12
+
13
+ ### Patch Changes
14
+
15
+ - 5e7d8ad: Upgrade MiXCR to 4.7.0-292-develop
16
+
17
+ - Fix potential hang during "Building initial trees" step on highly connected clone clusters (adds iteration limit to Bron-Kerbosch algorithm with automatic fallback to SingleLinkage)
18
+
3
19
  ## 4.2.1
4
20
 
5
21
  ### Patch Changes
Binary file
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": "4.2.1",
3
+ "version": "4.2.3",
4
4
  "type": "module",
5
5
  "description": "Tengo-based template",
6
6
  "//": {
@@ -11,7 +11,7 @@
11
11
  },
12
12
  "devDependencies": {
13
13
  "@platforma-sdk/tengo-builder": "^2.3.3",
14
- "@platforma-open/milaboratories.software-mixcr": "4.7.0-291-develop",
14
+ "@platforma-open/milaboratories.software-mixcr": "4.7.0-297-develop",
15
15
  "@platforma-open/milaboratories.software-mitool": "2.3.1-24-main",
16
16
  "@platforma-open/milaboratories.software-ptransform": "^1.6.6",
17
17
  "@platforma-sdk/test": "^1.45.11",