@platforma-open/milaboratories.mixcr-clonotyping-2.workflow 3.24.1 → 3.24.2
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 +6 -0
- package/dist/tengo/lib/calculate-export-specs.lib.tengo +2 -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 +1 -1
- package/src/calculate-export-specs.lib.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.24.
|
|
3
|
+
> @platforma-open/milaboratories.mixcr-clonotyping-2.workflow@3.24.2 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
|
@@ -945,7 +945,8 @@ calculateExportSpecs := func(presetSpecForBack, sampleIdAxisSpec, blockId, expor
|
|
|
945
945
|
name: "pl7.app/vdj/isotype",
|
|
946
946
|
annotations: a(orderP, true, {
|
|
947
947
|
"pl7.app/label": "IG isotype",
|
|
948
|
-
"pl7.app/isDiscreteFilter": "true"
|
|
948
|
+
"pl7.app/isDiscreteFilter": "true",
|
|
949
|
+
"pl7.app/discreteValues": "[\"IgA\",\"IgD\",\"IgG\",\"IgE\",\"IgM\"]"
|
|
949
950
|
})
|
|
950
951
|
}
|
|
951
952
|
}, {
|
|
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
|
@@ -945,7 +945,8 @@ calculateExportSpecs := func(presetSpecForBack, sampleIdAxisSpec, blockId, expor
|
|
|
945
945
|
name: "pl7.app/vdj/isotype",
|
|
946
946
|
annotations: a(orderP, true, {
|
|
947
947
|
"pl7.app/label": "IG isotype",
|
|
948
|
-
"pl7.app/isDiscreteFilter": "true"
|
|
948
|
+
"pl7.app/isDiscreteFilter": "true",
|
|
949
|
+
"pl7.app/discreteValues": "[\"IgA\",\"IgD\",\"IgG\",\"IgE\",\"IgM\"]"
|
|
949
950
|
})
|
|
950
951
|
}
|
|
951
952
|
}, {
|