Skip to content

Commit

Permalink
Revert "filter treeNodes data"
Browse files Browse the repository at this point in the history
This reverts commit a7ff181.
  • Loading branch information
gnefedev committed Sep 24, 2024
1 parent a7ff181 commit 9caefc7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 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:
- test

catalog:
'@milaboratory/tengo-template-builder': ^1.14.3
'@milaboratory/tengo-template-builder': ^1.13.0
'@milaboratory/pl-block-tools': ^2.1.5
'@milaboratory/block-builder': ^1.2.3

Expand Down
4 changes: 2 additions & 2 deletions workflow/src/main.tpl.tengo
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ wf.body(func(args) {
spec: runMixcr.output("reports.spec"),
data: runMixcr.output("reports.data")
},
// clones: runMixcr.output("clones"),
clones: runMixcr.output("clones"),
clns: {
spec: runMixcr.output("clns.spec"),
data: runMixcr.output("clns.data")
Expand All @@ -78,7 +78,7 @@ wf.body(func(args) {
qc: pframes.exportColumnData(runMixcr.output("qc.data")),
reports: pframes.exportColumnData(runMixcr.output("reports.data")),
logs: runMixcr.output("logs.data"),
// clones: pframes.exportFrame(runMixcr.output("clones")),
clones: pframes.exportFrame(runMixcr.output("clones")),
clns: runMixcr.output("clns.data")
}

Expand Down

0 comments on commit 9caefc7

Please sign in to comment.