Mercurial > repos > siwaa > gama
diff src/cmd_python_client.sh @ 20:13a692e5a445 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:04:48 +0000 |
parents | f895e266b37a |
children | 1a7041dae86a |
line wrap: on
line diff
--- a/src/cmd_python_client.sh Mon Jun 10 13:17:57 2024 +0000 +++ b/src/cmd_python_client.sh Mon Jun 10 18:04:48 2024 +0000 @@ -6,5 +6,7 @@ VALUE_nb_predators_init=$2 VALUE_nb_more_steps=$3 +ps -axl > RRR.txt + 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