# HG changeset patch # User siwaa # Date 1718044066 0 # Node ID 1a7041dae86a615c06eabb65a08431dfff2185d7 # Parent 13a692e5a445e850acb5262fca336208cae00e79 planemo upload for repository https://forgemia.inra.fr/nathalie.rousse/use/-/tree/gama/GAMA/galaxy-tools commit 927c1d94ea613d36a1b4b8d048ba21ad43a6f55e-dirty diff -r 13a692e5a445 -r 1a7041dae86a ESSAISENCOURS.txt --- 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 #------------------------------------------------------------------------------ diff -r 13a692e5a445 -r 1a7041dae86a src/cmd_python_client.sh --- 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