Skip to content

Commit 5b30e81

Browse files
Auto-generated changes
1 parent 5a5c32e commit 5b30e81

5 files changed

Lines changed: 28 additions & 15 deletions

File tree

.changeset/analyze-scratch-space-request.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

block/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @platforma-open/milaboratories.mixcr-clonotyping
22

3+
## 2.23.0
4+
5+
### Minor Changes
6+
7+
- 73e912a: Analyze asks the backend for disposable disk space sized from the sample's reads, so
8+
its temporary files no longer land in the working directory on shared storage.
9+
10+
This reduces single sample computation bill by ~25-40% on large samples, where
11+
EFS I/O cost starts to be comparable or larger than cost of compute itself.
12+
13+
To have an effect, you need backend version 4.4.1 or above.
14+
On older backends this optimisation is just ignored and computations run as usual.
15+
316
## 2.22.0
417

518
### Minor Changes

block/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@platforma-open/milaboratories.mixcr-clonotyping-2",
3-
"version": "2.22.0",
3+
"version": "2.23.0",
44
"files": [
55
"dist",
66
"block-pack"

workflow/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @platforma-open/milaboratories.mixcr-clonotyping.workflow
22

3+
## 3.29.0
4+
5+
### Minor Changes
6+
7+
- 73e912a: Analyze asks the backend for disposable disk space sized from the sample's reads, so
8+
its temporary files no longer land in the working directory on shared storage.
9+
10+
This reduces single sample computation bill by ~25-40% on large samples, where
11+
EFS I/O cost starts to be comparable or larger than cost of compute itself.
12+
13+
To have an effect, you need backend version 4.4.1 or above.
14+
On older backends this optimisation is just ignored and computations run as usual.
15+
316
## 3.28.4
417

518
### Patch Changes

workflow/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@platforma-open/milaboratories.mixcr-clonotyping-2.workflow",
3-
"version": "3.28.4",
3+
"version": "3.29.0",
44
"private": true,
55
"description": "Tengo-based template",
66
"type": "module",

0 commit comments

Comments
 (0)