@platforma-open/milaboratories.mixcr-clonotyping-2.workflow 3.10.0 → 3.10.1

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.10.0 build /home/runner/work/mixcr-clonotyping/mixcr-clonotyping/workflow
3
+ > @platforma-open/milaboratories.mixcr-clonotyping-2.workflow@3.10.1 build /home/runner/work/mixcr-clonotyping/mixcr-clonotyping/workflow
4
4
  > 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,11 @@
1
1
  # @platforma-open/milaboratories.mixcr-clonotyping.workflow
2
2
 
3
+ ## 3.10.1
4
+
5
+ ### Patch Changes
6
+
7
+ - fed5c72: Support parquet format (update SDK)
8
+
3
9
  ## 3.10.0
4
10
 
5
11
  ### Minor Changes
@@ -942,7 +942,7 @@ calculateExportSpecs := func(presetSpecForBack, sampleIdAxisSpec, blockId) {
942
942
  })
943
943
  }
944
944
  } ],
945
- storageFormat: "Binary",
945
+ storageFormat: "Parquet",
946
946
  partitionKeyLength: 1
947
947
  }
948
948
  }
@@ -1353,7 +1353,7 @@ getQcReportColumns := func(hasUmi, isSingleCell, sampleIdAxisSpec, chains, cellT
1353
1353
  reportColumnsSpec: {
1354
1354
  axes: axes,
1355
1355
  columns: columns,
1356
- storageFormat: "Binary",
1356
+ storageFormat: "Parquet",
1357
1357
  partitionKeyLength: 0
1358
1358
  }
1359
1359
  }
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@platforma-open/milaboratories.mixcr-clonotyping-2.workflow",
3
- "version": "3.10.0",
3
+ "version": "3.10.1",
4
4
  "description": "Tengo-based template",
5
5
  "dependencies": {
6
- "@platforma-sdk/workflow-tengo": "^5.3.3",
6
+ "@platforma-sdk/workflow-tengo": "^5.4.2",
7
7
  "@platforma-open/milaboratories.software-mixcr": "4.7.0-233-develop"
8
8
  },
9
9
  "devDependencies": {
10
10
  "@milaboratories/ts-configs": "^1.0.6",
11
- "@platforma-sdk/tengo-builder": "^2.3.0",
12
- "@platforma-sdk/test": "^1.44.0",
11
+ "@platforma-sdk/tengo-builder": "^2.3.2",
12
+ "@platforma-sdk/test": "^1.44.19",
13
13
  "vitest": "~2.1.9",
14
14
  "typescript": "~5.6.3"
15
15
  },
@@ -942,7 +942,7 @@ calculateExportSpecs := func(presetSpecForBack, sampleIdAxisSpec, blockId) {
942
942
  })
943
943
  }
944
944
  } ],
945
- storageFormat: "Binary",
945
+ storageFormat: "Parquet",
946
946
  partitionKeyLength: 1
947
947
  }
948
948
  }
@@ -355,7 +355,7 @@ self.body(func(inputs) {
355
355
  settings: {
356
356
  axes: [ axisByClonotypeKeyGen(chain) ],
357
357
  columns: columnsSpecPerSample,
358
- storageFormat: "Binary",
358
+ storageFormat: "Parquet",
359
359
  partitionKeyLength: 0
360
360
  },
361
361
  mem: "16GiB",
@@ -448,7 +448,7 @@ self.body(func(inputs) {
448
448
  settings: {
449
449
  axes: [ axisByClonotypeKeyGen(chain) ],
450
450
  columns: columnsSpecPerClonotypeNoAggregates + columnsSpecPerClonotypeAggregates,
451
- storageFormat: "Binary",
451
+ storageFormat: "Parquet",
452
452
  partitionKeyLength: 0
453
453
  },
454
454
  mem: "24GiB",
@@ -533,7 +533,7 @@ self.body(func(inputs) {
533
533
  spec: sampleIdAxisSpec
534
534
  }, axisByScClonotypeKeyGen(receptor) ],
535
535
  columns: columnsSpecPerSampleSc,
536
- storageFormat: "Binary",
536
+ storageFormat: "Parquet",
537
537
  partitionKeyLength: 1
538
538
  },
539
539
  mem: "16GiB",
@@ -546,7 +546,7 @@ self.body(func(inputs) {
546
546
  settings: {
547
547
  axes: [ axisByScClonotypeKeyGen(receptor) ],
548
548
  columns: columnsSpecPerClonotypeSc,
549
- storageFormat: "Binary"
549
+ storageFormat: "Parquet"
550
550
  },
551
551
  mem: "12GiB",
552
552
  cpu: 2,
@@ -615,7 +615,7 @@ self.body(func(inputs) {
615
615
  annotations: annotationsTransformation
616
616
  }
617
617
  }),
618
- storageFormat: "Binary",
618
+ storageFormat: "Parquet",
619
619
  partitionKeyLength: 0
620
620
  },
621
621
  mem: "24GiB",
@@ -1353,7 +1353,7 @@ getQcReportColumns := func(hasUmi, isSingleCell, sampleIdAxisSpec, chains, cellT
1353
1353
  reportColumnsSpec: {
1354
1354
  axes: axes,
1355
1355
  columns: columns,
1356
- storageFormat: "Binary",
1356
+ storageFormat: "Parquet",
1357
1357
  partitionKeyLength: 0
1358
1358
  }
1359
1359
  }