@platforma-open/milaboratories.immune-assay-data.model 1.5.2 → 1.5.3
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 +4 -4
- package/.turbo/turbo-lint.log +1 -1
- package/.turbo/turbo-type-check.log +1 -1
- package/CHANGELOG.md +6 -0
- package/dist/bundle.js +25 -2
- package/dist/bundle.js.map +1 -1
- package/dist/index.cjs +7 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +7 -2
- package/dist/index.js.map +1 -1
- package/dist/label.cjs +22 -0
- package/dist/label.cjs.map +1 -0
- package/dist/label.d.ts +7 -0
- package/dist/label.d.ts.map +1 -0
- package/dist/label.js +20 -0
- package/dist/label.js.map +1 -0
- package/dist/model.json +1 -1
- package/package.json +3 -3
- package/src/index.ts +8 -1
- package/src/label.ts +27 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
WARN Issue while reading "/home/runner/work/immune-assay-data/immune-assay-data/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
|
|
2
2
|
|
|
3
|
-
> @platforma-open/milaboratories.immune-assay-data.model@1.5.
|
|
3
|
+
> @platforma-open/milaboratories.immune-assay-data.model@1.5.3 build /home/runner/work/immune-assay-data/immune-assay-data/model
|
|
4
4
|
> ts-builder build --target block-model && block-tools build-model
|
|
5
5
|
|
|
6
6
|
Building block-model project...
|
|
7
7
|
↳ rollup -c /home/runner/work/immune-assay-data/immune-assay-data/node_modules/.pnpm/@milaboratories+ts-builder@1.2.4_@microsoft+api-extractor@7.55.2_@types+node@24.5.2__@types+n_2542zcbhivqjvvaw7mnpl5fyam/node_modules/@milaboratories/ts-builder/dist/configs/rollup.block-model.config.js
|
|
8
8
|
[36m
|
|
9
9
|
[1m./src/index.ts[22m → [1mdist, dist[22m...[39m
|
|
10
|
-
[32mcreated [1mdist, dist[22m in [
|
|
10
|
+
[32mcreated [1mdist, dist[22m in [1m1s[22m[39m
|
|
11
11
|
[36m
|
|
12
12
|
[1m./src/index.ts[22m → [1mdist[22m...[39m
|
|
13
13
|
[1m[33m(!) Circular dependency[39m[22m
|
|
14
|
-
../node_modules/.pnpm/@platforma-sdk+model@1.53.
|
|
15
|
-
[32mcreated [1mdist[22m in [
|
|
14
|
+
../node_modules/.pnpm/@platforma-sdk+model@1.53.3/node_modules/@platforma-sdk/model/dist/components/PFrameForGraphs.js -> ../node_modules/.pnpm/@platforma-sdk+model@1.53.3/node_modules/@platforma-sdk/model/dist/pframe_utils/columns.js -> ../node_modules/.pnpm/@platforma-sdk+model@1.53.3/node_modules/@platforma-sdk/model/dist/components/PFrameForGraphs.js
|
|
15
|
+
[32mcreated [1mdist[22m in [1m2.4s[22m[39m
|
|
16
16
|
Build completed successfully
|
package/.turbo/turbo-lint.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
WARN Issue while reading "/home/runner/work/immune-assay-data/immune-assay-data/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
|
|
2
2
|
|
|
3
|
-
> @platforma-open/milaboratories.immune-assay-data.model@1.5.
|
|
3
|
+
> @platforma-open/milaboratories.immune-assay-data.model@1.5.3 lint /home/runner/work/immune-assay-data/immune-assay-data/model
|
|
4
4
|
> eslint .
|
|
5
5
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
WARN Issue while reading "/home/runner/work/immune-assay-data/immune-assay-data/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
|
|
2
2
|
|
|
3
|
-
> @platforma-open/milaboratories.immune-assay-data.model@1.5.
|
|
3
|
+
> @platforma-open/milaboratories.immune-assay-data.model@1.5.3 type-check /home/runner/work/immune-assay-data/immune-assay-data/model
|
|
4
4
|
> ts-builder types --target block-model
|
|
5
5
|
|
|
6
6
|
↳ tsc --noEmit --project ./tsconfig.json --customConditions ,
|
package/CHANGELOG.md
CHANGED
package/dist/bundle.js
CHANGED
|
@@ -7524,7 +7524,7 @@
|
|
|
7524
7524
|
}
|
|
7525
7525
|
}
|
|
7526
7526
|
|
|
7527
|
-
var version = "1.53.
|
|
7527
|
+
var version = "1.53.3";
|
|
7528
7528
|
|
|
7529
7529
|
const PlatformaSDKVersion = version;
|
|
7530
7530
|
|
|
@@ -8587,6 +8587,24 @@
|
|
|
8587
8587
|
errors: z.lazy(() => ErrorShape.array()).optional(),
|
|
8588
8588
|
});
|
|
8589
8589
|
|
|
8590
|
+
function getDefaultBlockLabel(data) {
|
|
8591
|
+
const parts = [];
|
|
8592
|
+
// Add file name if available
|
|
8593
|
+
if (data.fileName) {
|
|
8594
|
+
parts.push(data.fileName);
|
|
8595
|
+
}
|
|
8596
|
+
// Add similarity type label
|
|
8597
|
+
const similarityLabel = data.similarityType === 'alignment-score' ? 'BLOSUM' : 'Exact Match';
|
|
8598
|
+
if (similarityLabel) {
|
|
8599
|
+
parts.push(similarityLabel);
|
|
8600
|
+
}
|
|
8601
|
+
// Add identity threshold
|
|
8602
|
+
parts.push(`ident:${data.identity}`);
|
|
8603
|
+
// Add coverage threshold
|
|
8604
|
+
parts.push(`cov:${data.coverageThreshold}`);
|
|
8605
|
+
return parts.filter(Boolean).join(', ');
|
|
8606
|
+
}
|
|
8607
|
+
|
|
8590
8608
|
function getColumns(ctx) {
|
|
8591
8609
|
const anchor = ctx.args.datasetRef;
|
|
8592
8610
|
if (anchor === undefined)
|
|
@@ -8607,7 +8625,11 @@
|
|
|
8607
8625
|
}
|
|
8608
8626
|
const model = BlockModel.create()
|
|
8609
8627
|
.withArgs({
|
|
8610
|
-
defaultBlockLabel:
|
|
8628
|
+
defaultBlockLabel: getDefaultBlockLabel({
|
|
8629
|
+
similarityType: 'alignment-score',
|
|
8630
|
+
identity: 0.9,
|
|
8631
|
+
coverageThreshold: 0.95,
|
|
8632
|
+
}),
|
|
8611
8633
|
customBlockLabel: '',
|
|
8612
8634
|
settings: {
|
|
8613
8635
|
coverageThreshold: 0.95, // default value matching MMseqs2 default
|
|
@@ -8728,6 +8750,7 @@
|
|
|
8728
8750
|
]))
|
|
8729
8751
|
.done(2);
|
|
8730
8752
|
|
|
8753
|
+
exports.getDefaultBlockLabel = getDefaultBlockLabel;
|
|
8731
8754
|
exports.model = model;
|
|
8732
8755
|
|
|
8733
8756
|
}));
|