Mercurial > repos > genouest > braker3
view job_conf_braker3.xml @ 6:ea8c29a71a76 draft
planemo upload for repository https://github.com/genouest/galaxy-tools/tree/master/tools/braker commit ede1a2baa1c400c713a22d625855c1e9b6c25eea
author | genouest |
---|---|
date | Wed, 21 Feb 2024 08:36:24 +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>