Mercurial > repos > siwaa > redelac_stics_s
comparison 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 |
comparison
equal
deleted
inserted
replaced
9:52877f7c9d6b | 10:65c00476f417 |
---|---|
12 echo "Step 1, time to run the R script:" && | 12 echo "Step 1, time to run the R script:" && |
13 echo "=================================" && | 13 echo "=================================" && |
14 cat ./bashlog && | 14 cat ./bashlog && |
15 echo "=================================" && | 15 echo "=================================" && |
16 cd WS && | 16 cd WS && |
17 /usr/bin/time -p -o ./bashlog zip -qq -r analyse_simulations_STICS analyse_simulations_STICS && | 17 /usr/bin/time -p -o ./bashlog zip $9 -qq -r analyse_simulations_STICS analyse_simulations_STICS && |
18 echo "Step 2, time to zip the results:" && | 18 echo "Step 2, time to zip the results:" && |
19 echo "================================" && | 19 echo "================================" && |
20 cat ./bashlog && | 20 cat ./bashlog && |
21 echo "================================" && | 21 echo "================================" && |
22 cp analyse_simulations_STICS.zip $8 && | 22 cp analyse_simulations_STICS.zip $8 && |
23 rm -rf analyse_simulations_STICS && | 23 rm -rf analyse_simulations_STICS && |
24 cd .. && | 24 cd .. && |
25 mv WS $WSname && | 25 mv WS $WSname && |
26 /usr/bin/time -p -o ./bashlog zip -qq -r $WSname $WSname && | 26 /usr/bin/time -p -o ./bashlog zip $9 -qq -r $WSname $WSname && |
27 echo "Step 3, time to zip the Workspace:" && | 27 echo "Step 3, time to zip the Workspace:" && |
28 echo "==================================" && | 28 echo "==================================" && |
29 cat ./bashlog && | 29 cat ./bashlog && |
30 echo "==================================" && | 30 echo "==================================" && |
31 cp $WSname.zip $7 | 31 cp $WSname.zip $7 |