Mercurial > repos > genouest > braker3
view job_conf_braker3.xml @ 2:bbe51a1c2b6b draft
planemo upload for repository https://github.com/genouest/galaxy-tools/tree/master/tools/braker commit 791a8381ca30aeb8222e2e43f9119f34a040224b
author | genouest |
---|---|
date | Tue, 24 Oct 2023 12:24:40 +0000 |
parents | 3c0865d1172f |
children |
line wrap: on
line source
<!-- Adapt the paths to your install of GeneMark and ProtHint, then run planemo with the job_config_file option --> <job_conf> <plugins> <plugin id="planemo_runner" type="runner" load="galaxy.jobs.runners.local:LocalJobRunner" workers="4"/> </plugins> <handlers> </handlers> <destinations default="planemo_dest"> <destination id="planemo_dest" runner="planemo_runner"> <env id="GENEMARK_PATH">/home/abretaud/softs/etp.for_braker/bin/</env> <env id="PROTHINT_PATH">/home/abretaud/softs/etp.for_braker/bin/gmes/ProtHint/bin/</env> </destination> <destination id="upload_dest" runner="planemo_runner"> <param id="docker_enabled">false</param> </destination> </destinations> <tools> <tool id="upload1" destination="upload_dest" /> </tools> </job_conf>