Mercurial > repos > genouest > braker3
comparison job_conf_braker3.xml @ 0:3c0865d1172f draft
planemo upload for repository https://github.com/genouest/galaxy-tools/tree/master/tools/braker commit d6e73c0417506d93c905b4aeb77d92350b662fbb
author | genouest |
---|---|
date | Wed, 06 Sep 2023 09:50:28 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:3c0865d1172f |
---|---|
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> |