Mercurial > repos > siwaa > gama
changeset 1:168edc2db729 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 10:48:35 +0000 |
parents | f895e266b37a |
children | d203e560a4ef |
files | job_conf.xml src/MY_sequential_example.py src/cmd_gama_headless.sh |
diffstat | 3 files changed, 11 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/job_conf.xml Tue Jun 04 15:18:01 2024 +0000 +++ b/job_conf.xml Fri Jun 07 10:48:35 2024 +0000 @@ -12,7 +12,16 @@ <param id="singularity_cleanenv">true</param> + <!--param id="singularity_run_extra_arguments">-B /home/nrousse/workspace_git/SIWAA_regroup/protonr/tools/WS:/WS</param--> + </destination> </destinations> </job_conf> + + + + +<-- docker run -v <path/to/your/workspace>:/working_dir -p 6868:6868 gamaplatform/gama:<version> -socket 6868 + + -->
--- a/src/MY_sequential_example.py Tue Jun 04 15:18:01 2024 +0000 +++ b/src/MY_sequential_example.py Fri Jun 07 10:48:35 2024 +0000 @@ -51,7 +51,7 @@ MY_SERVER_URL = "localhost" - MY_SERVER_PORT = 8000 + MY_SERVER_PORT = 6868 GAML_FILE_PATH_ON_SERVER = "gama-platform/headless/samples/predatorPrey/MY_predatorPrey.gaml"