File tree Expand file tree Collapse file tree
tests/translators_loggers
wfcommons/wfbench/translator/templates/cwl Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,7 +41,9 @@ RUN apt-get -y install stress-ng
4141
4242# Streamflow
4343RUN apt-get -y install nodejs
44- RUN python3 -m pip install --break-system-packages streamflow==0.2.0.dev14
44+ #RUN python3 -m pip install --break-system-packages streamflow==0.2.0.dev15
45+ # For now, the above hasnt' been released yet, so we get a commit tag
46+ RUN git clone https://github.com/alpha-unito/streamflow.git && cd streamflow && git checkout 2295eda80ad37214d6f607f75f542b9eca03e121 && python3 -m pip install --break-system-packages .
4547
4648# Add wfcommons user
4749RUN useradd -ms /bin/bash wfcommons
Original file line number Diff line number Diff line change @@ -15,8 +15,6 @@ arguments:
1515 }
1616 }
1717 cmd = cmd + " > " + runtime.outdir + "/" + inputs.step_name + ". out 2> " + runtime.outdir + "/" + inputs.step_name + ". err" ;
18- cmd = cmd + " ; echo '-- end of stdout for " + inputs.step_name + " --' >> " + runtime.outdir + "/" + inputs.step_name + ". out" ;
19- cmd = cmd + " ; echo '-- end of stderr for " + inputs.step_name + " --' >> " + runtime.outdir + "/" + inputs.step_name + ". err" ;
2018 return cmd;
2119 }
2220 shellQuote : false
You can’t perform that action at this time.
0 commit comments