@platforma-open/milaboratories.mixcr-clonotyping-2.workflow 2.14.0 → 2.14.2

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-clonotyping/mixcr-clonotyping/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
2
2
 
3
- > @platforma-open/milaboratories.mixcr-clonotyping-2.workflow@2.14.0 build /home/runner/work/mixcr-clonotyping/mixcr-clonotyping/workflow
3
+ > @platforma-open/milaboratories.mixcr-clonotyping-2.workflow@2.14.2 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.14.0 test /home/runner/work/mixcr-clonotyping/mixcr-clonotyping/workflow
3
+ > @platforma-open/milaboratories.mixcr-clonotyping-2.workflow@2.14.2 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) 52804ms
10
- ✓ checking preset for 'milab-human-dna-xcr-7genes-multiplex' 12471ms
11
- ✓ checking preset for '10x-sc-xcr-vdj' 8426ms
12
- ✓ checking preset for 'cellecta-human-rna-xcr-umi-drivermap-…' 8251ms
13
- ✓ checking preset for 'takara-human-rna-bcr-umi-smartseq' 7970ms
14
- ✓ checking preset for 'rna-seq' 7931ms
15
- ✓ checking preset for 'generic-single-cell-gex' 7754ms
9
+ ✓ src/test/columns.test.ts (6 tests) 53783ms
10
+ ✓ checking preset for 'milab-human-dna-xcr-7genes-multiplex' 13009ms
11
+ ✓ checking preset for '10x-sc-xcr-vdj' 8376ms
12
+ ✓ checking preset for 'cellecta-human-rna-xcr-umi-drivermap-…' 8245ms
13
+ ✓ checking preset for 'takara-human-rna-bcr-umi-smartseq' 8167ms
14
+ ✓ checking preset for 'rna-seq' 7998ms
15
+ ✓ checking preset for 'generic-single-cell-gex' 7987ms
16
16
 
17
17
   Test Files  1 passed (1)
18
18
   Tests  6 passed (6)
19
-  Start at  14:04:47
20
-  Duration  53.61s (transform 42ms, setup 0ms, collect 573ms, tests 52.80s, environment 0ms, prepare 63ms)
19
+  Start at  08:20:54
20
+  Duration  54.58s (transform 43ms, setup 0ms, collect 565ms, tests 53.78s, environment 0ms, prepare 59ms)
21
21
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @platforma-open/milaboratories.mixcr-clonotyping.workflow
2
2
 
3
+ ## 2.14.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 7a78090: Drop logs in mixcr export to prevent CID conflicts in results deduplication
8
+
9
+ ## 2.14.1
10
+
11
+ ### Patch Changes
12
+
13
+ - 748457a: Upgrade mixcr version to prevent crash with custom library with custom C gene names
14
+
3
15
  ## 2.14.0
4
16
 
5
17
  ### Minor Changes
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@platforma-open/milaboratories.mixcr-clonotyping-2.workflow",
3
- "version": "2.14.0",
3
+ "version": "2.14.2",
4
4
  "description": "Tengo-based template",
5
5
  "dependencies": {
6
6
  "@platforma-sdk/workflow-tengo": "^4.1.2",
7
- "@platforma-open/milaboratories.mixcr-clonotyping-2.single-cell-scripts": "1.1.3",
8
- "@platforma-open/milaboratories.mixcr-clonotyping-2.hash-column": "1.1.1"
7
+ "@platforma-open/milaboratories.mixcr-clonotyping-2.hash-column": "1.1.1",
8
+ "@platforma-open/milaboratories.mixcr-clonotyping-2.single-cell-scripts": "1.1.3"
9
9
  },
10
10
  "devDependencies": {
11
11
  "@platforma-sdk/tengo-builder": "^2.1.0",
12
- "@platforma-open/milaboratories.software-mixcr": "4.7.0-164-develop",
12
+ "@platforma-open/milaboratories.software-mixcr": "4.7.0-165-develop",
13
13
  "@platforma-open/milaboratories.software-ptransform": "^1.3.1",
14
14
  "@platforma-sdk/test": "^1.29.17",
15
15
  "vitest": "~2.1.8",
@@ -32,6 +32,7 @@ self.body(func(inputs) {
32
32
  mixcrCmdBuilder := exec.builder().
33
33
  inMediumQueue().
34
34
  printErrStreamToStdout().
35
+ dontSaveStdoutOrStderr().
35
36
  software(mixcrSw).
36
37
  secret("MI_LICENSE", "MI_LICENSE").
37
38
  arg("exportClones").
@@ -56,6 +57,7 @@ self.body(func(inputs) {
56
57
  addFile("clones.clns", clnsFile).
57
58
  arg("clones.tsv").
58
59
  saveFile("clones.tsv").
60
+ cacheHours(3).
59
61
  run()
60
62
  }
61
63
 
@@ -75,7 +77,7 @@ self.body(func(inputs) {
75
77
 
76
78
  if is_undefined(clonotypeKeyColumns) {
77
79
  result.tsv = unprocessedTsv
78
-
80
+
79
81
  } else if is_undefined(cellTagColumns) {
80
82
  hashCmdBuilder := exec.builder().
81
83
  printErrStreamToStdout().