Mercurial > repos > lecorguille > xcms_xcmsset
diff job_conf.xml.sample @ 12:15646e937936 draft
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
author | lecorguille |
---|---|
date | Fri, 07 Apr 2017 07:35:01 -0400 |
parents | |
children | c934dd5c49a9 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/job_conf.xml.sample Fri Apr 07 07:35:01 2017 -0400 @@ -0,0 +1,36 @@ +<?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"/> + <plugin id="sge" load="galaxy.jobs.runners.drmaa:DRMAAJobRunner" type="runner"/> + <plugin id="dynamic" type="runner" > + <param id="rules_module">galaxy.jobs.rules</param> + </plugin> + </plugins> + <handlers> + <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> + <destination id="thread4-men_free10" runner="sge"> + <param id="nativeSpecification">-V -w n -q galaxy.q -pe thread 4 -R y -l mem_free=10G </param> + </destination> + + <destination id="python_destination_input_type" runner="dynamic"> + <param id="type">python</param> + <param id="function">input_type</param> + </destination> + </destinations> + <tools> + <tool destination="python_destination_input_type" id="abims_xcms_xcmsSet" /> + <tool destination="local" id="upload1"/> + </tools> +</job_conf>