@platforma-open/milaboratories.mixcr-clonotyping-2.workflow 2.2.1 → 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.1 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.1 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) 51634ms
9
- ✓ checking preset for 'milab-human-dna-xcr-7genes-multiplex' 15376ms
10
- ✓ checking preset for '10x-sc-xcr-vdj' 7604ms
11
- ✓ checking preset for 'cellecta-human-rna-xcr-umi-drivermap-…' 7327ms
12
- ✓ checking preset for 'takara-human-rna-bcr-umi-smartseq' 7321ms
13
- ✓ checking preset for 'rna-seq' 6911ms
14
- ✓ checking preset for 'generic-single-cell-gex' 7094ms
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  10:25:13
19
-  Duration  52.51s (transform 50ms, setup 0ms, collect 640ms, tests 51.63s, environment 0ms, prepare 67ms)
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,11 @@
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
+
3
9
  ## 2.2.1
4
10
 
5
11
  ### Patch 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.1",
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"
@@ -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",