Mercurial > repos > galaxyp > openms
view MzTabExporter.xml @ 4:60a33af52042 draft default tip
Uploaded
author | galaxyp |
---|---|
date | Wed, 13 May 2015 21:19:44 -0400 |
parents | 3070d71e0e5c |
children |
line wrap: on
line source
<?xml version='1.0' encoding='UTF-8'?> <tool id="MzTabExporter" name="MzTabExporter" version="2.0.0"> <description>Exports various XML formats to an mzTab file.</description> <macros> <token name="@EXECUTABLE@">MzTabExporter</token> <import>macros.xml</import> </macros> <expand macro="stdio"/> <expand macro="requirements"/> <command>MzTabExporter #if $param_in_feature: -in_feature $param_in_feature #end if #if $param_in_consensus: -in_consensus $param_in_consensus #end if #if $param_in_id: -in_id $param_in_id #end if #if $param_out: -out $param_out #end if -threads \${GALAXY_SLOTS:-24} #if $adv_opts.adv_opts_selector=='advanced': #if $adv_opts.param_force: -force #end if #end if </command> <inputs> <param name="param_in_feature" type="data" format="featurexml" optional="True" label="FeatureXMLs used to generate the mzTab file" help="(-in_feature) "/> <param name="param_in_consensus" type="data" format="consensusxml" optional="True" label="ConsensusXMLs used to generate the mzTab file" help="(-in_consensus) "/> <param name="param_in_id" type="data" format="idxml" optional="True" label="Identifications used to generate the mzTab file" help="(-in_id) "/> <expand macro="advanced_options"> <param name="param_force" type="boolean" truevalue="-force" falsevalue="" checked="false" optional="True" label="Overwrite tool specific checks" help="(-force) "/> </expand> </inputs> <outputs> <data name="param_out" format="tabular"/> </outputs> <help>**What it does** Exports various XML formats to an mzTab file. For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/TOPP_MzTabExporter.html</help> <expand macro="references"/> </tool>