@platforma-open/milaboratories.mixcr-clonotyping-2.workflow 2.3.3 → 2.4.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-2/mixcr-clonotyping-2/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
2
2
 
3
- > @platforma-open/milaboratories.mixcr-clonotyping-2.workflow@2.3.3 build /home/runner/work/mixcr-clonotyping-2/mixcr-clonotyping-2/workflow
3
+ > @platforma-open/milaboratories.mixcr-clonotyping-2.workflow@2.4.1 build /home/runner/work/mixcr-clonotyping-2/mixcr-clonotyping-2/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-2/mixcr-clonotyping-2/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
2
2
 
3
- > @platforma-open/milaboratories.mixcr-clonotyping-2.workflow@2.3.3 test /home/runner/work/mixcr-clonotyping-2/mixcr-clonotyping-2/workflow
3
+ > @platforma-open/milaboratories.mixcr-clonotyping-2.workflow@2.4.1 test /home/runner/work/mixcr-clonotyping-2/mixcr-clonotyping-2/workflow
4
4
  > vitest
5
5
 
6
6
 
7
7
   RUN  v2.1.8 /home/runner/work/mixcr-clonotyping-2/mixcr-clonotyping-2/workflow
8
8
 
9
- ✓ src/test/columns.test.ts (6 tests) 55337ms
10
- ✓ checking preset for 'milab-human-dna-xcr-7genes-multiplex' 13201ms
11
- ✓ checking preset for '10x-sc-xcr-vdj' 8799ms
12
- ✓ checking preset for 'cellecta-human-rna-xcr-umi-drivermap-…' 8762ms
13
- ✓ checking preset for 'takara-human-rna-bcr-umi-smartseq' 8478ms
14
- ✓ checking preset for 'rna-seq' 8061ms
15
- ✓ checking preset for 'generic-single-cell-gex' 8035ms
9
+ ✓ src/test/columns.test.ts (6 tests) 53502ms
10
+ ✓ checking preset for 'milab-human-dna-xcr-7genes-multiplex' 13417ms
11
+ ✓ checking preset for '10x-sc-xcr-vdj' 8367ms
12
+ ✓ checking preset for 'cellecta-human-rna-xcr-umi-drivermap-…' 8046ms
13
+ ✓ checking preset for 'takara-human-rna-bcr-umi-smartseq' 8241ms
14
+ ✓ checking preset for 'rna-seq' 7618ms
15
+ ✓ checking preset for 'generic-single-cell-gex' 7812ms
16
16
 
17
17
   Test Files  1 passed (1)
18
18
   Tests  6 passed (6)
19
-  Start at  15:41:23
20
-  Duration  56.28s (transform 52ms, setup 0ms, collect 657ms, tests 55.34s, environment 0ms, prepare 77ms)
19
+  Start at  17:05:40
20
+  Duration  54.41s (transform 56ms, setup 0ms, collect 641ms, tests 53.50s, environment 0ms, prepare 74ms)
21
21
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @platforma-open/milaboratories.mixcr-clonotyping.workflow
2
2
 
3
+ ## 2.4.1
4
+
5
+ ### Patch Changes
6
+
7
+ - cd6367a: Added UI control to select receptor or chain
8
+
9
+ ## 2.4.0
10
+
11
+ ### Minor Changes
12
+
13
+ - 46dd332: Update value options in Productive column
14
+
3
15
  ## 2.3.3
4
16
 
5
17
  ### Patch Changes
@@ -461,7 +461,7 @@ calculateExportSpecs := func(presetSpecForBack, blockId) {
461
461
  annotations: a(orderP, variant.visibility, {
462
462
  "pl7.app/label": variant.label,
463
463
  "pl7.app/isDiscreteFilter": "true",
464
- "pl7.app/discreteValues": "['true','false']" } )
464
+ "pl7.app/discreteValues": string(json.encode(["True", "False"])) } )
465
465
  }
466
466
  } ]
467
467
  exportArgs += [ [ variant.arg, productiveFeature ] ]
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.3.3",
3
+ "version": "2.4.1",
4
4
  "description": "Tengo-based template",
5
5
  "dependencies": {
6
6
  "@platforma-sdk/workflow-tengo": "^3.1.0",
@@ -461,7 +461,7 @@ calculateExportSpecs := func(presetSpecForBack, blockId) {
461
461
  annotations: a(orderP, variant.visibility, {
462
462
  "pl7.app/label": variant.label,
463
463
  "pl7.app/isDiscreteFilter": "true",
464
- "pl7.app/discreteValues": "['true','false']" } )
464
+ "pl7.app/discreteValues": string(json.encode(["True", "False"])) } )
465
465
  }
466
466
  } ]
467
467
  exportArgs += [ [ variant.arg, productiveFeature ] ]
@@ -88,9 +88,9 @@ wf.body(func(args) {
88
88
  presetSpecForBack := presetInfoResult.output("presetSpecForBack", 24 * 60 * 60 * 1000)
89
89
 
90
90
  // calculating chains
91
- // chains := ["IGHeavy", "IGLight", "TRAlpha", "TRBeta", "TRGamma", "TRDelta"]
91
+ // chains := ["IGHeavy", "IGLight", "TCRAlpha", "TCRBeta", "TCRGamma", "TCRDelta"]
92
92
  //receptorsOrChains := ["IG", "TCRAB", "TCRGD"]
93
- receptorsOrChains := ["IG"]
93
+ receptorsOrChains := ["IG", "TCRAB", "TCRGD"]
94
94
  if !is_undefined(args.chains) {
95
95
  receptorsOrChains = args.chains
96
96
  }