Skip to content

Instantly share code, notes, and snippets.

@pvanheus
Created May 23, 2018 18:44
Show Gist options
  • Save pvanheus/7d7effb91229d1b51df11b59b46c6dfe to your computer and use it in GitHub Desktop.
Save pvanheus/7d7effb91229d1b51df11b59b46c6dfe to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<job_conf>
<plugins>
<plugin id="local" type="runner" load="galaxy.jobs.runners.local:LocalJobRunner" workers="2"/>
<plugin id="cluster" type="runner" load="galaxy.jobs.runners.drmaa:DRMAAJobRunner" workers="2"/>
</plugins>
<destinations default="cluster_default">
<destination id="local" runner="local"/>
<destination id="cluster_default" runner="cluster">
<env id="VIRTUAL_ENV">/galaxy/galaxysrv/galaxy/.venv</env>
</destination>
</destinations>
<tools>
<tool id="upload1" destination="local"/>
</tools>
</job_conf>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment