Mercurial > repos > richard-burhans > ncbi_fcs_adaptor
view 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 |
line wrap: on
line source
<?xml version="1.0"?> <!-- A sample job config that explicitly configures job running the way it is configured by default (if there is no explicit config). --> <job_conf> <plugins> <plugin id="local" type="runner" load="galaxy.jobs.runners.local:LocalJobRunner" workers="4"/> </plugins> <destinations default="docker_local"> <destination id="local" runner="local"/> <destination id="docker_local" runner="local"> <param id="docker_enabled">true</param> <param id="docker_sudo">false</param> </destination> </destinations> </job_conf>