view src/cmd_python_client.sh @ 14:e7772bdae78d 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 10:15:22 +0000
parents f895e266b37a
children 13a692e5a445
line wrap: on
line source

#!/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