Mercurial > repos > siwaa > gama_desc
comparison Makefile @ 0:23b15c0eabff draft default tip
planemo upload for repository https://forgemia.inra.fr/nathalie.rousse/use/-/tree/gama/GAMA_DESC/galaxy-tools commit 6b9b95de1fe709f27a28d83797f81e91469edf79-dirty
author | siwaa |
---|---|
date | Mon, 18 Nov 2024 13:57:51 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:23b15c0eabff |
---|---|
1 # assuming you have locally installed | |
2 # - planemo | |
3 # - singularity | |
4 # - galaxy, the one from siwaa for instance | |
5 # | |
6 # assuming you have a token to get container | |
7 # on the registry (see the job_conf.xml) | |
8 # the following target enable to test the tools | |
9 | |
10 | |
11 serveGAMA_DESC: ~/DEVS/galaxy | |
12 planemo serve --no_cleanup --galaxy_root ~/DEVS/galaxy \ | |
13 --job_config_file ./job_conf.xml \ | |
14 gama_desc.xml | |
15 | |
16 testGAMA_DESC: ~/DEVS/galaxy | |
17 planemo test \ | |
18 --galaxy_root ~/DEVS/galaxy \ | |
19 --job_config_file ./job_conf.xml \ | |
20 --no_cleanup \ | |
21 essai1.xml |