# 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
