@platforma-open/milaboratories.clonotype-enrichment.model 2.1.2 → 2.2.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.
@@ -1,6 +1,6 @@
1
1
   WARN  Issue while reading "/home/runner/work/clonotype-enrichment/clonotype-enrichment/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
2
2
 
3
- > @platforma-open/milaboratories.clonotype-enrichment.model@2.1.2 build /home/runner/work/clonotype-enrichment/clonotype-enrichment/model
3
+ > @platforma-open/milaboratories.clonotype-enrichment.model@2.2.0 build /home/runner/work/clonotype-enrichment/clonotype-enrichment/model
4
4
  > tsup && vite build && block-tools build-model
5
5
 
6
6
  CLI Building entry: src/index.ts
@@ -11,21 +11,21 @@
11
11
  CLI Cleaning output folder
12
12
  CJS Build start
13
13
  ESM Build start
14
- CJS dist/index.cjs 4.27 KB
15
- CJS dist/index.cjs.map 11.19 KB
16
- CJS ⚡️ Build success in 153ms
17
- ESM dist/index.js 4.25 KB
18
- ESM dist/index.js.map 11.11 KB
14
+ ESM dist/index.js 4.11 KB
15
+ ESM dist/index.js.map 10.99 KB
19
16
  ESM ⚡️ Build success in 153ms
17
+ CJS dist/index.cjs 4.15 KB
18
+ CJS dist/index.cjs.map 11.07 KB
19
+ CJS ⚡️ Build success in 154ms
20
20
  DTS Build start
21
- DTS ⚡️ Build success in 2225ms
22
- DTS dist/index.d.cts 3.85 KB
23
- DTS dist/index.d.ts 3.85 KB
21
+ DTS ⚡️ Build success in 2281ms
22
+ DTS dist/index.d.cts 3.81 KB
23
+ DTS dist/index.d.ts 3.81 KB
24
24
  vite v6.2.4 building for production...
25
25
  transforming...
26
26
  ✓ 7 modules transformed.
27
27
  rendering chunks...
28
28
  computing gzip size...
29
- dist/bundle.js 176.15 kB │ gzip: 33.54 kB │ map: 373.97 kB
30
- dist/bundle.js 188.30 kB │ gzip: 34.14 kB │ map: 375.41 kB
31
- ✓ built in 792ms
29
+ dist/bundle.js 175.88 kB │ gzip: 33.50 kB │ map: 373.93 kB
30
+ dist/bundle.js 188.02 kB │ gzip: 34.09 kB │ map: 375.37 kB
31
+ ✓ built in 847ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @platforma-open/milaboratories.clonotype-enrichment.model
2
2
 
3
+ ## 2.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 919ae72: Updated clonotype labels
8
+
9
+ ## 2.1.3
10
+
11
+ ### Patch Changes
12
+
13
+ - a6123ff: Switched clonotype labels to CDR3 sequences
14
+
3
15
  ## 2.1.2
4
16
 
5
17
  ### Patch Changes
package/dist/bundle.js CHANGED
@@ -5737,13 +5737,14 @@
5737
5737
  filters: []
5738
5738
  }
5739
5739
  },
5740
- volcanoState: {
5741
- title: "Clonotype enrichment",
5742
- template: "dots"
5743
- },
5744
5740
  bubbleState: {
5745
5741
  title: "Clonotype enrichment",
5746
- template: "bubble"
5742
+ template: "bubble",
5743
+ layersSettings: {
5744
+ bubble: {
5745
+ normalizationDirection: null
5746
+ }
5747
+ }
5747
5748
  },
5748
5749
  lineState: {
5749
5750
  title: "Clonotype enrichment",
@@ -5822,17 +5823,12 @@
5822
5823
  })
5823
5824
  );
5824
5825
  }).output("bubblePf", (ctx) => {
5825
- var _a, _b, _c, _d;
5826
+ var _a, _b;
5826
5827
  const pCols = (_b = (_a = ctx.outputs) == null ? void 0 : _a.resolve("bubblePf")) == null ? void 0 : _b.getPColumns();
5827
5828
  if (pCols === void 0) {
5828
5829
  return void 0;
5829
5830
  }
5830
- const labelPCol = (_d = (_c = ctx.outputs) == null ? void 0 : _c.resolve("clonotypeMapPf")) == null ? void 0 : _d.getPColumns();
5831
- if (labelPCol === void 0) {
5832
- return void 0;
5833
- }
5834
- const pColsWithLabel = [...pCols, ...labelPCol];
5835
- return ctx.createPFrame(pColsWithLabel);
5831
+ return Ht(ctx, pCols);
5836
5832
  }).output("bubblePcols", (ctx) => {
5837
5833
  var _a, _b;
5838
5834
  const pCols = (_b = (_a = ctx.outputs) == null ? void 0 : _a.resolve("bubblePf")) == null ? void 0 : _b.getPColumns();
@@ -5851,14 +5847,14 @@
5851
5847
  if (pCols === void 0) {
5852
5848
  return void 0;
5853
5849
  }
5854
- return ctx.createPFrame(pCols);
5850
+ return Ht(ctx, pCols);
5855
5851
  }).output("linePf", (ctx) => {
5856
5852
  var _a, _b;
5857
5853
  const pCols = (_b = (_a = ctx.outputs) == null ? void 0 : _a.resolve("linePf")) == null ? void 0 : _b.getPColumns();
5858
5854
  if (pCols === void 0) {
5859
5855
  return void 0;
5860
5856
  }
5861
- return ctx.createPFrame(pCols);
5857
+ return Ht(ctx, pCols);
5862
5858
  }).sections((_ctx) => [
5863
5859
  { type: "link", href: "/", label: "Main" },
5864
5860
  { type: "link", href: "/buble", label: "Enriched bubble plot" },