@platforma-open/milaboratories.clonotype-clustering.model 2.6.1 → 2.7.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 +32 -4
- package/dist/bundle.js.map +1 -1
- package/dist/index.cjs +31 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +28 -1
- package/dist/index.d.ts +28 -1
- package/dist/index.js +31 -4
- package/dist/index.js.map +1 -1
- package/dist/model.json +1 -1
- package/package.json +1 -1
- package/src/index.ts +36 -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.7.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
|
-
[
|
|
15
|
-
[
|
|
16
|
-
[
|
|
17
|
-
[
|
|
18
|
-
[
|
|
19
|
-
[
|
|
14
|
+
[32mCJS[39m [1mdist/index.cjs [22m[32m5.12 KB[39m
|
|
15
|
+
[32mCJS[39m [1mdist/index.cjs.map [22m[32m12.50 KB[39m
|
|
16
|
+
[32mCJS[39m ⚡️ Build success in 146ms
|
|
17
|
+
[32mESM[39m [1mdist/index.js [22m[32m5.11 KB[39m
|
|
18
|
+
[32mESM[39m [1mdist/index.js.map [22m[32m12.44 KB[39m
|
|
19
|
+
[32mESM[39m ⚡️ Build success in 146ms
|
|
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 2370ms
|
|
22
|
+
[32mDTS[39m [1mdist/index.d.cts [22m[32m6.18 KB[39m
|
|
23
|
+
[32mDTS[39m [1mdist/index.d.ts [22m[32m6.18 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[2m190.65 kB[22m[1m[22m[2m │ gzip: 37.22 kB[22m[2m │ map: 406.91 kB[22m
|
|
30
|
+
[2mdist/[22m[36mbundle.js [39m[1m[2m203.69 kB[22m[1m[22m[2m │ gzip: 37.87 kB[22m[2m │ map: 408.52 kB[22m
|
|
31
|
+
[32m✓ built in 737ms[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @platforma-open/milaboratories.clonotype-clustering.model
|
|
2
2
|
|
|
3
|
+
## 2.7.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- e4317b5: Add cluster size histogram, remove advanced settings panel and fix plot defaults picking up data from previous block if there is another clonotype-clustering block.
|
|
8
|
+
|
|
3
9
|
## 2.6.1
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
package/dist/bundle.js
CHANGED
|
@@ -6131,8 +6131,8 @@
|
|
|
6131
6131
|
similarityType: "sequence-identity",
|
|
6132
6132
|
coverageThreshold: 0.8,
|
|
6133
6133
|
// default value matching MMseqs2 default
|
|
6134
|
-
coverageMode:
|
|
6135
|
-
// default to coverage of target
|
|
6134
|
+
coverageMode: 0
|
|
6135
|
+
// default to coverage of query and target
|
|
6136
6136
|
}).withUiState({
|
|
6137
6137
|
title: "Clonotype Clustering",
|
|
6138
6138
|
tableState: {
|
|
@@ -6148,7 +6148,22 @@
|
|
|
6148
6148
|
}
|
|
6149
6149
|
}
|
|
6150
6150
|
},
|
|
6151
|
-
alignmentModel: {}
|
|
6151
|
+
alignmentModel: {},
|
|
6152
|
+
graphStateHistogram: {
|
|
6153
|
+
title: "Histogram",
|
|
6154
|
+
template: "bins",
|
|
6155
|
+
currentTab: null,
|
|
6156
|
+
layersSettings: {
|
|
6157
|
+
bins: { fillColor: "#99e099" }
|
|
6158
|
+
},
|
|
6159
|
+
axesSettings: {
|
|
6160
|
+
axisY: {
|
|
6161
|
+
axisLabelsAngle: 90,
|
|
6162
|
+
scale: "log"
|
|
6163
|
+
},
|
|
6164
|
+
other: { binsCount: 30 }
|
|
6165
|
+
}
|
|
6166
|
+
}
|
|
6152
6167
|
}).argsValid((ctx) => ctx.args.datasetRef !== void 0 && ctx.args.sequencesRef.length > 0).output(
|
|
6153
6168
|
"datasetOptions",
|
|
6154
6169
|
(ctx) => ctx.resultPool.getOptions(
|
|
@@ -6270,6 +6285,18 @@
|
|
|
6270
6285
|
return void 0;
|
|
6271
6286
|
}
|
|
6272
6287
|
return Rn(ctx, pCols);
|
|
6288
|
+
}).output("clustersPfPcols", (ctx) => {
|
|
6289
|
+
var _a, _b;
|
|
6290
|
+
const pCols = (_b = (_a = ctx.outputs) == null ? void 0 : _a.resolve("pf")) == null ? void 0 : _b.getPColumns();
|
|
6291
|
+
if (pCols === void 0) {
|
|
6292
|
+
return void 0;
|
|
6293
|
+
}
|
|
6294
|
+
return pCols.map(
|
|
6295
|
+
(c2) => ({
|
|
6296
|
+
columnId: c2.id,
|
|
6297
|
+
spec: c2.spec
|
|
6298
|
+
})
|
|
6299
|
+
);
|
|
6273
6300
|
}).output("isRunning", (ctx) => {
|
|
6274
6301
|
var _a;
|
|
6275
6302
|
return ((_a = ctx.outputs) == null ? void 0 : _a.getIsReadyOrError()) === false;
|
|
@@ -6278,7 +6305,8 @@
|
|
|
6278
6305
|
return ((_a = ctx.uiState) == null ? void 0 : _a.title) ?? "Clonotype Clustering";
|
|
6279
6306
|
}).sections((_ctx) => [
|
|
6280
6307
|
{ type: "link", href: "/", label: "Main" },
|
|
6281
|
-
{ type: "link", href: "/bubble", label: "Clusters Plot" }
|
|
6308
|
+
{ type: "link", href: "/bubble", label: "Clusters Plot" },
|
|
6309
|
+
{ type: "link", href: "/histogram", label: "Cluster Size Histogram" }
|
|
6282
6310
|
]).done();
|
|
6283
6311
|
exports2.model = model;
|
|
6284
6312
|
Object.defineProperty(exports2, Symbol.toStringTag, { value: "Module" });
|