Mercurial > repos > siwaa > redelac_stics_s
diff redelacSticsSimulator.bash @ 10:65c00476f417 draft default tip
"planemo upload for repository https://forgemia.inra.fr/redelac/redelac-toolbox/-/tree/4a2264991516b494ed11d1a7d5260ba543696a04/tools/REDELACSticsSimulator commit 4a2264991516b494ed11d1a7d5260ba543696a04-dirty"
author | siwaa |
---|---|
date | Fri, 27 Oct 2023 09:15:25 +0000 |
parents | 2586f7dbcde1 |
children |
line wrap: on
line diff
--- a/redelacSticsSimulator.bash Tue Oct 17 11:21:34 2023 +0000 +++ b/redelacSticsSimulator.bash Fri Oct 27 09:15:25 2023 +0000 @@ -14,7 +14,7 @@ cat ./bashlog && echo "=================================" && cd WS && -/usr/bin/time -p -o ./bashlog zip -qq -r analyse_simulations_STICS analyse_simulations_STICS && +/usr/bin/time -p -o ./bashlog zip $9 -qq -r analyse_simulations_STICS analyse_simulations_STICS && echo "Step 2, time to zip the results:" && echo "================================" && cat ./bashlog && @@ -23,7 +23,7 @@ rm -rf analyse_simulations_STICS && cd .. && mv WS $WSname && -/usr/bin/time -p -o ./bashlog zip -qq -r $WSname $WSname && +/usr/bin/time -p -o ./bashlog zip $9 -qq -r $WSname $WSname && echo "Step 3, time to zip the Workspace:" && echo "==================================" && cat ./bashlog &&