@platforma-open/milaboratories.mixcr-clonotyping-2.workflow 2.14.0 → 2.14.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.
@@ -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.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,36 @@
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.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) 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
+ stdout | src/test/columns.test.ts > checking preset for 'milab-human-dna-xcr-7genes-multiplex'
10
+ {
11
+ type: 'ok',
12
+ value: undefined,
13
+ stable: false,
14
+ uTag: 'fc1997c6-5b87-4c86-8aa6-0ea9d2014b38',
15
+ unstableMarker: 'field_not_resolved:exportSpecs'
16
+ }
17
+
18
+ stdout | src/test/columns.test.ts > checking preset for 'milab-human-dna-xcr-7genes-multiplex'
19
+ TEST FAILED SO ALTERNATIVE ROOT IS PRESETVED IN PL: test_1745591248072_67adc363-cf48-41ba-82a1-fe7e00142ad8 (NG:0x82)
20
+
21
+ stdout | src/test/columns.test.ts > checking preset for 'milab-human-dna-xcr-7genes-multiplex'
22
+ TEST FAILED SO ALTERNATIVE ROOT IS PRESETVED IN PL: test_1745591269056_11ea8a8b-adb0-49ca-b74e-a9b287bc1ae3 (NG:0x138)
23
+
24
+ ✓ src/test/columns.test.ts (6 tests) 67551ms
25
+ ✓ checking preset for 'milab-human-dna-xcr-7genes-multiplex' 27568ms
26
+ ✓ checking preset for '10x-sc-xcr-vdj' 8418ms
27
+ ✓ checking preset for 'cellecta-human-rna-xcr-umi-drivermap-…' 8182ms
28
+ ✓ checking preset for 'takara-human-rna-bcr-umi-smartseq' 7939ms
29
+ ✓ checking preset for 'rna-seq' 7749ms
30
+ ✓ checking preset for 'generic-single-cell-gex' 7693ms
16
31
 
17
32
   Test Files  1 passed (1)
18
33
   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)
34
+  Start at  14:27:27
35
+  Duration  68.34s (transform 42ms, setup 0ms, collect 576ms, tests 67.55s, environment 0ms, prepare 60ms)
21
36
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @platforma-open/milaboratories.mixcr-clonotyping.workflow
2
2
 
3
+ ## 2.14.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 748457a: Upgrade mixcr version to prevent crash with custom library with custom C gene names
8
+
3
9
  ## 2.14.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.14.0",
3
+ "version": "2.14.1",
4
4
  "description": "Tengo-based template",
5
5
  "dependencies": {
6
6
  "@platforma-sdk/workflow-tengo": "^4.1.2",
@@ -9,7 +9,7 @@
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",