Mercurial > repos > siwaa > gama
changeset 21:1a7041dae86a draft
planemo upload for repository https://forgemia.inra.fr/nathalie.rousse/use/-/tree/gama/GAMA/galaxy-tools commit 927c1d94ea613d36a1b4b8d048ba21ad43a6f55e-dirty
author | siwaa |
---|---|
date | Mon, 10 Jun 2024 18:27:46 +0000 |
parents | 13a692e5a445 |
children | 50c9bccdbb22 |
files | ESSAISENCOURS.txt src/cmd_python_client.sh |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/ESSAISENCOURS.txt Mon Jun 10 18:04:48 2024 +0000 +++ b/ESSAISENCOURS.txt Mon Jun 10 18:27:46 2024 +0000 @@ -36,7 +36,7 @@ cmd_python_client.sh: -ps -axl > RRR.txt +ps -axl #------------------------------------------------------------------------------
--- a/src/cmd_python_client.sh Mon Jun 10 18:04:48 2024 +0000 +++ b/src/cmd_python_client.sh Mon Jun 10 18:27:46 2024 +0000 @@ -6,7 +6,7 @@ VALUE_nb_predators_init=$2 VALUE_nb_more_steps=$3 -ps -axl > RRR.txt +ps -axl python3 MY_sequential_example.py -nb_preys_init $VALUE_nb_preys_init -nb_predators_init $VALUE_nb_predators_init -nb_more_steps $VALUE_nb_more_steps