@platforma-open/milaboratories.mixcr-clonotyping-2.workflow 2.2.0 → 2.2.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,5 +1,5 @@
1
1
 
2
- > @platforma-open/milaboratories.mixcr-clonotyping-2.workflow@2.2.0 build /home/runner/work/mixcr-clonotyping-2/mixcr-clonotyping-2/workflow
2
+ > @platforma-open/milaboratories.mixcr-clonotyping-2.workflow@2.2.2 build /home/runner/work/mixcr-clonotyping-2/mixcr-clonotyping-2/workflow
3
3
  > rm -rf dist && pl-tengo check && pl-tengo build
4
4
 
5
5
  Processing "src/aggregate-by-clonotype-key.tpl.tengo"...
@@ -1,20 +1,20 @@
1
1
 
2
- > @platforma-open/milaboratories.mixcr-clonotyping-2.workflow@2.2.0 test /home/runner/work/mixcr-clonotyping-2/mixcr-clonotyping-2/workflow
2
+ > @platforma-open/milaboratories.mixcr-clonotyping-2.workflow@2.2.2 test /home/runner/work/mixcr-clonotyping-2/mixcr-clonotyping-2/workflow
3
3
  > vitest
4
4
 
5
5
 
6
6
   RUN  v2.1.8 /home/runner/work/mixcr-clonotyping-2/mixcr-clonotyping-2/workflow
7
7
 
8
- ✓ src/test/columns.test.ts (6 tests) 49261ms
9
- ✓ checking preset for 'milab-human-dna-xcr-7genes-multiplex' 12586ms
10
- ✓ checking preset for '10x-sc-xcr-vdj' 7814ms
11
- ✓ checking preset for 'cellecta-human-rna-xcr-umi-drivermap-…' 7347ms
12
- ✓ checking preset for 'takara-human-rna-bcr-umi-smartseq' 7319ms
13
- ✓ checking preset for 'rna-seq' 6912ms
14
- ✓ checking preset for 'generic-single-cell-gex' 7281ms
8
+ ✓ src/test/columns.test.ts (6 tests) 46738ms
9
+ ✓ checking preset for 'milab-human-dna-xcr-7genes-multiplex' 11338ms
10
+ ✓ checking preset for '10x-sc-xcr-vdj' 7608ms
11
+ ✓ checking preset for 'cellecta-human-rna-xcr-umi-drivermap-…' 7124ms
12
+ ✓ checking preset for 'takara-human-rna-bcr-umi-smartseq' 7116ms
13
+ ✓ checking preset for 'rna-seq' 6691ms
14
+ ✓ checking preset for 'generic-single-cell-gex' 6860ms
15
15
 
16
16
   Test Files  1 passed (1)
17
17
   Tests  6 passed (6)
18
-  Start at  08:44:46
19
-  Duration  50.16s (transform 54ms, setup 0ms, collect 636ms, tests 49.26s, environment 0ms, prepare 69ms)
18
+  Start at  11:23:07
19
+  Duration  47.64s (transform 53ms, setup 0ms, collect 631ms, tests 46.74s, environment 0ms, prepare 85ms)
20
20
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @platforma-open/milaboratories.mixcr-clonotyping.workflow
2
2
 
3
+ ## 2.2.2
4
+
5
+ ### Patch Changes
6
+
7
+ - eeed3eb: Allow N/A in topChain
8
+
9
+ ## 2.2.1
10
+
11
+ ### Patch Changes
12
+
13
+ - 40f2800: MiXCR upgrade, higher memory limit in export
14
+
3
15
  ## 2.2.0
4
16
 
5
17
  ### Minor Changes
@@ -445,7 +445,7 @@ calculateExportSpecs := func(presetSpecForBack, blockId) {
445
445
  column: "topChains",
446
446
  id: "top-chains",
447
447
  naRegex: "",
448
- allowNA: false,
448
+ allowNA: true,
449
449
  spec: {
450
450
  valueType: "String",
451
451
  name: "pl7.app/vdj/chain",
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.2.0",
3
+ "version": "2.2.2",
4
4
  "description": "Tengo-based template",
5
5
  "dependencies": {
6
6
  "@platforma-open/milaboratories.mixcr-clonotyping-2.sc-clonotype-builder": "1.0.1"
@@ -10,7 +10,7 @@
10
10
  "@platforma-sdk/workflow-tengo": "^2.15.6",
11
11
  "@milaboratories/software-pframes-conv": "2.1.16",
12
12
  "@platforma-open/milaboratories.software-small-binaries": "^1.15.16",
13
- "@platforma-open/milaboratories.software-mixcr": "4.7.0-147-develop",
13
+ "@platforma-open/milaboratories.software-mixcr": "4.7.0-148-develop",
14
14
  "@platforma-open/milaboratories.software-ptransform": "^1.3.1",
15
15
  "@platforma-sdk/test": "^1.22.100",
16
16
  "vitest": "^2.1.8",
@@ -445,7 +445,7 @@ calculateExportSpecs := func(presetSpecForBack, blockId) {
445
445
  column: "topChains",
446
446
  id: "top-chains",
447
447
  naRegex: "",
448
- allowNA: false,
448
+ allowNA: true,
449
449
  spec: {
450
450
  valueType: "String",
451
451
  name: "pl7.app/vdj/chain",