@platforma-open/milaboratories.mixcr-clonotyping-2.workflow 3.3.0 → 3.5.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 +16 -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 +4 -4
- package/src/export-report.tpl.tengo +1 -1
- package/src/process.tpl.tengo +2 -1
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.5.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
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @platforma-open/milaboratories.mixcr-clonotyping.workflow
|
|
2
2
|
|
|
3
|
+
## 3.5.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 2154ea5: in export-report template infer_scema changed to false
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- 093974b: updating dependencies
|
|
12
|
+
|
|
13
|
+
## 3.4.0
|
|
14
|
+
|
|
15
|
+
### Minor Changes
|
|
16
|
+
|
|
17
|
+
- fdd3f2f: fix tracing for single cell
|
|
18
|
+
|
|
3
19
|
## 3.3.0
|
|
4
20
|
|
|
5
21
|
### Minor Changes
|
|
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,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@platforma-open/milaboratories.mixcr-clonotyping-2.workflow",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.5.0",
|
|
4
4
|
"description": "Tengo-based template",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@platforma-sdk/workflow-tengo": "^5.
|
|
6
|
+
"@platforma-sdk/workflow-tengo": "^5.1.2",
|
|
7
7
|
"@platforma-open/milaboratories.software-mixcr": "4.7.0-223-develop"
|
|
8
8
|
},
|
|
9
9
|
"devDependencies": {
|
|
10
|
-
"@platforma-sdk/tengo-builder": "^2.1.
|
|
11
|
-
"@platforma-sdk/test": "^1.42.
|
|
10
|
+
"@platforma-sdk/tengo-builder": "^2.1.18",
|
|
11
|
+
"@platforma-sdk/test": "^1.42.47",
|
|
12
12
|
"vitest": "~2.1.9",
|
|
13
13
|
"typescript": "~5.6.3"
|
|
14
14
|
},
|
|
@@ -79,7 +79,7 @@ self.body(func(inputs) {
|
|
|
79
79
|
// Load the raw TSV file as a DataFrame
|
|
80
80
|
df := wf.frame(rawTsvFile, {
|
|
81
81
|
xsvType: "tsv",
|
|
82
|
-
inferSchema:
|
|
82
|
+
inferSchema: false
|
|
83
83
|
})
|
|
84
84
|
|
|
85
85
|
// Add the sampleId column and remove ".clns" from fileName using pTabler string methods
|
package/src/process.tpl.tengo
CHANGED
|
@@ -384,7 +384,7 @@ self.body(func(inputs) {
|
|
|
384
384
|
exportOutputs,
|
|
385
385
|
{
|
|
386
386
|
// will be automatically propagated to all output specs
|
|
387
|
-
traceSteps: [{type: "milaboratories.mixcr-clonotyping.export", id: blockId + "." + chain, importance: 80, label: chainInfo.name}],
|
|
387
|
+
traceSteps: isSingleCell ? [] : [{type: "milaboratories.mixcr-clonotyping.export", id: blockId + "." + chain, importance: 80, label: chainInfo.name}],
|
|
388
388
|
|
|
389
389
|
// this will cache each individual step result for 30 minutes, even if execution of some of the steps
|
|
390
390
|
// failed or whole execution was interrupted
|
|
@@ -647,6 +647,7 @@ self.body(func(inputs) {
|
|
|
647
647
|
singleCellOutputs,
|
|
648
648
|
{
|
|
649
649
|
aggregate: ["pl7.app/sampleId"],
|
|
650
|
+
traceSteps: [{type: "milaboratories.mixcr-clonotyping.processSingleCell", id: blockId + "." + receptor, importance: 80, label: receptorInfo.name}],
|
|
650
651
|
extra: {
|
|
651
652
|
byCellTagB: byCellTagBData,
|
|
652
653
|
propertiesA: perChainResults[chainA].clonotypeProperties.data,
|