view src/cmd_python_client.sh @ 11:8623205348e5 draft

planemo upload for repository https://forgemia.inra.fr/nathalie.rousse/use/-/tree/gama/GAMA/galaxy-tools commit 67d85c013c62c16392b4796af86836b1334f2eef-dirty
author siwaa
date Fri, 07 Jun 2024 17:37:53 +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