comparison TextExporter.xml @ 9:bc687236ebe0 draft

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit f608f41d45664d04d3124c6ebc791bf8a566b3c5
author galaxyp
date Wed, 15 May 2019 05:42:59 -0400
parents fb6a81e78d85
children b81d70e4cc56
comparison
equal deleted inserted replaced
8:4c2029ee8345 9:bc687236ebe0
1 <?xml version='1.0' encoding='UTF-8'?> 1 <?xml version='1.0' encoding='UTF-8'?>
2 <!--This is a configuration file for the integration of a tools into Galaxy (https://galaxyproject.org/). This file was automatically generated using CTD2Galaxy.--> 2 <!--This is a configuration file for the integration of a tools into Galaxy (https://galaxyproject.org/). This file was automatically generated using CTDConverter.-->
3 <!--Proposed Tool Section: [File Handling]--> 3 <!--Proposed Tool Section: [File Handling]-->
4 <tool id="TextExporter" name="TextExporter" version="2.2.0"> 4 <tool id="TextExporter" name="TextExporter" version="2.3.0">
5 <description>Exports various XML formats to a text file.</description> 5 <description>Exports various XML formats to a text file.</description>
6 <macros> 6 <macros>
7 <token name="@EXECUTABLE@">TextExporter</token> 7 <token name="@EXECUTABLE@">TextExporter</token>
8 <import>macros.xml</import> 8 <import>macros.xml</import>
9 </macros> 9 </macros>
10 <expand macro="references"/> 10 <expand macro="references"/>
11 <expand macro="stdio"/> 11 <expand macro="stdio"/>
12 <expand macro="requirements"/> 12 <expand macro="requirements"/>
13 <command>TextExporter 13 <command detect_errors="aggressive"><![CDATA[TextExporter
14 14
15 #if $param_in: 15 #if $param_in:
16 -in $param_in 16 -in $param_in
17 #end if 17 #end if
18 #if $param_out: 18 #if $param_out:
82 #if $adv_opts.adv_opts_selector=='advanced': 82 #if $adv_opts.adv_opts_selector=='advanced':
83 #if $adv_opts.param_force: 83 #if $adv_opts.param_force:
84 -force 84 -force
85 #end if 85 #end if
86 #end if 86 #end if
87 </command> 87 ]]></command>
88 <inputs> 88 <inputs>
89 <param name="param_in" type="data" format="featurexml,consensusxml,idxml,mzml" optional="False" label="Input file" help="(-in) "/> 89 <param name="param_in" type="data" format="featurexml,consensusxml,idxml,mzml" optional="False" label="Input file" help="(-in) "/>
90 <param name="param_separator" type="text" size="30" label="The used separator character(s); if not set the 'tab' character is used" help="(-separator) "> 90 <param name="param_separator" type="text" size="30" label="The used separator character(s); if not set the 'tab' character is used" help="(-separator) ">
91 <sanitizer> 91 <sanitizer>
92 <valid initial="string.printable"> 92 <valid initial="string.printable">
138 <data name="param_consensus_features" format="tabular"/> 138 <data name="param_consensus_features" format="tabular"/>
139 </outputs> 139 </outputs>
140 <help>Exports various XML formats to a text file. 140 <help>Exports various XML formats to a text file.
141 141
142 142
143 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/TOPP_TextExporter.html</help> 143 For more information, visit https://abibuilder.informatik.uni-tuebingen.de/archive/openms/Documentation/release/2.3.0/html/TOPP_TextExporter.html</help>
144 </tool> 144 </tool>