Skip to content

Commit

Permalink
Fix alphabet annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
PoslavskySV committed Nov 13, 2024
1 parent 7896e61 commit 204e8ff
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 21 deletions.
5 changes: 5 additions & 0 deletions .changeset/rude-wombats-beg.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@platforma-open/milaboratories.mixcr-clonotyping.workflow': patch
---

Fix alphabet annotation
42 changes: 21 additions & 21 deletions workflow/src/pfconv_params.lib.tengo
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ getColumns := func(blockId) {
"name": "pl7.app/vdj/sequence",
"domain": {
"pl7.app/vdj/feature": "FR1",
"alphabet": "aminoacid"
"pl7.app/alphabet": "aminoacid"
},
"annotations": {
"pl7.app/label": "FR1 aa",
Expand All @@ -438,7 +438,7 @@ getColumns := func(blockId) {
"name": "pl7.app/vdj/sequence",
"domain": {
"pl7.app/vdj/feature": "FR2",
"alphabet": "aminoacid"
"pl7.app/alphabet": "aminoacid"
},
"annotations": {
"pl7.app/label": "FR2 aa",
Expand All @@ -454,7 +454,7 @@ getColumns := func(blockId) {
"name": "pl7.app/vdj/sequence",
"domain": {
"pl7.app/vdj/feature": "FR3",
"alphabet": "aminoacid"
"pl7.app/alphabet": "aminoacid"
},
"annotations": {
"pl7.app/label": "FR3 aa",
Expand All @@ -470,7 +470,7 @@ getColumns := func(blockId) {
"name": "pl7.app/vdj/sequence",
"domain": {
"pl7.app/vdj/feature": "FR4",
"alphabet": "aminoacid"
"pl7.app/alphabet": "aminoacid"
},
"annotations": {
"pl7.app/label": "FR4 aa",
Expand All @@ -486,7 +486,7 @@ getColumns := func(blockId) {
"name": "pl7.app/vdj/sequence",
"domain": {
"pl7.app/vdj/feature": "CDR1",
"alphabet": "aminoacid"
"pl7.app/alphabet": "aminoacid"
},
"annotations": {
"pl7.app/label": "CDR1 aa",
Expand All @@ -502,7 +502,7 @@ getColumns := func(blockId) {
"name": "pl7.app/vdj/sequence",
"domain": {
"pl7.app/vdj/feature": "CDR2",
"alphabet": "aminoacid"
"pl7.app/alphabet": "aminoacid"
},
"annotations": {
"pl7.app/label": "CDR2 aa",
Expand All @@ -518,7 +518,7 @@ getColumns := func(blockId) {
"name": "pl7.app/vdj/sequence",
"domain": {
"pl7.app/vdj/feature": "CDR3",
"alphabet": "aminoacid"
"pl7.app/alphabet": "aminoacid"
},
"annotations": {
"pl7.app/label": "CDR3 aa",
Expand All @@ -534,7 +534,7 @@ getColumns := func(blockId) {
"valueType": "String",
"domain": {
"pl7.app/vdj/feature": "FR1",
"alphabet": "nucleotide"
"pl7.app/alphabet": "nucleotide"
},
"annotations": {
"pl7.app/label": "FR1 imputed nt",
Expand All @@ -550,7 +550,7 @@ getColumns := func(blockId) {
"valueType": "String",
"domain": {
"pl7.app/vdj/feature": "FR2",
"alphabet": "nucleotide"
"pl7.app/alphabet": "nucleotide"
},
"annotations": {
"pl7.app/label": "FR2 imputed nt",
Expand All @@ -566,7 +566,7 @@ getColumns := func(blockId) {
"valueType": "String",
"domain": {
"pl7.app/vdj/feature": "FR3",
"alphabet": "nucleotide"
"pl7.app/alphabet": "nucleotide"
},
"annotations": {
"pl7.app/label": "FR3 imputed nt",
Expand All @@ -582,7 +582,7 @@ getColumns := func(blockId) {
"valueType": "String",
"domain": {
"pl7.app/vdj/feature": "FR4",
"alphabet": "nucleotide"
"pl7.app/alphabet": "nucleotide"
},
"annotations": {
"pl7.app/label": "FR4 imputed nt",
Expand All @@ -598,7 +598,7 @@ getColumns := func(blockId) {
"valueType": "String",
"domain": {
"pl7.app/vdj/feature": "CDR1",
"alphabet": "nucleotide"
"pl7.app/alphabet": "nucleotide"
},
"annotations": {
"pl7.app/label": "CDR1 imputed nt",
Expand All @@ -614,7 +614,7 @@ getColumns := func(blockId) {
"valueType": "String",
"domain": {
"pl7.app/vdj/feature": "CDR2",
"alphabet": "nucleotide"
"pl7.app/alphabet": "nucleotide"
},
"annotations": {
"pl7.app/label": "CDR2 imputed nt",
Expand All @@ -630,7 +630,7 @@ getColumns := func(blockId) {
"valueType": "String",
"domain": {
"pl7.app/vdj/feature": "CDR3",
"alphabet": "nucleotide"
"pl7.app/alphabet": "nucleotide"
},
"annotations": {
"pl7.app/label": "CDR3 imputed nt",
Expand All @@ -646,7 +646,7 @@ getColumns := func(blockId) {
"name": "pl7.app/vdj/sequence",
"domain": {
"pl7.app/vdj/feature": "FR1",
"alphabet": "aminoacid"
"pl7.app/alphabet": "aminoacid"
},
"annotations": {
"pl7.app/label": "FR1 imputed aa",
Expand All @@ -662,7 +662,7 @@ getColumns := func(blockId) {
"name": "pl7.app/vdj/sequence",
"domain": {
"pl7.app/vdj/feature": "FR2",
"alphabet": "aminoacid"
"pl7.app/alphabet": "aminoacid"
},
"annotations": {
"pl7.app/label": "FR2 imputed aa",
Expand All @@ -678,7 +678,7 @@ getColumns := func(blockId) {
"name": "pl7.app/vdj/sequence",
"domain": {
"pl7.app/vdj/feature": "FR3",
"alphabet": "aminoacid"
"pl7.app/alphabet": "aminoacid"
},
"annotations": {
"pl7.app/label": "FR3 imputed aa",
Expand All @@ -694,7 +694,7 @@ getColumns := func(blockId) {
"name": "pl7.app/vdj/sequence",
"domain": {
"pl7.app/vdj/feature": "FR4",
"alphabet": "aminoacid"
"pl7.app/alphabet": "aminoacid"
},
"annotations": {
"pl7.app/label": "FR4 imputed aa",
Expand All @@ -710,7 +710,7 @@ getColumns := func(blockId) {
"name": "pl7.app/vdj/sequence",
"domain": {
"pl7.app/vdj/feature": "CDR1",
"alphabet": "aminoacid"
"pl7.app/alphabet": "aminoacid"
},
"annotations": {
"pl7.app/label": "CDR1 imputed aa",
Expand All @@ -726,7 +726,7 @@ getColumns := func(blockId) {
"name": "pl7.app/vdj/sequence",
"domain": {
"pl7.app/vdj/feature": "CDR2",
"alphabet": "aminoacid"
"pl7.app/alphabet": "aminoacid"
},
"annotations": {
"pl7.app/label": "CDR2 imputed aa",
Expand All @@ -742,7 +742,7 @@ getColumns := func(blockId) {
"name": "pl7.app/vdj/sequence",
"domain": {
"pl7.app/vdj/feature": "CDR3",
"alphabet": "aminoacid"
"pl7.app/alphabet": "aminoacid"
},
"annotations": {
"pl7.app/label": "CDR3 imputed aa",
Expand Down

0 comments on commit 204e8ff

Please sign in to comment.