Mercurial > repos > siwaa > gama
diff Makefile @ 0:f895e266b37a draft
planemo upload for repository https://forgemia.inra.fr/nathalie.rousse/use/-/tree/gama/GAMA/galaxy-tools commit 67d85c013c62c16392b4796af86836b1334f2eef
author | siwaa |
---|---|
date | Tue, 04 Jun 2024 15:18:01 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Makefile Tue Jun 04 15:18:01 2024 +0000 @@ -0,0 +1,21 @@ +# assuming you have locally installed +# - planemo +# - singularity +# - galaxy, the one from siwaa for instance +# +# assuming you have a token to get container +# on the registry (see the job_conf.xml) +# the following target enable to test the tools + + +serveGAMA: ~/DEVS/galaxy + planemo serve --no_cleanup --galaxy_root ~/DEVS/galaxy \ + --job_config_file ./job_conf.xml \ + gama_tool.xml + +testGAMA: ~/DEVS/galaxy + planemo test \ + --galaxy_root ~/DEVS/galaxy \ + --job_config_file ./job_conf.xml \ + --no_cleanup \ + essai1.xml