Mercurial > repos > siwaa > gama
comparison ESSAISENCOURS.txt @ 3:e3153cc69e41 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 11:20:24 +0000 |
parents | |
children | 6a1c0aabe956 |
comparison
equal
deleted
inserted
replaced
2:d203e560a4ef | 3:e3153cc69e41 |
---|---|
1 #------------------------------------------------------------------------------ | |
2 # Done | |
3 | |
4 <tool id="gama_tool" name="gama" version="1.0.0b"> | |
5 | |
6 8000 -> 6868 | |
7 | |
8 => tourne infini | |
9 | |
10 Note : consigne DOC image docker gama-server : | |
11 docker run -v <path/to/your/workspace>:/working_dir -p 6868:6868 gamaplatform/gama:<version> -socket 6868 | |
12 NOUS, pas : -p 6868:6868 -socket 6868 !!! | |
13 | |
14 #------------------------------------------------------------------------------ | |
15 # Essai | |
16 | |
17 o | |
18 <command detect_errors="aggressive"> | |
19 <![CDATA[ | |
20 cp -fr /opt/gama-platform .; | |
21 cp $__tool_directory__/src/MY_predatorPrey.gaml gama-platform/headless/samples/predatorPrey/.; | |
22 cp $__tool_directory__/src/MY_gama-headless.sh gama-platform/headless/.; | |
23 cp $__tool_directory__/src/MY_sequential_example.py .; | |
24 cp $__tool_directory__/src/cmd_gama_headless.sh .; | |
25 cp $__tool_directory__/src/cmd_python_client.sh .; | |
26 /bin/bash cmd_gama_headless.sh > run_server.txt & sleep 120 && /bin/bash cmd_python_client.sh $nb_preys_init $nb_predators_init $nb_more_steps > run_client.txt; | |
27 cp run_server.txt ${run_server_txt}; | |
28 cp run_client.txt ${run_client_txt}; | |
29 cp gama-platform/headless/samples/predatorPrey/results.txt ${results_txt}; | |
30 ]]> | |
31 </command> | |
32 | |
33 | |
34 | |
35 | |
36 #------------------------------------------------------------------------------ | |
37 |