comparison src/cmd_python_client.sh @ 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
comparison
equal deleted inserted replaced
20:13a692e5a445 21:1a7041dae86a
4 4
5 VALUE_nb_preys_init=$1 5 VALUE_nb_preys_init=$1
6 VALUE_nb_predators_init=$2 6 VALUE_nb_predators_init=$2
7 VALUE_nb_more_steps=$3 7 VALUE_nb_more_steps=$3
8 8
9 ps -axl > RRR.txt 9 ps -axl
10 10
11 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 11 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
12 12