@platforma-open/milaboratories.mixcr-clonotyping-2.workflow 3.24.0 → 3.24.2

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/mixcr-clonotyping/mixcr-clonotyping/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
2
2
 
3
- > @platforma-open/milaboratories.mixcr-clonotyping-2.workflow@3.24.0 build /home/runner/work/mixcr-clonotyping/mixcr-clonotyping/workflow
3
+ > @platforma-open/milaboratories.mixcr-clonotyping-2.workflow@3.24.2 build /home/runner/work/mixcr-clonotyping/mixcr-clonotyping/workflow
4
4
  > shx rm -rf dist && pl-tengo check && pl-tengo build
5
5
 
6
6
  info: Skipping unknown file type: test/columns.test.ts
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @platforma-open/milaboratories.mixcr-clonotyping.workflow
2
2
 
3
+ ## 3.24.2
4
+
5
+ ### Patch Changes
6
+
7
+ - b1187f5: Include discrete values in isotype annotation
8
+
9
+ ## 3.24.1
10
+
11
+ ### Patch Changes
12
+
13
+ - 2730802: Fix custom library usage
14
+
3
15
  ## 3.24.0
4
16
 
5
17
  ### Minor Changes
@@ -945,7 +945,8 @@ calculateExportSpecs := func(presetSpecForBack, sampleIdAxisSpec, blockId, expor
945
945
  name: "pl7.app/vdj/isotype",
946
946
  annotations: a(orderP, true, {
947
947
  "pl7.app/label": "IG isotype",
948
- "pl7.app/isDiscreteFilter": "true"
948
+ "pl7.app/isDiscreteFilter": "true",
949
+ "pl7.app/discreteValues": "[\"IgA\",\"IgD\",\"IgG\",\"IgE\",\"IgM\"]"
949
950
  })
950
951
  }
951
952
  }, {
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platforma-open/milaboratories.mixcr-clonotyping-2.workflow",
3
- "version": "3.24.0",
3
+ "version": "3.24.2",
4
4
  "description": "Tengo-based template",
5
5
  "dependencies": {
6
6
  "@platforma-sdk/workflow-tengo": "5.9.0",
@@ -945,7 +945,8 @@ calculateExportSpecs := func(presetSpecForBack, sampleIdAxisSpec, blockId, expor
945
945
  name: "pl7.app/vdj/isotype",
946
946
  annotations: a(orderP, true, {
947
947
  "pl7.app/label": "IG isotype",
948
- "pl7.app/isDiscreteFilter": "true"
948
+ "pl7.app/isDiscreteFilter": "true",
949
+ "pl7.app/discreteValues": "[\"IgA\",\"IgD\",\"IgG\",\"IgE\",\"IgM\"]"
949
950
  })
950
951
  }
951
952
  }, {
@@ -290,6 +290,13 @@ self.body(func(inputs) {
290
290
  arg("--drop-default-fields").
291
291
  arg("--reset-export-clone-table-splitting").
292
292
  arg("--chains").arg(chainMixcr)
293
+ if library {
294
+ if isLibraryFileGzipped {
295
+ exportChainFiltersCmd.addFile("library.json.gz", library)
296
+ } else {
297
+ exportChainFiltersCmd.addFile("library.json", library)
298
+ }
299
+ }
293
300
  exportChainFiltersResult := exportChainFiltersCmd.
294
301
  arg("-isOOF").arg(featureForFlags).
295
302
  arg("-hasStops").arg(featureForFlags).