File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ' @platforma-open/milaboratories.clonotype-clustering.workflow ' : patch
3+ ---
4+
5+ Fix StdoutStream
Original file line number Diff line number Diff 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")
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments