Skip to content

Commit

Permalink
Merge pull request #50 from platforma-open/update-workflow-sdk
Browse files Browse the repository at this point in the history
Update workflow sdk
  • Loading branch information
dbolotin authored Nov 29, 2024
2 parents 2e4dd1e + cfebc3a commit f0b6578
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 23 deletions.
5 changes: 5 additions & 0 deletions .changeset/little-glasses-laugh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@platforma-open/milaboratories.mixcr-clonotyping.workflow': patch
---

Update workflow-sdk to new version (better deduplication and recovery)
34 changes: 13 additions & 21 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ packages:
- .

catalog:
'@platforma-sdk/workflow-tengo': ^2.4.0
'@platforma-sdk/workflow-tengo': ^2.4.1
'@platforma-sdk/model': ^1.13.5
'@platforma-sdk/ui-vue': ^1.13.11
'@platforma-sdk/tengo-builder': ^1.17.3
Expand Down
2 changes: 1 addition & 1 deletion workflow/src/mixcr-analyze.tpl.tengo
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ self.body(func(inputs) {
clones = render.create(exportClonesTpl, {
data: mixcrCmd.getFileSet("clones"),
pfconvParams: pfconvParams
}).output("result", 24 * 60 * 60 * 1000)
}).output("result", 8 * 24 * 60 * 60 * 1000)
}

result := {
Expand Down

0 comments on commit f0b6578

Please sign in to comment.