Mercurial > repos > siwaa > gama
diff src/cmd_python_client.sh @ 0:f895e266b37a draft
planemo upload for repository https://forgemia.inra.fr/nathalie.rousse/use/-/tree/gama/GAMA/galaxy-tools commit 67d85c013c62c16392b4796af86836b1334f2eef
author | siwaa |
---|---|
date | Tue, 04 Jun 2024 15:18:01 +0000 |
parents | |
children | 13a692e5a445 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/cmd_python_client.sh Tue Jun 04 15:18:01 2024 +0000 @@ -0,0 +1,10 @@ +#!/bin/bash + +# Launch Python program MY_sequential_example.py + +VALUE_nb_preys_init=$1 +VALUE_nb_predators_init=$2 +VALUE_nb_more_steps=$3 + +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 +