@platforma-open/milaboratories.mixcr-amplicon-alignment.workflow 1.21.4 → 1.21.5

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.4 build /home/runner/work/mixcr-amplicon-alignment/mixcr-amplicon-alignment/workflow
3
+ > @platforma-open/milaboratories.mixcr-amplicon-alignment.workflow@1.21.5 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.5
4
+
5
+ ### Patch Changes
6
+
7
+ - 4a61ea6: update limits
8
+
3
9
  ## 1.21.4
4
10
 
5
11
  ### Patch Changes
Binary file
Binary file
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-amplicon-alignment.workflow",
3
- "version": "1.21.4",
3
+ "version": "1.21.5",
4
4
  "description": "MiXCR Amplicon Alignment Workflow",
5
5
  "type": "module",
6
6
  "dependencies": {
@@ -214,7 +214,7 @@ self.body(func(inputs) {
214
214
  sampleId := json.decode(key)[0]
215
215
  exportFiltersCmd := exec.builder().
216
216
  inMediumQueue().
217
- mem(memGB(16, 3)).
217
+ mem(memGB(16, 2)).
218
218
  cpu(2).
219
219
  software(mixcrSw).
220
220
  env("MI_USE_SYSTEM_CA", "true").
@@ -196,7 +196,7 @@ self.body(func(inputs) {
196
196
  createExport := func(additionalAction) {
197
197
  mixcrCmdBuilder := exec.builder().
198
198
  inMediumQueue().
199
- mem(memGB(16, 3)).
199
+ mem(memGB(16, 2)).
200
200
  cpu(2).
201
201
  printErrStreamToStdout().
202
202
  software(mixcrSw).