Skip to content

Commit b8af059

Browse files
committed
Custom library support
1 parent 23eea60 commit b8af059

File tree

10 files changed

+823
-454
lines changed

10 files changed

+823
-454
lines changed

.changeset/bitter-wolves-exist.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
'@platforma-open/milaboratories.mixcr-shm-trees.workflow': minor
3+
'@platforma-open/milaboratories.mixcr-shm-trees.model': minor
4+
'@platforma-open/milaboratories.mixcr-shm-trees.test': minor
5+
'@platforma-open/milaboratories.mixcr-shm-trees.ui': minor
6+
---
7+
8+
SDK Upgrade

.changeset/tricky-hands-say.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@platforma-open/milaboratories.mixcr-shm-trees.workflow': minor
3+
---
4+
5+
Custom library support

model/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ function basketColumns(ctx: RenderCtx<BlockArgs, UiState>): BasketColumns | unde
151151
axesSpec.push(...bigAxesSpec.slice(0, 3));
152152
else throw new Error(`Unexpected axes structureL: ${JSON.stringify(bigAxesSpec)}`);
153153

154-
const toKey = (id: FullNodeId): PColumnValue[] =>
154+
const toKey = (id: FullNodeId): (number | string)[] =>
155155
hasSubtreeId
156156
? [pValueToStringOrNumber(id.donorId), id.treeId, Number(id.subtreeId!), id.nodeId]
157157
: [pValueToStringOrNumber(id.donorId), id.treeId, id.nodeId];

0 commit comments

Comments
 (0)