@platforma-open/milaboratories.mixcr-library-builder.workflow 1.3.0 → 1.4.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-library-builder/mixcr-library-builder/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
2
2
 
3
- > @platforma-open/milaboratories.mixcr-library-builder.workflow@1.3.0 build /home/runner/work/mixcr-library-builder/mixcr-library-builder/workflow
3
+ > @platforma-open/milaboratories.mixcr-library-builder.workflow@1.4.0 build /home/runner/work/mixcr-library-builder/mixcr-library-builder/workflow
4
4
  > rm -rf dist && pl-tengo check && pl-tengo build
5
5
 
6
6
  Processing "src/formatText.lib.tengo"...
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @platforma-open/milaboratories.mixcr-library-builder.workflow
2
2
 
3
+ ## 1.4.0
4
+
5
+ ### Minor Changes
6
+
7
+ - fc66573: upport batch system
8
+
9
+ ## 1.3.1
10
+
11
+ ### Patch Changes
12
+
13
+ - c8b30da: chore: update deps
14
+
3
15
  ## 1.3.0
4
16
 
5
17
  ### Minor Changes
Binary file
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@platforma-open/milaboratories.mixcr-library-builder.workflow",
3
- "version": "1.3.0",
3
+ "version": "1.4.0",
4
4
  "type": "module",
5
5
  "description": "Block Workflow",
6
6
  "dependencies": {
7
- "@platforma-sdk/workflow-tengo": "^4.1.4"
7
+ "@platforma-sdk/workflow-tengo": "^4.8.0"
8
8
  },
9
9
  "devDependencies": {
10
- "@platforma-sdk/tengo-builder": "^2.1.3",
10
+ "@platforma-sdk/tengo-builder": "^2.1.10",
11
11
  "@platforma-open/milaboratories.software-mixcr": "4.7.0-139-develop"
12
12
  },
13
13
  "scripts": {
@@ -36,6 +36,8 @@ wf.body(func(args) {
36
36
  taxonId := string(rand.intn(9000) + 1000)
37
37
  libraryBuilderCmdBuilder = exec.builder().
38
38
  software(mixcrSw).
39
+ mem("8GiB").
40
+ cpu(1).
39
41
  secret("MI_LICENSE", "MI_LICENSE").
40
42
  arg("buildLibrary").
41
43
  arg("--species").arg(cmdSpecies).