Files
galaxy/config/job_conf.xml.sample_basic
T
Nate Coraor e58034b987 Correct examples in dynamic job conf doc, remove handlers section from
basic sample job config (defining a single default handler is no longer
needed). Fixes #5976.
2018-04-25 13:10:04 -04:00

11 lines
403 B
XML

<?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>
<destination id="local" runner="local"/>
</destinations>
</job_conf>