@platforma-open/milaboratories.clonotype-clustering.model 2.5.1 → 2.6.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 +13 -13
- package/CHANGELOG.md +6 -0
- package/dist/bundle.js +41 -2
- package/dist/bundle.js.map +1 -1
- package/dist/index.cjs +36 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +27 -1
- package/dist/index.d.ts +27 -1
- package/dist/index.js +36 -2
- package/dist/index.js.map +1 -1
- package/dist/model.json +1 -1
- package/package.json +2 -2
- package/src/index.ts +53 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
WARN Issue while reading "/home/runner/work/clonotype-clustering/clonotype-clustering/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
|
|
2
2
|
|
|
3
|
-
> @platforma-open/milaboratories.clonotype-clustering.model@2.
|
|
3
|
+
> @platforma-open/milaboratories.clonotype-clustering.model@2.6.0 build /home/runner/work/clonotype-clustering/clonotype-clustering/model
|
|
4
4
|
> tsup && vite build && block-tools build-model
|
|
5
5
|
|
|
6
6
|
[34mCLI[39m Building entry: src/index.ts
|
|
@@ -11,21 +11,21 @@
|
|
|
11
11
|
[34mCLI[39m Cleaning output folder
|
|
12
12
|
[34mCJS[39m Build start
|
|
13
13
|
[34mESM[39m Build start
|
|
14
|
-
[32mESM[39m [1mdist/index.js [22m[
|
|
15
|
-
[32mESM[39m [1mdist/index.js.map [22m[
|
|
16
|
-
[32mESM[39m ⚡️ Build success in
|
|
17
|
-
[32mCJS[39m [1mdist/index.cjs [22m[
|
|
18
|
-
[32mCJS[39m [1mdist/index.cjs.map [22m[
|
|
19
|
-
[32mCJS[39m ⚡️ Build success in
|
|
14
|
+
[32mESM[39m [1mdist/index.js [22m[32m4.51 KB[39m
|
|
15
|
+
[32mESM[39m [1mdist/index.js.map [22m[32m10.87 KB[39m
|
|
16
|
+
[32mESM[39m ⚡️ Build success in 157ms
|
|
17
|
+
[32mCJS[39m [1mdist/index.cjs [22m[32m4.52 KB[39m
|
|
18
|
+
[32mCJS[39m [1mdist/index.cjs.map [22m[32m10.94 KB[39m
|
|
19
|
+
[32mCJS[39m ⚡️ Build success in 158ms
|
|
20
20
|
[34mDTS[39m Build start
|
|
21
|
-
[32mDTS[39m ⚡️ Build success in
|
|
22
|
-
[32mDTS[39m [1mdist/index.d.cts [22m[
|
|
23
|
-
[32mDTS[39m [1mdist/index.d.ts [22m[
|
|
21
|
+
[32mDTS[39m ⚡️ Build success in 2353ms
|
|
22
|
+
[32mDTS[39m [1mdist/index.d.cts [22m[32m5.17 KB[39m
|
|
23
|
+
[32mDTS[39m [1mdist/index.d.ts [22m[32m5.17 KB[39m
|
|
24
24
|
[36mvite v6.3.5 [32mbuilding for production...[36m[39m
|
|
25
25
|
transforming...
|
|
26
26
|
[32m✓[39m 11 modules transformed.
|
|
27
27
|
rendering chunks...
|
|
28
28
|
computing gzip size...
|
|
29
|
-
[2mdist/[22m[36mbundle.js [39m[1m[
|
|
30
|
-
[2mdist/[22m[36mbundle.js [39m[1m[
|
|
31
|
-
[32m✓ built in
|
|
29
|
+
[2mdist/[22m[36mbundle.js [39m[1m[2m192.45 kB[22m[1m[22m[2m │ gzip: 37.73 kB[22m[2m │ map: 408.53 kB[22m
|
|
30
|
+
[2mdist/[22m[36mbundle.js [39m[1m[2m205.60 kB[22m[1m[22m[2m │ gzip: 38.40 kB[22m[2m │ map: 410.16 kB[22m
|
|
31
|
+
[32m✓ built in 721ms[39m
|
package/CHANGELOG.md
CHANGED
package/dist/bundle.js
CHANGED
|
@@ -6228,7 +6228,8 @@
|
|
|
6228
6228
|
normalizationDirection: null
|
|
6229
6229
|
}
|
|
6230
6230
|
}
|
|
6231
|
-
}
|
|
6231
|
+
},
|
|
6232
|
+
alignmentModel: {}
|
|
6232
6233
|
}).argsValid((ctx) => ctx.args.datasetRef !== void 0 && ctx.args.sequencesRef.length > 0).output(
|
|
6233
6234
|
"datasetOptions",
|
|
6234
6235
|
(ctx) => ctx.resultPool.getOptions(
|
|
@@ -6279,7 +6280,12 @@
|
|
|
6279
6280
|
return ctx.resultPool.getCanonicalOptions(
|
|
6280
6281
|
{ main: ref },
|
|
6281
6282
|
sequenceMatchers,
|
|
6282
|
-
{
|
|
6283
|
+
{
|
|
6284
|
+
ignoreMissingDomains: true,
|
|
6285
|
+
labelOps: {
|
|
6286
|
+
includeNativeLabel: true
|
|
6287
|
+
}
|
|
6288
|
+
}
|
|
6283
6289
|
);
|
|
6284
6290
|
}).output("isSingleCell", (ctx) => {
|
|
6285
6291
|
if (ctx.args.datasetRef === void 0) return void 0;
|
|
@@ -6300,11 +6306,44 @@
|
|
|
6300
6306
|
(_) => true,
|
|
6301
6307
|
(_c = ctx.uiState) == null ? void 0 : _c.tableState
|
|
6302
6308
|
);
|
|
6309
|
+
}).output("msaPf", (ctx) => {
|
|
6310
|
+
var _a, _b;
|
|
6311
|
+
const msaCols = (_b = (_a = ctx.outputs) == null ? void 0 : _a.resolve("msaPf")) == null ? void 0 : _b.getPColumns();
|
|
6312
|
+
if (!msaCols) return void 0;
|
|
6313
|
+
const datasetRef = ctx.args.datasetRef;
|
|
6314
|
+
if (datasetRef === void 0)
|
|
6315
|
+
return void 0;
|
|
6316
|
+
const sequencesRef = ctx.args.sequencesRef;
|
|
6317
|
+
if (sequencesRef.length === 0)
|
|
6318
|
+
return void 0;
|
|
6319
|
+
const seqCols = ctx.resultPool.getAnchoredPColumns(
|
|
6320
|
+
{ main: datasetRef },
|
|
6321
|
+
sequencesRef.map((s2) => JSON.parse(s2))
|
|
6322
|
+
);
|
|
6323
|
+
if (seqCols === void 0)
|
|
6324
|
+
return void 0;
|
|
6325
|
+
return Dn(ctx, [...msaCols, ...seqCols]);
|
|
6326
|
+
}).output("linkerColumnId", (ctx) => {
|
|
6327
|
+
var _a, _b, _c;
|
|
6328
|
+
const pCols = (_b = (_a = ctx.outputs) == null ? void 0 : _a.resolve("msaPf")) == null ? void 0 : _b.getPColumns();
|
|
6329
|
+
if (!pCols) return void 0;
|
|
6330
|
+
return (_c = pCols.find((p2) => {
|
|
6331
|
+
var _a2;
|
|
6332
|
+
return ((_a2 = p2.spec.annotations) == null ? void 0 : _a2["pl7.app/isLinkerColumn"]) === "true";
|
|
6333
|
+
})) == null ? void 0 : _c.id;
|
|
6303
6334
|
}).output("clusterAbundanceSpec", (ctx) => {
|
|
6304
6335
|
var _a, _b;
|
|
6305
6336
|
const spec = (_b = (_a = ctx.outputs) == null ? void 0 : _a.resolve("clusterAbundanceSpec")) == null ? void 0 : _b.getDataAsJson();
|
|
6306
6337
|
if (spec === void 0) return void 0;
|
|
6307
6338
|
return spec;
|
|
6339
|
+
}).output("inputSpec", (ctx) => {
|
|
6340
|
+
const anchor = ctx.args.datasetRef;
|
|
6341
|
+
if (anchor === void 0)
|
|
6342
|
+
return void 0;
|
|
6343
|
+
const anchorSpec = ctx.resultPool.getPColumnSpecByRef(anchor);
|
|
6344
|
+
if (anchorSpec === void 0)
|
|
6345
|
+
return void 0;
|
|
6346
|
+
return anchorSpec;
|
|
6308
6347
|
}).output("clustersPf", (ctx) => {
|
|
6309
6348
|
var _a, _b;
|
|
6310
6349
|
const pCols = (_b = (_a = ctx.outputs) == null ? void 0 : _a.resolve("pf")) == null ? void 0 : _b.getPColumns();
|