@platforma-open/milaboratories.mixcr-clonotyping-2.workflow 2.15.0 → 2.15.1

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.
@@ -0,0 +1 @@
1
+ {"conf":{"address":"http://127.0.0.1:6345","test_user":"test-user","test_password":"test-password"},"authInformation":{"jwtToken":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7ImxvZ2luIjoidGVzdC11c2VyIn0sImV4cCI6MTc0NjU2MjQ5MywiaWF0IjoxNzQ1OTU3NjkzfQ.ZMQGoZ3Z2SanN_ZOemm_xqZSD7YNnYC561qeU_fU2CA"},"expiration":1746044093000}
@@ -1,6 +1,6 @@
1
1
   WARN  Issue while reading "/home/runner/work/mixcr-clonotyping/mixcr-clonotyping/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
2
2
 
3
- > @platforma-open/milaboratories.mixcr-clonotyping-2.workflow@2.15.0 build /home/runner/work/mixcr-clonotyping/mixcr-clonotyping/workflow
3
+ > @platforma-open/milaboratories.mixcr-clonotyping-2.workflow@2.15.1 build /home/runner/work/mixcr-clonotyping/mixcr-clonotyping/workflow
4
4
  > rm -rf dist && pl-tengo check && pl-tengo build
5
5
 
6
6
  info: Skipping unknown file type: test/columns.test.ts
@@ -1,21 +1,21 @@
1
1
   WARN  Issue while reading "/home/runner/work/mixcr-clonotyping/mixcr-clonotyping/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
2
2
 
3
- > @platforma-open/milaboratories.mixcr-clonotyping-2.workflow@2.15.0 test /home/runner/work/mixcr-clonotyping/mixcr-clonotyping/workflow
3
+ > @platforma-open/milaboratories.mixcr-clonotyping-2.workflow@2.15.1 test /home/runner/work/mixcr-clonotyping/mixcr-clonotyping/workflow
4
4
  > vitest
5
5
 
6
6
 
7
7
   RUN  v2.1.8 /home/runner/work/mixcr-clonotyping/mixcr-clonotyping/workflow
8
8
 
9
- ✓ src/test/columns.test.ts (6 tests) 52445ms
10
- ✓ checking preset for 'milab-human-dna-xcr-7genes-multiplex' 12503ms
11
- ✓ checking preset for '10x-sc-xcr-vdj' 8220ms
12
- ✓ checking preset for 'cellecta-human-rna-xcr-umi-drivermap-…' 8387ms
13
- ✓ checking preset for 'takara-human-rna-bcr-umi-smartseq' 8138ms
14
- ✓ checking preset for 'rna-seq' 7510ms
15
- ✓ checking preset for 'generic-single-cell-gex' 7686ms
9
+ ✓ src/test/columns.test.ts (6 tests) 52243ms
10
+ ✓ checking preset for 'milab-human-dna-xcr-7genes-multiplex' 12711ms
11
+ ✓ checking preset for '10x-sc-xcr-vdj' 8250ms
12
+ ✓ checking preset for 'cellecta-human-rna-xcr-umi-drivermap-…' 7810ms
13
+ ✓ checking preset for 'takara-human-rna-bcr-umi-smartseq' 7940ms
14
+ ✓ checking preset for 'rna-seq' 7563ms
15
+ ✓ checking preset for 'generic-single-cell-gex' 7968ms
16
16
 
17
17
   Test Files  1 passed (1)
18
18
   Tests  6 passed (6)
19
-  Start at  14:46:56
20
-  Duration  53.25s (transform 43ms, setup 0ms, collect 570ms, tests 52.44s, environment 0ms, prepare 69ms)
19
+  Start at  20:14:53
20
+  Duration  53.03s (transform 43ms, setup 0ms, collect 561ms, tests 52.24s, environment 0ms, prepare 60ms)
21
21
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @platforma-open/milaboratories.mixcr-clonotyping.workflow
2
2
 
3
+ ## 2.15.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 1c2dc52: Add --force-overwrite option to avoid rare bug
8
+
3
9
  ## 2.15.0
4
10
 
5
11
  ### Minor 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-clonotyping-2.workflow",
3
- "version": "2.15.0",
3
+ "version": "2.15.1",
4
4
  "description": "Tengo-based template",
5
5
  "dependencies": {
6
6
  "@platforma-sdk/workflow-tengo": "^4.1.2",
@@ -143,6 +143,7 @@ self.body(func(inputs) {
143
143
  }
144
144
 
145
145
  mixcrCmdBuilder.arg("result")
146
+ mixcrCmdBuilder.arg("--force-overwrite")
146
147
 
147
148
  mixcrCmdBuilder.saveFile("result.qc.json")
148
149
  mixcrCmdBuilder.saveFile(clnsFileName)