view 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 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