Skip to content

Commit 7328279

Browse files
Merge pull request #145 from wfcommons/streamflow-ro-crate
Streamflow/Ro-Crate fix: updated to latest Streamflow Version
2 parents 677b9fd + 0de7615 commit 7328279

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

tests/translators_loggers/Dockerfile.streamflow

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ RUN apt-get -y install stress-ng
3939

4040
# Streamflow
4141
RUN apt-get -y install nodejs
42-
RUN python3 -m pip install --break-system-packages streamflow==0.2.0.dev14
42+
#RUN python3 -m pip install --break-system-packages streamflow==0.2.0.dev14
4343
# For now, the above hasnt' been released yet, so we get a commit tag
44-
#RUN git clone https://github.com/alpha-unito/streamflow.git && cd streamflow && git checkout 2295eda80ad37214d6f607f75f542b9eca03e121 && python3 -m pip install --break-system-packages .
44+
RUN git clone https://github.com/alpha-unito/streamflow.git && cd streamflow && git checkout 4cbe9244165a81114a73f5bb2ff5067a85a5600c && python3 -m pip install --break-system-packages .
4545

4646
# Add wfcommons user
4747
RUN useradd -ms /bin/bash wfcommons

wfcommons/wfbench/translator/templates/cwl/shell.cwl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)