@platforma-open/milaboratories.mixcr-shm-trees.workflow 4.2.5 → 4.2.7

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.5 build /home/runner/work/mixcr-shm-trees/mixcr-shm-trees/workflow
3
+ > @platforma-open/milaboratories.mixcr-shm-trees.workflow@4.2.7 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,17 @@
1
1
  # @platforma-open/milaboratories.mixcr-shm-trees.workflow
2
2
 
3
+ ## 4.2.7
4
+
5
+ ### Patch Changes
6
+
7
+ - 59e546a: Upgrade MiXCR to 4.7.0-302-develop
8
+
9
+ ## 4.2.6
10
+
11
+ ### Patch Changes
12
+
13
+ - 0b5ed95: Upgrade MiXCR to 4.7.0-300-develop, add MI_LICENSE_DEBUG env to all MiXCR processes
14
+
3
15
  ## 4.2.5
4
16
 
5
17
  ### 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.5",
3
+ "version": "4.2.7",
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-299-develop",
14
+ "@platforma-open/milaboratories.software-mixcr": "4.7.0-302-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",
@@ -50,6 +50,7 @@ self.body(func(inputs) {
50
50
  dontSaveStdoutOrStderr().
51
51
  inLightQueue().
52
52
  secret("MI_LICENSE", "MI_LICENSE").
53
+ env("MI_LICENSE_DEBUG", "MI_LICENSE_DEBUG").
53
54
  software(mixcrSw).
54
55
  arg("exportShmTrees").
55
56
  env("CIDADHOC", "1234").
@@ -85,6 +86,7 @@ self.body(func(inputs) {
85
86
  dontSaveStdoutOrStderr().
86
87
  inLightQueue().
87
88
  secret("MI_LICENSE", "MI_LICENSE").
89
+ env("MI_LICENSE_DEBUG", "MI_LICENSE_DEBUG").
88
90
  software(mixcrSw).
89
91
  arg("exportShmTreesWithNodes").
90
92
  env("CIDADHOC", "1234").
@@ -120,6 +122,7 @@ self.body(func(inputs) {
120
122
  dontSaveStdoutOrStderr().
121
123
  inLightQueue().
122
124
  secret("MI_LICENSE", "MI_LICENSE").
125
+ env("MI_LICENSE_DEBUG", "MI_LICENSE_DEBUG").
123
126
  software(mixcrSw).
124
127
  arg("exportShmTreesWithNodes").
125
128
  // don't export nodes that don't have clones
@@ -57,6 +57,7 @@ self.body(func(inputs) {
57
57
  allelesCmdBuilder := exec.builder().
58
58
  printErrStreamToStdout().
59
59
  secret("MI_LICENSE", "MI_LICENSE").
60
+ env("MI_LICENSE_DEBUG", "MI_LICENSE_DEBUG").
60
61
  env("MI_PROGRESS_PREFIX", progressPrefix).
61
62
  // env("SEED", seed).
62
63
  software(mixcrSw).
@@ -141,6 +142,7 @@ self.body(func(inputs) {
141
142
  downsamplingCmdBuilder := exec.builder().
142
143
  printErrStreamToStdout().
143
144
  secret("MI_LICENSE", "MI_LICENSE").
145
+ env("MI_LICENSE_DEBUG", "MI_LICENSE_DEBUG").
144
146
  env("MI_PROGRESS_PREFIX", progressPrefix).
145
147
  software(mixcrSw).
146
148
  arg("downsample").
@@ -177,6 +179,7 @@ self.body(func(inputs) {
177
179
  shmTreesCmdBuilder := exec.builder().
178
180
  printErrStreamToStdout().
179
181
  secret("MI_LICENSE", "MI_LICENSE").
182
+ env("MI_LICENSE_DEBUG", "MI_LICENSE_DEBUG").
180
183
  env("MI_PROGRESS_PREFIX", progressPrefix).
181
184
  software(mixcrSw).
182
185
  arg("findShmTrees").