@platforma-open/milaboratories.mixcr-clonotyping-2.workflow 3.24.4 → 3.24.6

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.4 build /home/runner/work/mixcr-clonotyping/mixcr-clonotyping/workflow
3
+ > @platforma-open/milaboratories.mixcr-clonotyping-2.workflow@3.24.6 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.6
4
+
5
+ ### Patch Changes
6
+
7
+ - eea91d6: Filter non productive sequences for single cell data
8
+
9
+ ## 3.24.5
10
+
11
+ ### Patch Changes
12
+
13
+ - b078936: update clone label to id
14
+
3
15
  ## 3.24.4
4
16
 
5
17
  ### Patch Changes
@@ -411,7 +411,7 @@ calculateExportSpecs := func(presetSpecForBack, sampleIdAxisSpec, blockId, expor
411
411
  name: "pl7.app/label",
412
412
  valueType: "String",
413
413
  annotations: a(100000, false, {
414
- "pl7.app/label": "Clone label"
414
+ "pl7.app/label": "Clone Id"
415
415
  })
416
416
  }
417
417
  }
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@platforma-open/milaboratories.mixcr-clonotyping-2.workflow",
3
- "version": "3.24.4",
3
+ "version": "3.24.6",
4
4
  "description": "Tengo-based template",
5
5
  "dependencies": {
6
- "@platforma-sdk/workflow-tengo": "5.9.0",
6
+ "@platforma-sdk/workflow-tengo": "5.11.0",
7
7
  "@platforma-open/milaboratories.software-mixcr": "4.7.0-317-develop"
8
8
  },
9
9
  "devDependencies": {
10
- "@platforma-sdk/tengo-builder": "2.4.25"
10
+ "@platforma-sdk/tengo-builder": "2.5.2"
11
11
  },
12
12
  "scripts": {
13
13
  "build": "shx rm -rf dist && pl-tengo check && pl-tengo build",
@@ -411,7 +411,7 @@ calculateExportSpecs := func(presetSpecForBack, sampleIdAxisSpec, blockId, expor
411
411
  name: "pl7.app/label",
412
412
  valueType: "String",
413
413
  annotations: a(100000, false, {
414
- "pl7.app/label": "Clone label"
414
+ "pl7.app/label": "Clone Id"
415
415
  })
416
416
  }
417
417
  }
@@ -123,6 +123,13 @@ self.body(func(inputs) {
123
123
  alias("chainRank")
124
124
  ).withoutColumns("rawChainRank")
125
125
 
126
+ // Filter out non-productive chains so that cells with a non-productive
127
+ // primary chain will have no entry and get excluded by the downstream
128
+ // clonotypeKeyA1/B1 isNotNull filter.
129
+ dfWithChainRank = dfWithChainRank.filter(
130
+ pt.col(mainIsProductiveColumn).eq("true")
131
+ )
132
+
126
133
  dfWithChainRank.save("output.tsv")
127
134
 
128
135
  // Run the workflow