comparison QCExporter.xml @ 5:aa28cebc18fc draft

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit 58476cadaaf10b494317a604ad81d41c2d15f29b
author galaxyp
date Mon, 12 Feb 2018 13:07:29 -0500
parents 702df4c5cb86
children bb52c480a74a
comparison
equal deleted inserted replaced
4:19c566c5568b 5:aa28cebc18fc
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: [Utilities]--> 3 <!--Proposed Tool Section: [Utilities]-->
4 <tool id="QCExporter" name="QCExporter" version="2.2.0"> 4 <tool id="QCExporter" name="QCExporter" version="2.3.0">
5 <description>Will extract several qp from several run/sets in a tabular format.</description> 5 <description>Will extract several qp from several run/sets in a tabular format.</description>
6 <macros> 6 <macros>
7 <token name="@EXECUTABLE@">QCExporter</token> 7 <token name="@EXECUTABLE@">QCExporter</token>
8 <import>macros.xml</import> 8 <import>macros.xml</import>
9 </macros> 9 </macros>
38 #end if 38 #end if
39 #end if 39 #end if
40 </command> 40 </command>
41 <inputs> 41 <inputs>
42 <param name="param_in" type="data" format="qcml" optional="False" label="Input qcml file" help="(-in) "/> 42 <param name="param_in" type="data" format="qcml" optional="False" label="Input qcml file" help="(-in) "/>
43 <repeat name="rep_param_names" min="0" max="1" title="param_names"> 43 <repeat name="rep_param_names" min="0" title="param_names">
44 <param name="param_names" type="text" size="30" label="The name of the target runs or sets to be exported from" help="(-names) If empty, from all will be exported"> 44 <param name="param_names" type="text" size="30" label="The name of the target runs or sets to be exported from" help="(-names) If empty, from all will be exported">
45 <sanitizer> 45 <sanitizer>
46 <valid initial="string.printable"> 46 <valid initial="string.printable">
47 <remove value="'"/> 47 <remove value="'"/>
48 <remove value="&quot;"/> 48 <remove value="&quot;"/>