@platforma-open/milaboratories.mixcr-shm-trees.workflow 3.6.1 → 3.8.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 +7 -5
- package/CHANGELOG.md +12 -0
- package/dist/index.cjs +2 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -1
- package/dist/tengo/lib/export-settings.lib.tengo +117 -321
- package/dist/tengo/lib/prepare-donor-column.lib.tengo +7 -3
- package/dist/tengo/lib/{tablesAggregation.lib.tengo → tables-aggregation.lib.tengo} +37 -31
- package/dist/tengo/tpl/main.plj.gz +0 -0
- package/dist/tengo/tpl/mixcr-export.plj.gz +0 -0
- package/dist/tengo/tpl/mixcr-shm-trees.plj.gz +0 -0
- package/dist/tengo/tpl/process.plj.gz +0 -0
- package/dist/tengo/tpl/request-library.plj.gz +0 -0
- package/dist/tengo/tpl/soi.plj.gz +0 -0
- package/package.json +4 -4
- package/src/export-settings.lib.tengo +117 -321
- package/src/main.tpl.tengo +18 -9
- package/src/mixcr-export.tpl.tengo +132 -0
- package/src/{reconstruct-shm-trees.tpl.tengo → mixcr-shm-trees.tpl.tengo} +50 -116
- package/src/prepare-donor-column.lib.tengo +8 -4
- package/src/process.tpl.tengo +170 -114
- package/src/request-library.tpl.tengo +4 -1
- package/src/tables-aggregation.lib.tengo +81 -0
- package/dist/tengo/tpl/reconstruct-shm-trees.plj.gz +0 -0
- package/src/tablesAggregation.lib.tengo +0 -75
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,24 +1,26 @@
|
|
|
1
1
|
WARN Issue while reading "/home/runner/work/mixcr-shm-trees/mixcr-shm-trees/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
|
|
2
2
|
|
|
3
|
-
> @platforma-open/milaboratories.mixcr-shm-trees.workflow@3.
|
|
3
|
+
> @platforma-open/milaboratories.mixcr-shm-trees.workflow@3.8.0 build /home/runner/work/mixcr-shm-trees/mixcr-shm-trees/workflow
|
|
4
4
|
> rm -rf dist && pl-tengo check && pl-tengo build
|
|
5
5
|
|
|
6
6
|
Processing "src/export-settings.lib.tengo"...
|
|
7
7
|
Processing "src/main.tpl.tengo"...
|
|
8
|
+
Processing "src/mixcr-export.tpl.tengo"...
|
|
9
|
+
Processing "src/mixcr-shm-trees.tpl.tengo"...
|
|
8
10
|
Processing "src/prepare-donor-column.lib.tengo"...
|
|
9
11
|
Processing "src/process.tpl.tengo"...
|
|
10
|
-
Processing "src/reconstruct-shm-trees.tpl.tengo"...
|
|
11
12
|
Processing "src/request-library.tpl.tengo"...
|
|
12
13
|
Processing "src/soi-export.lib.tengo"...
|
|
13
14
|
Processing "src/soi.tpl.tengo"...
|
|
14
|
-
Processing "src/
|
|
15
|
+
Processing "src/tables-aggregation.lib.tengo"...
|
|
15
16
|
No syntax errors found.
|
|
16
17
|
info: Compiling 'dist'...
|
|
17
18
|
info: - writing /home/runner/work/mixcr-shm-trees/mixcr-shm-trees/workflow/dist/tengo/lib/export-settings.lib.tengo
|
|
18
19
|
info: - writing /home/runner/work/mixcr-shm-trees/mixcr-shm-trees/workflow/dist/tengo/lib/prepare-donor-column.lib.tengo
|
|
19
20
|
info: - writing /home/runner/work/mixcr-shm-trees/mixcr-shm-trees/workflow/dist/tengo/lib/soi-export.lib.tengo
|
|
20
|
-
info: - writing /home/runner/work/mixcr-shm-trees/mixcr-shm-trees/workflow/dist/tengo/lib/
|
|
21
|
-
info: - writing /home/runner/work/mixcr-shm-trees/mixcr-shm-trees/workflow/dist/tengo/tpl/
|
|
21
|
+
info: - writing /home/runner/work/mixcr-shm-trees/mixcr-shm-trees/workflow/dist/tengo/lib/tables-aggregation.lib.tengo
|
|
22
|
+
info: - writing /home/runner/work/mixcr-shm-trees/mixcr-shm-trees/workflow/dist/tengo/tpl/mixcr-export.plj.gz
|
|
23
|
+
info: - writing /home/runner/work/mixcr-shm-trees/mixcr-shm-trees/workflow/dist/tengo/tpl/mixcr-shm-trees.plj.gz
|
|
22
24
|
info: - writing /home/runner/work/mixcr-shm-trees/mixcr-shm-trees/workflow/dist/tengo/tpl/request-library.plj.gz
|
|
23
25
|
info: - writing /home/runner/work/mixcr-shm-trees/mixcr-shm-trees/workflow/dist/tengo/tpl/soi.plj.gz
|
|
24
26
|
info: - writing /home/runner/work/mixcr-shm-trees/mixcr-shm-trees/workflow/dist/tengo/tpl/process.plj.gz
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @platforma-open/milaboratories.mixcr-shm-trees.workflow
|
|
2
2
|
|
|
3
|
+
## 3.8.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 2f828e7: Migration to processColumn API
|
|
8
|
+
|
|
9
|
+
## 3.7.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- cf34335: Fix to work with built-in library
|
|
14
|
+
|
|
3
15
|
## 3.6.1
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/dist/index.cjs
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
module.exports = { Templates: {
|
|
2
|
-
'
|
|
2
|
+
'mixcr-export': { type: 'from-file', path: require.resolve('./tengo/tpl/mixcr-export.plj.gz') },
|
|
3
|
+
'mixcr-shm-trees': { type: 'from-file', path: require.resolve('./tengo/tpl/mixcr-shm-trees.plj.gz') },
|
|
3
4
|
'request-library': { type: 'from-file', path: require.resolve('./tengo/tpl/request-library.plj.gz') },
|
|
4
5
|
'soi': { type: 'from-file', path: require.resolve('./tengo/tpl/soi.plj.gz') },
|
|
5
6
|
'process': { type: 'from-file', path: require.resolve('./tengo/tpl/process.plj.gz') },
|
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 = "
|
|
2
|
+
declare type TplName = "mixcr-export" | "mixcr-shm-trees" | "request-library" | "soi" | "process" | "main";
|
|
3
3
|
declare const Templates: Record<TplName, TemplateFromFile>;
|
|
4
4
|
export { Templates };
|
package/dist/index.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { resolve } from 'node:path';
|
|
2
2
|
export const Templates = {
|
|
3
|
-
'
|
|
3
|
+
'mixcr-export': { type: 'from-file', path: resolve(import.meta.dirname, './tengo/tpl/mixcr-export.plj.gz') },
|
|
4
|
+
'mixcr-shm-trees': { type: 'from-file', path: resolve(import.meta.dirname, './tengo/tpl/mixcr-shm-trees.plj.gz') },
|
|
4
5
|
'request-library': { type: 'from-file', path: resolve(import.meta.dirname, './tengo/tpl/request-library.plj.gz') },
|
|
5
6
|
'soi': { type: 'from-file', path: resolve(import.meta.dirname, './tengo/tpl/soi.plj.gz') },
|
|
6
7
|
'process': { type: 'from-file', path: resolve(import.meta.dirname, './tengo/tpl/process.plj.gz') },
|