Mercurial > repos > genouest > braker
comparison job_conf_braker3.xml @ 2:cf241e076f7b draft
planemo upload for repository https://github.com/genouest/galaxy-tools/tree/master/tools/braker commit be0db9109388c0660c9f901f6b7129c0e3e5105c
author | genouest |
---|---|
date | Tue, 05 Sep 2023 09:40:27 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
1:ca7c12566894 | 2:cf241e076f7b |
---|---|
1 <!-- Adapt the paths to your install of GeneMark and ProtHint, then run planemo with the job_config_file option --> | |
2 <job_conf> | |
3 <plugins> | |
4 <plugin id="planemo_runner" type="runner" load="galaxy.jobs.runners.local:LocalJobRunner" workers="4"/> | |
5 </plugins> | |
6 <handlers> | |
7 </handlers> | |
8 <destinations default="planemo_dest"> | |
9 <destination id="planemo_dest" runner="planemo_runner"> | |
10 <env id="GENEMARK_PATH">/home/abretaud/softs/etp.for_braker/bin/</env> | |
11 <env id="PROTHINT_PATH">/home/abretaud/softs/etp.for_braker/bin/gmes/ProtHint/bin/</env> | |
12 </destination> | |
13 <destination id="upload_dest" runner="planemo_runner"> | |
14 <param id="docker_enabled">false</param> | |
15 </destination> | |
16 </destinations> | |
17 <tools> | |
18 <tool id="upload1" destination="upload_dest" /> | |
19 </tools> | |
20 </job_conf> |