view src/cmd_python_client.sh @ 22:50c9bccdbb22 draft default tip

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:49:34 +0000
parents 1a7041dae86a
children
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

ps -axl

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