@platforma-open/milaboratories.mixcr-clonotyping-2.workflow 3.26.1 → 3.26.3
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.
- package/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +12 -0
- package/dist/tengo/lib/calculate-export-specs.lib.tengo +1 -1
- package/dist/tengo/tpl/aggregate-by-clonotype-key.plj.gz +0 -0
- package/dist/tengo/tpl/calculate-preset-info.plj.gz +0 -0
- package/dist/tengo/tpl/export-report.plj.gz +0 -0
- package/dist/tengo/tpl/list-presets.plj.gz +0 -0
- package/dist/tengo/tpl/main.plj.gz +0 -0
- package/dist/tengo/tpl/mixcr-analyze.plj.gz +0 -0
- package/dist/tengo/tpl/mixcr-export.plj.gz +0 -0
- package/dist/tengo/tpl/prerun.plj.gz +0 -0
- package/dist/tengo/tpl/process-single-cell.plj.gz +0 -0
- package/dist/tengo/tpl/process.plj.gz +0 -0
- package/dist/tengo/tpl/test.columns-calculate.plj.gz +0 -0
- package/dist/tengo/tpl/test.columns.test.plj.gz +0 -0
- package/package.json +2 -2
- package/src/calculate-export-specs.lib.tengo +1 -1
- package/src/main.tpl.tengo +4 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -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@3.26.
|
|
3
|
+
> @platforma-open/milaboratories.mixcr-clonotyping-2.workflow@3.26.3 build /home/runner/work/mixcr-clonotyping/mixcr-clonotyping/workflow
|
|
4
4
|
> shx rm -rf dist && pl-tengo check && pl-tengo build
|
|
5
5
|
|
|
6
6
|
info: Skipping unknown file type: test/columns.test.ts
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @platforma-open/milaboratories.mixcr-clonotyping.workflow
|
|
2
2
|
|
|
3
|
+
## 3.26.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- a825a2c: Fix workflow prepare logic
|
|
8
|
+
|
|
9
|
+
## 3.26.2
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 2820448: Make axis label visible by default
|
|
14
|
+
|
|
3
15
|
## 3.26.1
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -410,7 +410,7 @@ calculateExportSpecs := func(presetSpecForBack, sampleIdAxisSpec, blockId, expor
|
|
|
410
410
|
spec: {
|
|
411
411
|
name: "pl7.app/label",
|
|
412
412
|
valueType: "String",
|
|
413
|
-
annotations: a(100000,
|
|
413
|
+
annotations: a(100000, true, {
|
|
414
414
|
"pl7.app/label": "Clone Id"
|
|
415
415
|
})
|
|
416
416
|
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@platforma-open/milaboratories.mixcr-clonotyping-2.workflow",
|
|
3
|
-
"version": "3.26.
|
|
3
|
+
"version": "3.26.3",
|
|
4
4
|
"description": "Tengo-based template",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@platforma-sdk/workflow-tengo": "5.12.0",
|
|
7
7
|
"@platforma-open/milaboratories.software-mixcr": "4.7.0-347-develop"
|
|
8
8
|
},
|
|
9
9
|
"devDependencies": {
|
|
10
|
-
"@platforma-sdk/tengo-builder": "
|
|
10
|
+
"@platforma-sdk/tengo-builder": "3.0.2"
|
|
11
11
|
},
|
|
12
12
|
"scripts": {
|
|
13
13
|
"build": "shx rm -rf dist && pl-tengo check && pl-tengo build",
|
|
@@ -410,7 +410,7 @@ calculateExportSpecs := func(presetSpecForBack, sampleIdAxisSpec, blockId, expor
|
|
|
410
410
|
spec: {
|
|
411
411
|
name: "pl7.app/label",
|
|
412
412
|
valueType: "String",
|
|
413
|
-
annotations: a(100000,
|
|
413
|
+
annotations: a(100000, true, {
|
|
414
414
|
"pl7.app/label": "Clone Id"
|
|
415
415
|
})
|
|
416
416
|
}
|
package/src/main.tpl.tengo
CHANGED
|
@@ -16,9 +16,11 @@ exportReportTpl := assets.importTemplate(":export-report")
|
|
|
16
16
|
wf.setPreRun(assets.importTemplate(":prerun"))
|
|
17
17
|
|
|
18
18
|
wf.prepare(func(args){
|
|
19
|
-
|
|
20
|
-
|
|
19
|
+
prepared := {}
|
|
20
|
+
if !is_undefined(args.inputLibrary) {
|
|
21
|
+
prepared.resolvedLibraryInput = wf.resolve(args.inputLibrary, { errIfMissing: false })
|
|
21
22
|
}
|
|
23
|
+
return prepared
|
|
22
24
|
})
|
|
23
25
|
|
|
24
26
|
wf.body(func(args) {
|