@platforma-open/milaboratories.mixcr-shm-trees.workflow 3.4.0 → 3.5.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,5 +1,5 @@
1
1
 
2
- > @platforma-open/milaboratories.mixcr-shm-trees.workflow@3.4.0 build /home/runner/work/mixcr-shm-trees/mixcr-shm-trees/workflow
2
+ > @platforma-open/milaboratories.mixcr-shm-trees.workflow@3.5.0 build /home/runner/work/mixcr-shm-trees/mixcr-shm-trees/workflow
3
3
  > rm -rf dist && pl-tengo check && pl-tengo build
4
4
 
5
5
  Processing "src/export-settings.lib.tengo"...
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @platforma-open/milaboratories.mixcr-shm-trees.workflow
2
2
 
3
+ ## 3.5.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 591630e: Descrete columns annotation
8
+
3
9
  ## 3.4.0
4
10
 
5
11
  ### Minor Changes
@@ -149,6 +149,7 @@ shmTreeTableOptions := func(dataDescription) {
149
149
  annotations: {
150
150
  type: "V gene name",
151
151
  "pl7.app/label": "V gene",
152
+ "pl7.app/isDiscreteFilter": "true",
152
153
  "pl7.app/table/visibility": "default",
153
154
  "pl7.app/table/orderPriority": "30000"
154
155
  }
@@ -169,6 +170,7 @@ shmTreeTableOptions := func(dataDescription) {
169
170
  annotations: {
170
171
  type: "J gene name",
171
172
  "pl7.app/label": "J gene",
173
+ "pl7.app/isDiscreteFilter": "true",
172
174
  "pl7.app/table/visibility": "default",
173
175
  "pl7.app/table/orderPriority": "29000"
174
176
  }
@@ -185,6 +187,8 @@ shmTreeTableOptions := func(dataDescription) {
185
187
  name: "pl7.app/vdj/chain",
186
188
  annotations: {
187
189
  "pl7.app/label": "Chain",
190
+ "pl7.app/isDiscreteFilter": "true",
191
+ "pl7.app/discreteValues": "['TRA', 'TRB', 'TRG', 'TRD', 'IGH', 'IGK', 'IGL']",
188
192
  "pl7.app/table/visibility": "default",
189
193
  "pl7.app/table/orderPriority": "40000"
190
194
  }
@@ -361,6 +365,8 @@ shmTreeNodesTableOptions := func(dataDescription) {
361
365
  valueType: "String",
362
366
  annotations: {
363
367
  "pl7.app/label": "Is observed in data",
368
+ "pl7.app/isDiscreteFilter": "true",
369
+ "pl7.app/discreteValues": "['true', 'false']",
364
370
  "pl7.app/table/visibility": "default",
365
371
  "pl7.app/table/orderPriority": "85000"
366
372
  }
@@ -672,6 +678,7 @@ shmTreeNodesTableOptions := func(dataDescription) {
672
678
  annotations: {
673
679
  type: "V gene name",
674
680
  "pl7.app/label": "V gene",
681
+ "pl7.app/isDiscreteFilter": "true",
675
682
  "pl7.app/table/visibility": "default",
676
683
  "pl7.app/table/orderPriority": "49000"
677
684
  }
@@ -692,6 +699,7 @@ shmTreeNodesTableOptions := func(dataDescription) {
692
699
  annotations: {
693
700
  type: "J gene name",
694
701
  "pl7.app/label": "J gene",
702
+ "pl7.app/isDiscreteFilter": "true",
695
703
  "pl7.app/table/visibility": "default",
696
704
  "pl7.app/table/orderPriority": "47000"
697
705
  }
@@ -874,6 +882,7 @@ shmTreeNodesWithClonesTableOptions := func(dataDescription, donorColumn) {
874
882
  spec: donorColumnSpec.axesSpec[0],
875
883
  annotations: {
876
884
  "pl7.app/label": "Sample name",
885
+ "pl7.app/isDiscreteFilter": "true",
877
886
  "pl7.app/table/visibility": "default",
878
887
  "pl7.app/table/orderPriority": "110000"
879
888
  }
@@ -980,6 +989,7 @@ shmTreeNodesWithClonesTableOptions := func(dataDescription, donorColumn) {
980
989
  annotations: {
981
990
  type: "D gene name",
982
991
  "pl7.app/label": "Best D hit",
992
+ "pl7.app/isDiscreteFilter": "true",
983
993
  "pl7.app/table/visibility": "default",
984
994
  "pl7.app/table/orderPriority": "48000"
985
995
  }
@@ -1000,6 +1010,7 @@ shmTreeNodesWithClonesTableOptions := func(dataDescription, donorColumn) {
1000
1010
  annotations: {
1001
1011
  type: "C gene name",
1002
1012
  "pl7.app/label": "Best C hit",
1013
+ "pl7.app/isDiscreteFilter": "true",
1003
1014
  "pl7.app/table/visibility": "default",
1004
1015
  "pl7.app/table/orderPriority": "46000"
1005
1016
  }
@@ -1016,6 +1027,7 @@ shmTreeNodesWithClonesTableOptions := func(dataDescription, donorColumn) {
1016
1027
  name: "pl7.app/vdj/isotype",
1017
1028
  annotations: {
1018
1029
  "pl7.app/label": "IG isotype",
1030
+ "pl7.app/isDiscreteFilter": "true",
1019
1031
  "pl7.app/table/visibility": "default",
1020
1032
  "pl7.app/table/orderPriority": "50000"
1021
1033
  }
@@ -1106,6 +1118,7 @@ shmTreeNodesUniqueIsotypeTableOptions := func(dataDescription) {
1106
1118
  name: "pl7.app/vdj/isotype",
1107
1119
  annotations: {
1108
1120
  "pl7.app/label": "Top IG isotype",
1121
+ "pl7.app/isDiscreteFilter": "true",
1109
1122
  "pl7.app/table/visibility": "optional",
1110
1123
  "pl7.app/table/orderPriority": "50000"
1111
1124
  }
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platforma-open/milaboratories.mixcr-shm-trees.workflow",
3
- "version": "3.4.0",
3
+ "version": "3.5.0",
4
4
  "type": "module",
5
5
  "description": "Tengo-based template",
6
6
  "//": {
@@ -8,13 +8,13 @@
8
8
  },
9
9
  "devDependencies": {
10
10
  "@platforma-sdk/tengo-builder": "^1.17.5",
11
- "@platforma-sdk/workflow-tengo": "^2.9.9",
12
- "@milaboratories/software-pframes-conv": "^2.1.8",
13
- "@platforma-open/milaboratories.software-small-binaries": "^1.15.6",
11
+ "@platforma-sdk/workflow-tengo": "^2.11.0",
12
+ "@milaboratories/software-pframes-conv": "^2.1.9",
13
+ "@platforma-open/milaboratories.software-small-binaries": "^1.15.7",
14
14
  "@platforma-open/milaboratories.software-mixcr": "4.7.0-139-develop",
15
15
  "@platforma-open/milaboratories.software-mitool": "2.3.1-5-main",
16
- "@platforma-open/milaboratories.software-ptransform": "^1.1.0",
17
- "@platforma-sdk/test": "^1.22.6",
16
+ "@platforma-open/milaboratories.software-ptransform": "^1.1.1",
17
+ "@platforma-sdk/test": "^1.22.40",
18
18
  "vitest": "^2.1.8",
19
19
  "typescript": "~5.6.3"
20
20
  },
@@ -149,6 +149,7 @@ shmTreeTableOptions := func(dataDescription) {
149
149
  annotations: {
150
150
  type: "V gene name",
151
151
  "pl7.app/label": "V gene",
152
+ "pl7.app/isDiscreteFilter": "true",
152
153
  "pl7.app/table/visibility": "default",
153
154
  "pl7.app/table/orderPriority": "30000"
154
155
  }
@@ -169,6 +170,7 @@ shmTreeTableOptions := func(dataDescription) {
169
170
  annotations: {
170
171
  type: "J gene name",
171
172
  "pl7.app/label": "J gene",
173
+ "pl7.app/isDiscreteFilter": "true",
172
174
  "pl7.app/table/visibility": "default",
173
175
  "pl7.app/table/orderPriority": "29000"
174
176
  }
@@ -185,6 +187,8 @@ shmTreeTableOptions := func(dataDescription) {
185
187
  name: "pl7.app/vdj/chain",
186
188
  annotations: {
187
189
  "pl7.app/label": "Chain",
190
+ "pl7.app/isDiscreteFilter": "true",
191
+ "pl7.app/discreteValues": "['TRA', 'TRB', 'TRG', 'TRD', 'IGH', 'IGK', 'IGL']",
188
192
  "pl7.app/table/visibility": "default",
189
193
  "pl7.app/table/orderPriority": "40000"
190
194
  }
@@ -361,6 +365,8 @@ shmTreeNodesTableOptions := func(dataDescription) {
361
365
  valueType: "String",
362
366
  annotations: {
363
367
  "pl7.app/label": "Is observed in data",
368
+ "pl7.app/isDiscreteFilter": "true",
369
+ "pl7.app/discreteValues": "['true', 'false']",
364
370
  "pl7.app/table/visibility": "default",
365
371
  "pl7.app/table/orderPriority": "85000"
366
372
  }
@@ -672,6 +678,7 @@ shmTreeNodesTableOptions := func(dataDescription) {
672
678
  annotations: {
673
679
  type: "V gene name",
674
680
  "pl7.app/label": "V gene",
681
+ "pl7.app/isDiscreteFilter": "true",
675
682
  "pl7.app/table/visibility": "default",
676
683
  "pl7.app/table/orderPriority": "49000"
677
684
  }
@@ -692,6 +699,7 @@ shmTreeNodesTableOptions := func(dataDescription) {
692
699
  annotations: {
693
700
  type: "J gene name",
694
701
  "pl7.app/label": "J gene",
702
+ "pl7.app/isDiscreteFilter": "true",
695
703
  "pl7.app/table/visibility": "default",
696
704
  "pl7.app/table/orderPriority": "47000"
697
705
  }
@@ -874,6 +882,7 @@ shmTreeNodesWithClonesTableOptions := func(dataDescription, donorColumn) {
874
882
  spec: donorColumnSpec.axesSpec[0],
875
883
  annotations: {
876
884
  "pl7.app/label": "Sample name",
885
+ "pl7.app/isDiscreteFilter": "true",
877
886
  "pl7.app/table/visibility": "default",
878
887
  "pl7.app/table/orderPriority": "110000"
879
888
  }
@@ -980,6 +989,7 @@ shmTreeNodesWithClonesTableOptions := func(dataDescription, donorColumn) {
980
989
  annotations: {
981
990
  type: "D gene name",
982
991
  "pl7.app/label": "Best D hit",
992
+ "pl7.app/isDiscreteFilter": "true",
983
993
  "pl7.app/table/visibility": "default",
984
994
  "pl7.app/table/orderPriority": "48000"
985
995
  }
@@ -1000,6 +1010,7 @@ shmTreeNodesWithClonesTableOptions := func(dataDescription, donorColumn) {
1000
1010
  annotations: {
1001
1011
  type: "C gene name",
1002
1012
  "pl7.app/label": "Best C hit",
1013
+ "pl7.app/isDiscreteFilter": "true",
1003
1014
  "pl7.app/table/visibility": "default",
1004
1015
  "pl7.app/table/orderPriority": "46000"
1005
1016
  }
@@ -1016,6 +1027,7 @@ shmTreeNodesWithClonesTableOptions := func(dataDescription, donorColumn) {
1016
1027
  name: "pl7.app/vdj/isotype",
1017
1028
  annotations: {
1018
1029
  "pl7.app/label": "IG isotype",
1030
+ "pl7.app/isDiscreteFilter": "true",
1019
1031
  "pl7.app/table/visibility": "default",
1020
1032
  "pl7.app/table/orderPriority": "50000"
1021
1033
  }
@@ -1106,6 +1118,7 @@ shmTreeNodesUniqueIsotypeTableOptions := func(dataDescription) {
1106
1118
  name: "pl7.app/vdj/isotype",
1107
1119
  annotations: {
1108
1120
  "pl7.app/label": "Top IG isotype",
1121
+ "pl7.app/isDiscreteFilter": "true",
1109
1122
  "pl7.app/table/visibility": "optional",
1110
1123
  "pl7.app/table/orderPriority": "50000"
1111
1124
  }