Mercurial > repos > richard-burhans > ncbi_fcs_adaptor
comparison planemo_job_conf.xml @ 0:d55ad8533d58 draft default tip
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
author | richard-burhans |
---|---|
date | Fri, 01 Mar 2024 18:26:57 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:d55ad8533d58 |
---|---|
1 <?xml version="1.0"?> | |
2 <!-- A sample job config that explicitly configures job running the way it is | |
3 configured by default (if there is no explicit config). --> | |
4 <job_conf> | |
5 <plugins> | |
6 <plugin id="local" type="runner" load="galaxy.jobs.runners.local:LocalJobRunner" workers="4"/> | |
7 </plugins> | |
8 <destinations default="docker_local"> | |
9 <destination id="local" runner="local"/> | |
10 <destination id="docker_local" runner="local"> | |
11 <param id="docker_enabled">true</param> | |
12 <param id="docker_sudo">false</param> | |
13 </destination> | |
14 </destinations> | |
15 </job_conf> |