Skip to content

Commit ab6e327

Browse files
Auto-generated changes
1 parent ea336b9 commit ab6e327

9 files changed

Lines changed: 65 additions & 20 deletions

File tree

.changeset/tcr-chain-label-mapping.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

block/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
## 1.0.0
22

3+
## 1.7.0
4+
5+
### Minor Changes
6+
7+
- 6696896: Fix inverted TCR chain labels. Chain letter A is the D-recombining chain, so for TCRAB it is beta and for TCRGD it is delta — CDR3 and full-chain column labels, and the partial-coverage info messages, named the other chain. PColumn names and chain domains are unchanged; only labels move.
8+
9+
Per-chain CDR3 descriptions no longer name antibody loops (CDR-H3 / CDR-L3) on TCR input.
10+
11+
Adds a Tengo unit test covering the chain-letter to label mapping for all three receptors, and wires `pl-tengo test` into the workflow package so it runs.
12+
13+
Orders paired-chain columns by the receptor's spoken naming — alpha before beta, gamma before delta — instead of by chain slot. IG keeps heavy before light. The default scatter and histogram source stays on chain A.
14+
15+
Derives the chain slot from the locus on bulk input instead of assuming chain A. Bulk TCRAlpha, TCRGamma, IGLight, IGKappa and IGLambda datasets were labelled as their paired partner; their emitted scClonotypeChain domain now reads B rather than A.
16+
317
## 1.6.0
418

519
### Minor Changes

block/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@platforma-open/milaboratories.sequence-properties",
3-
"version": "1.6.0",
3+
"version": "1.7.0",
44
"files": [
55
"dist",
66
"block-pack"

software/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @platforma-open/MiLaboratories.sequence-properties.software
22

3+
## 1.3.0
4+
5+
### Minor Changes
6+
7+
- 6696896: Fix inverted TCR chain labels. Chain letter A is the D-recombining chain, so for TCRAB it is beta and for TCRGD it is delta — CDR3 and full-chain column labels, and the partial-coverage info messages, named the other chain. PColumn names and chain domains are unchanged; only labels move.
8+
9+
Per-chain CDR3 descriptions no longer name antibody loops (CDR-H3 / CDR-L3) on TCR input.
10+
11+
Adds a Tengo unit test covering the chain-letter to label mapping for all three receptors, and wires `pl-tengo test` into the workflow package so it runs.
12+
13+
Orders paired-chain columns by the receptor's spoken naming — alpha before beta, gamma before delta — instead of by chain slot. IG keeps heavy before light. The default scatter and histogram source stays on chain A.
14+
15+
Derives the chain slot from the locus on bulk input instead of assuming chain A. Bulk TCRAlpha, TCRGamma, IGLight, IGKappa and IGLambda datasets were labelled as their paired partner; their emitted scClonotypeChain domain now reads B rather than A.
16+
317
## 1.2.2
418

519
### Patch Changes

software/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@platforma-open/milaboratories.sequence-properties.software",
3-
"version": "1.2.2",
3+
"version": "1.3.0",
44
"description": "Block Software",
55
"files": [
66
"./dist/**/*"

ui/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @platforma-open/MiLaboratories.sequence-properties.ui
22

3+
## 1.5.0
4+
5+
### Minor Changes
6+
7+
- 6696896: Fix inverted TCR chain labels. Chain letter A is the D-recombining chain, so for TCRAB it is beta and for TCRGD it is delta — CDR3 and full-chain column labels, and the partial-coverage info messages, named the other chain. PColumn names and chain domains are unchanged; only labels move.
8+
9+
Per-chain CDR3 descriptions no longer name antibody loops (CDR-H3 / CDR-L3) on TCR input.
10+
11+
Adds a Tengo unit test covering the chain-letter to label mapping for all three receptors, and wires `pl-tengo test` into the workflow package so it runs.
12+
13+
Orders paired-chain columns by the receptor's spoken naming — alpha before beta, gamma before delta — instead of by chain slot. IG keeps heavy before light. The default scatter and histogram source stays on chain A.
14+
15+
Derives the chain slot from the locus on bulk input instead of assuming chain A. Bulk TCRAlpha, TCRGamma, IGLight, IGKappa and IGLambda datasets were labelled as their paired partner; their emitted scClonotypeChain domain now reads B rather than A.
16+
317
## 1.4.2
418

519
### Patch Changes

ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@platforma-open/milaboratories.sequence-properties.ui",
3-
"version": "1.4.2",
3+
"version": "1.5.0",
44
"private": true,
55
"type": "module",
66
"scripts": {

workflow/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# @platforma-open/MiLaboratories.sequence-properties.workflow
22

3+
## 1.5.0
4+
5+
### Minor Changes
6+
7+
- 6696896: Fix inverted TCR chain labels. Chain letter A is the D-recombining chain, so for TCRAB it is beta and for TCRGD it is delta — CDR3 and full-chain column labels, and the partial-coverage info messages, named the other chain. PColumn names and chain domains are unchanged; only labels move.
8+
9+
Per-chain CDR3 descriptions no longer name antibody loops (CDR-H3 / CDR-L3) on TCR input.
10+
11+
Adds a Tengo unit test covering the chain-letter to label mapping for all three receptors, and wires `pl-tengo test` into the workflow package so it runs.
12+
13+
Orders paired-chain columns by the receptor's spoken naming — alpha before beta, gamma before delta — instead of by chain slot. IG keeps heavy before light. The default scatter and histogram source stays on chain A.
14+
15+
Derives the chain slot from the locus on bulk input instead of assuming chain A. Bulk TCRAlpha, TCRGamma, IGLight, IGKappa and IGLambda datasets were labelled as their paired partner; their emitted scClonotypeChain domain now reads B rather than A.
16+
17+
### Patch Changes
18+
19+
- Updated dependencies [6696896]
20+
- @platforma-open/milaboratories.sequence-properties.software@1.3.0
21+
322
## 1.4.0
423

524
### Minor Changes

workflow/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@platforma-open/milaboratories.sequence-properties.workflow",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"private": true,
55
"description": "Block Workflow",
66
"type": "module",

0 commit comments

Comments
 (0)