@platforma-open/milaboratories.mixcr-amplicon-alignment.workflow 1.19.4 → 1.19.6

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.19.4 build /home/runner/work/mixcr-amplicon-alignment/mixcr-amplicon-alignment/workflow
3
+ > @platforma-open/milaboratories.mixcr-amplicon-alignment.workflow@1.19.6 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,17 @@
1
1
  # @platforma-open/milaboratories.mixcr-amplicon-alignment.workflow
2
2
 
3
+ ## 1.19.6
4
+
5
+ ### Patch Changes
6
+
7
+ - 8fb37ed: Increase memory limit for mixcr export step to avoid OOM
8
+
9
+ ## 1.19.5
10
+
11
+ ### Patch Changes
12
+
13
+ - 3881c3e: Upgrade MiXCR to 4.7.0-309-develop
14
+
3
15
  ## 1.19.4
4
16
 
5
17
  ### Patch Changes
Binary file
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@platforma-open/milaboratories.mixcr-amplicon-alignment.workflow",
3
- "version": "1.19.4",
3
+ "version": "1.19.6",
4
4
  "description": "MiXCR Amplicon Alignment Workflow",
5
5
  "type": "module",
6
6
  "dependencies": {
7
7
  "@platforma-sdk/workflow-tengo": "5.8.2",
8
- "@platforma-open/milaboratories.software-mixcr": "4.7.0-300-develop",
8
+ "@platforma-open/milaboratories.software-mixcr": "4.7.0-309-develop",
9
9
  "@platforma-open/milaboratories.software-repseqio": "^2.5.0-13-master",
10
10
  "@platforma-open/milaboratories.mixcr-amplicon-alignment.software": "1.1.0"
11
11
  },
@@ -196,7 +196,7 @@ self.body(func(inputs) {
196
196
  createExport := func(additionalAction) {
197
197
  mixcrCmdBuilder := exec.builder().
198
198
  inMediumQueue().
199
- mem(memGB(12, 4)).
199
+ mem(memGB(12, 2)).
200
200
  cpu(2).
201
201
  printErrStreamToStdout().
202
202
  software(mixcrSw).