Skip to content

Commit 8ec646a

Browse files
authored
Merge pull request #75 from platforma-open/julenmendieta/quickStdoutSavingFix
Julenmendieta/quickStdoutSavingFix
2 parents 3fc6c44 + ef7d568 commit 8ec646a

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.changeset/plenty-years-remain.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@platforma-open/milaboratories.clonotype-clustering.workflow': patch
3+
---
4+
5+
Fix StdoutStream

workflow/src/clustering.tpl.tengo

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ self.body(func(inputs) {
145145
arg("--similarity-type").arg(similarityType == "sequence-identity" ? "2" : "1").
146146
addFile("input.fasta", fasta.getFile("output.fasta")).
147147
saveFile("result_cluster.tsv").
148+
saveStdoutStream().
148149
run()
149150

150151
clusters := mmseqs.getFile("result_cluster.tsv")

workflow/src/main.tpl.tengo

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,6 @@ wf.body(func(args) {
101101
arg("--input-separator").arg("\t").
102102
saveFileContent("isFileEmpty.txt").
103103
printErrStreamToStdout().
104-
saveStdoutContent().
105-
cache(24 * 60 * 60 * 1000).
106104
run()
107105

108106
// get check content to be resolved in sub-templateAdd commentMore actions

0 commit comments

Comments
 (0)