diff job_conf.xml.sample @ 29:5dba1c94fb94 draft

planemo upload for repository https://github.com/workflow4metabolomics/xcms commit bff1445c9b00ccdbe05ee3dc6ed24221033384b9
author lecorguille
date Tue, 24 Oct 2017 11:46:21 -0400
parents 626d3db664ef
children efd23113d5f4
line wrap: on
line diff
--- a/job_conf.xml.sample	Mon Apr 03 07:50:18 2017 -0400
+++ b/job_conf.xml.sample	Tue Oct 24 11:46:21 2017 -0400
@@ -2,7 +2,6 @@
 <!-- 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"/>
         <plugin id="sge" load="galaxy.jobs.runners.drmaa:DRMAAJobRunner" type="runner"/>
         <plugin id="dynamic" type="runner" >
             <param id="rules_module">galaxy.jobs.rules</param>
@@ -12,11 +11,10 @@
         <handler id="main"/>
     </handlers>
     <destinations default="sge_default">
-        <destination id="local" runner="local"/>
         <destination id="sge_default" runner="sge">
              <param id="nativeSpecification">-V -w n -q galaxy.q</param>
         </destination>
-        
+
         <destination id="thread1-men_free10" runner="sge">
              <param id="nativeSpecification">-V -w n -q galaxy.q -pe thread 1 -R y -l mem_free=10G </param>
         </destination>
@@ -31,6 +29,5 @@
     </destinations>
     <tools>
         <tool destination="python_destination_input_type" id="abims_xcms_xcmsSet" />
-        <tool destination="local" id="upload1"/>
     </tools>
 </job_conf>