view QCMerger.xml @ 1:17e8c91b70d5 draft

Uploaded
author bgruening
date Fri, 10 Oct 2014 18:23:01 -0400
parents 3d84209d3178
children
line wrap: on
line source

<?xml version='1.0' encoding='UTF-8'?>
<tool id="QCMerger" name="QCMerger" version="1.12.0">
  <description>Merges two qcml files together.</description>
  <macros>
    <token name="@EXECUTABLE@">QCMerger</token>
    <import>macros.xml</import>
  </macros>
  <expand macro="stdio"/>
  <expand macro="requirements"/>
  <command>QCMerger

-in ${param_in}
-out ${param_out}
-setname ${param_setname}
-threads \${GALAXY_SLOTS:-24} 
</command>
  <inputs>
    <param name="param_in" type="data" format="" optional="False" size="20" label="List of qcml files to be merged." help="(-in)"/>
    <param name="param_setname" type="text" size="20" label="Use only when all given qcml files belong to one set, which will be held under the given name." help="(-setname)"/>
  </inputs>
  <outputs>
    <data name="param_out" label="Output extended/reduced qcML file" format="data"/>
  </outputs>
  <help>**What it does**

Merges two qcml files together.


For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/UTILS_QCMerger.html

@REFERENCES@
</help>
</tool>