@platforma-open/milaboratories.mixcr-clonotyping-2.workflow 2.16.0 → 2.17.0

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.16.0 build /home/runner/work/mixcr-clonotyping/mixcr-clonotyping/workflow
3
+ > @platforma-open/milaboratories.mixcr-clonotyping-2.workflow@2.17.0 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.16.0 test /home/runner/work/mixcr-clonotyping/mixcr-clonotyping/workflow
3
+ > @platforma-open/milaboratories.mixcr-clonotyping-2.workflow@2.17.0 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) 52032ms
10
- ✓ checking preset for 'milab-human-dna-xcr-7genes-multiplex' 12517ms
11
- ✓ checking preset for '10x-sc-xcr-vdj' 7966ms
12
- ✓ checking preset for 'cellecta-human-rna-xcr-umi-drivermap-…' 7939ms
13
- ✓ checking preset for 'takara-human-rna-bcr-umi-smartseq' 8375ms
14
- ✓ checking preset for 'rna-seq' 7527ms
15
- ✓ checking preset for 'generic-single-cell-gex' 7706ms
9
+ ✓ src/test/columns.test.ts (6 tests) 52852ms
10
+ ✓ checking preset for 'milab-human-dna-xcr-7genes-multiplex' 13107ms
11
+ ✓ checking preset for '10x-sc-xcr-vdj' 8442ms
12
+ ✓ checking preset for 'cellecta-human-rna-xcr-umi-drivermap-…' 7979ms
13
+ ✓ checking preset for 'takara-human-rna-bcr-umi-smartseq' 7987ms
14
+ ✓ checking preset for 'rna-seq' 7550ms
15
+ ✓ checking preset for 'generic-single-cell-gex' 7787ms
16
16
 
17
17
   Test Files  1 passed (1)
18
18
   Tests  6 passed (6)
19
-  Start at  20:31:27
20
-  Duration  52.90s (transform 57ms, setup 0ms, collect 619ms, tests 52.03s, environment 0ms, prepare 68ms)
19
+  Start at  15:43:08
20
+  Duration  53.65s (transform 43ms, setup 0ms, collect 567ms, tests 52.85s, environment 0ms, prepare 58ms)
21
21
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @platforma-open/milaboratories.mixcr-clonotyping.workflow
2
2
 
3
+ ## 2.17.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 50d0b31: isAssemblingFeature in domain
8
+
3
9
  ## 2.16.0
4
10
 
5
11
  ### Minor Changes
@@ -335,6 +335,7 @@ calculateExportSpecs := func(presetSpecForBack, blockId) {
335
335
  "pl7.app/alphabet": alphabet
336
336
  },
337
337
  annotations: a(orderP, visibility, {
338
+ "pl7.app/vdj/isAssemblingFeature": featureU == anchorFeature ? "true" : "false",
338
339
  "pl7.app/vdj/imputed": string(isImputed),
339
340
  "pl7.app/label": featureU + " " + alphabetShort
340
341
  })
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.16.0",
3
+ "version": "2.17.0",
4
4
  "description": "Tengo-based template",
5
5
  "dependencies": {
6
6
  "@platforma-sdk/workflow-tengo": "^4.1.2",
@@ -10,7 +10,7 @@
10
10
  "devDependencies": {
11
11
  "@platforma-sdk/tengo-builder": "^2.1.0",
12
12
  "@platforma-open/milaboratories.software-mixcr": "4.7.0-165-develop",
13
- "@platforma-open/milaboratories.software-ptransform": "^1.4.0",
13
+ "@platforma-open/milaboratories.software-ptransform": "^1.4.2",
14
14
  "@platforma-sdk/test": "^1.29.17",
15
15
  "vitest": "~2.1.8",
16
16
  "typescript": "~5.5.4"
@@ -335,6 +335,7 @@ calculateExportSpecs := func(presetSpecForBack, blockId) {
335
335
  "pl7.app/alphabet": alphabet
336
336
  },
337
337
  annotations: a(orderP, visibility, {
338
+ "pl7.app/vdj/isAssemblingFeature": featureU == anchorFeature ? "true" : "false",
338
339
  "pl7.app/vdj/imputed": string(isImputed),
339
340
  "pl7.app/label": featureU + " " + alphabetShort
340
341
  })