@platforma-open/milaboratories.mixcr-clonotyping-2.workflow 3.0.4 → 3.1.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 +5 -1
- package/CHANGELOG.md +6 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -0
- package/dist/index.mjs +1 -0
- package/dist/tengo/lib/qc-report-columns.lib.tengo +1293 -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 +2 -2
- package/src/export-report.tpl.tengo +115 -0
- package/src/main.tpl.tengo +5 -0
- package/src/process.tpl.tengo +13 -3
- package/src/qc-report-columns.lib.tengo +1293 -0
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.0
|
|
3
|
+
> @platforma-open/milaboratories.mixcr-clonotyping-2.workflow@3.1.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
|
|
@@ -8,6 +8,7 @@ Processing "src/aggregate-by-clonotype-key.tpl.tengo"...
|
|
|
8
8
|
Processing "src/calculate-export-specs.lib.tengo"...
|
|
9
9
|
Processing "src/calculate-preset-info.tpl.tengo"...
|
|
10
10
|
Processing "src/clonotype-label.lib.tengo"...
|
|
11
|
+
Processing "src/export-report.tpl.tengo"...
|
|
11
12
|
Processing "src/list-presets.tpl.tengo"...
|
|
12
13
|
Processing "src/main.tpl.tengo"...
|
|
13
14
|
Processing "src/mixcr-analyze.tpl.tengo"...
|
|
@@ -15,6 +16,7 @@ Processing "src/mixcr-export.tpl.tengo"...
|
|
|
15
16
|
Processing "src/prerun.tpl.tengo"...
|
|
16
17
|
Processing "src/process-single-cell.tpl.tengo"...
|
|
17
18
|
Processing "src/process.tpl.tengo"...
|
|
19
|
+
Processing "src/qc-report-columns.lib.tengo"...
|
|
18
20
|
Processing "src/test/columns-calculate.tpl.tengo"...
|
|
19
21
|
Processing "src/test/columns.test.tpl.tengo"...
|
|
20
22
|
No syntax errors found.
|
|
@@ -22,8 +24,10 @@ No syntax errors found.
|
|
|
22
24
|
info: Compiling 'dist'...
|
|
23
25
|
info: - writing /home/runner/work/mixcr-clonotyping/mixcr-clonotyping/workflow/dist/tengo/lib/calculate-export-specs.lib.tengo
|
|
24
26
|
info: - writing /home/runner/work/mixcr-clonotyping/mixcr-clonotyping/workflow/dist/tengo/lib/clonotype-label.lib.tengo
|
|
27
|
+
info: - writing /home/runner/work/mixcr-clonotyping/mixcr-clonotyping/workflow/dist/tengo/lib/qc-report-columns.lib.tengo
|
|
25
28
|
info: - writing /home/runner/work/mixcr-clonotyping/mixcr-clonotyping/workflow/dist/tengo/tpl/aggregate-by-clonotype-key.plj.gz
|
|
26
29
|
info: - writing /home/runner/work/mixcr-clonotyping/mixcr-clonotyping/workflow/dist/tengo/tpl/calculate-preset-info.plj.gz
|
|
30
|
+
info: - writing /home/runner/work/mixcr-clonotyping/mixcr-clonotyping/workflow/dist/tengo/tpl/export-report.plj.gz
|
|
27
31
|
info: - writing /home/runner/work/mixcr-clonotyping/mixcr-clonotyping/workflow/dist/tengo/tpl/list-presets.plj.gz
|
|
28
32
|
info: - writing /home/runner/work/mixcr-clonotyping/mixcr-clonotyping/workflow/dist/tengo/tpl/mixcr-analyze.plj.gz
|
|
29
33
|
info: - writing /home/runner/work/mixcr-clonotyping/mixcr-clonotyping/workflow/dist/tengo/tpl/mixcr-export.plj.gz
|
package/CHANGELOG.md
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
declare type TemplateFromFile = { readonly type: "from-file"; readonly path: string; };
|
|
2
|
-
declare type TplName = "aggregate-by-clonotype-key" | "calculate-preset-info" | "list-presets" | "mixcr-analyze" | "mixcr-export" | "prerun" | "process-single-cell" | "process" | "test.columns-calculate" | "test.columns.test" | "main";
|
|
2
|
+
declare type TplName = "aggregate-by-clonotype-key" | "calculate-preset-info" | "export-report" | "list-presets" | "mixcr-analyze" | "mixcr-export" | "prerun" | "process-single-cell" | "process" | "test.columns-calculate" | "test.columns.test" | "main";
|
|
3
3
|
declare const Templates: Record<TplName, TemplateFromFile>;
|
|
4
4
|
export { Templates };
|
package/dist/index.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
module.exports = { Templates: {
|
|
2
2
|
'aggregate-by-clonotype-key': { type: 'from-file', path: require.resolve('./tengo/tpl/aggregate-by-clonotype-key.plj.gz') },
|
|
3
3
|
'calculate-preset-info': { type: 'from-file', path: require.resolve('./tengo/tpl/calculate-preset-info.plj.gz') },
|
|
4
|
+
'export-report': { type: 'from-file', path: require.resolve('./tengo/tpl/export-report.plj.gz') },
|
|
4
5
|
'list-presets': { type: 'from-file', path: require.resolve('./tengo/tpl/list-presets.plj.gz') },
|
|
5
6
|
'mixcr-analyze': { type: 'from-file', path: require.resolve('./tengo/tpl/mixcr-analyze.plj.gz') },
|
|
6
7
|
'mixcr-export': { type: 'from-file', path: require.resolve('./tengo/tpl/mixcr-export.plj.gz') },
|
package/dist/index.mjs
CHANGED
|
@@ -2,6 +2,7 @@ import { resolve } from 'node:path';
|
|
|
2
2
|
export const Templates = {
|
|
3
3
|
'aggregate-by-clonotype-key': { type: 'from-file', path: resolve(import.meta.dirname, './tengo/tpl/aggregate-by-clonotype-key.plj.gz') },
|
|
4
4
|
'calculate-preset-info': { type: 'from-file', path: resolve(import.meta.dirname, './tengo/tpl/calculate-preset-info.plj.gz') },
|
|
5
|
+
'export-report': { type: 'from-file', path: resolve(import.meta.dirname, './tengo/tpl/export-report.plj.gz') },
|
|
5
6
|
'list-presets': { type: 'from-file', path: resolve(import.meta.dirname, './tengo/tpl/list-presets.plj.gz') },
|
|
6
7
|
'mixcr-analyze': { type: 'from-file', path: resolve(import.meta.dirname, './tengo/tpl/mixcr-analyze.plj.gz') },
|
|
7
8
|
'mixcr-export': { type: 'from-file', path: resolve(import.meta.dirname, './tengo/tpl/mixcr-export.plj.gz') },
|