@platforma-open/milaboratories.mixcr-clonotyping-2.workflow 3.6.0 → 3.7.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.
- package/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +12 -0
- 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 +5 -4
- package/src/main.tpl.tengo +2 -1
- package/src/process.tpl.tengo +6 -1
- package/tsconfig.json +1 -7
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.
|
|
3
|
+
> @platforma-open/milaboratories.mixcr-clonotyping-2.workflow@3.7.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
|
package/CHANGELOG.md
CHANGED
|
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,14 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@platforma-open/milaboratories.mixcr-clonotyping-2.workflow",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.7.0",
|
|
4
4
|
"description": "Tengo-based template",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@platforma-sdk/workflow-tengo": "^5.
|
|
6
|
+
"@platforma-sdk/workflow-tengo": "^5.3.0",
|
|
7
7
|
"@platforma-open/milaboratories.software-mixcr": "4.7.0-233-develop"
|
|
8
8
|
},
|
|
9
9
|
"devDependencies": {
|
|
10
|
-
"@
|
|
11
|
-
"@platforma-sdk/
|
|
10
|
+
"@milaboratories/ts-configs": "^1.0.6",
|
|
11
|
+
"@platforma-sdk/tengo-builder": "^2.2.0",
|
|
12
|
+
"@platforma-sdk/test": "^1.43.20",
|
|
12
13
|
"vitest": "~2.1.9",
|
|
13
14
|
"typescript": "~5.6.3"
|
|
14
15
|
},
|
package/src/main.tpl.tengo
CHANGED
|
@@ -166,6 +166,7 @@ wf.body(func(args) {
|
|
|
166
166
|
logs: runMixcr.output("logs.data"),
|
|
167
167
|
clns: runMixcr.output("clns.data"),
|
|
168
168
|
clonotypes: pframes.exportFrame(runMixcr.output("clonotypes")),
|
|
169
|
+
clonotypeTables: pframes.exportFrame(runMixcr.output("clonotypeTables")),
|
|
169
170
|
fileImports: smart.createMapResource(maps.mapValues(fileImports, func(im) {
|
|
170
171
|
return im.handle
|
|
171
172
|
})),
|
|
@@ -177,7 +178,7 @@ wf.body(func(args) {
|
|
|
177
178
|
if !is_undefined(libraryImportHandle) {
|
|
178
179
|
outputs.libraryImportHandle = libraryImportHandle
|
|
179
180
|
}
|
|
180
|
-
|
|
181
|
+
|
|
181
182
|
qcReportTable := runMixcr.output("qcReportTable")
|
|
182
183
|
|
|
183
184
|
outputs.qcReportTable = pframes.exportFrame(qcReportTable)
|
package/src/process.tpl.tengo
CHANGED
|
@@ -319,6 +319,7 @@ self.body(func(inputs) {
|
|
|
319
319
|
return schema
|
|
320
320
|
}
|
|
321
321
|
|
|
322
|
+
clonotypeTables := pframes.pFrameBuilder()
|
|
322
323
|
resultsToCache := {}
|
|
323
324
|
|
|
324
325
|
for chain in chains {
|
|
@@ -335,7 +336,8 @@ self.body(func(inputs) {
|
|
|
335
336
|
kind: "PColumn",
|
|
336
337
|
name: "mixcr.com/clonotypeTable",
|
|
337
338
|
domain: {
|
|
338
|
-
"pl7.app/vdj/clonotypingRunId": blockId
|
|
339
|
+
"pl7.app/vdj/clonotypingRunId": blockId,
|
|
340
|
+
"pl7.app/vdj/chain": chain
|
|
339
341
|
},
|
|
340
342
|
valueType: "File"
|
|
341
343
|
},
|
|
@@ -455,6 +457,7 @@ self.body(func(inputs) {
|
|
|
455
457
|
}
|
|
456
458
|
|
|
457
459
|
resultsToCache["clonotypeTable/" + chain] = exportResults.outputData("clonotypeTable")
|
|
460
|
+
clonotypeTables.add(chain, exportResults.outputSpec("clonotypeTable"), exportResults.outputData("clonotypeTable"))
|
|
458
461
|
|
|
459
462
|
aggregateByCloneKey := pframes.processColumn(
|
|
460
463
|
exportResults.output("clonotypeTable"),
|
|
@@ -714,6 +717,8 @@ self.body(func(inputs) {
|
|
|
714
717
|
|
|
715
718
|
"resultsToCache": resultsToCache,
|
|
716
719
|
|
|
720
|
+
clonotypeTables: clonotypeTables.build(),
|
|
721
|
+
|
|
717
722
|
clonotypes: clonotypes.build(),
|
|
718
723
|
qcReportTable: qcReportTable.output("qcReportTable")
|
|
719
724
|
}
|
package/tsconfig.json
CHANGED
|
@@ -1,14 +1,8 @@
|
|
|
1
1
|
{
|
|
2
|
+
"extends": "@milaboratories/ts-configs/tsconfig.node.json",
|
|
2
3
|
"compilerOptions": {
|
|
3
|
-
"target": "es2022",
|
|
4
|
-
"module": "commonjs",
|
|
5
|
-
"moduleResolution": "node",
|
|
6
|
-
"esModuleInterop": true,
|
|
7
|
-
"strict": true,
|
|
8
4
|
"outDir": "./dist",
|
|
9
5
|
"rootDir": "./src",
|
|
10
|
-
"sourceMap": true,
|
|
11
|
-
"declaration": true
|
|
12
6
|
},
|
|
13
7
|
"include": ["src/**/*"],
|
|
14
8
|
"exclude": ["node_modules", "dist"]
|