comparison AdditiveSeries.xml @ 9:eabed74a76bd 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:09:12 -0500
parents d86b95a89b12
children 9601a416dc9e
comparison
equal deleted inserted replaced
8:7328fe9298e8 9:eabed74a76bd
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: [Quantitation]--> 3 <!--Proposed Tool Section: [Quantitation]-->
4 <tool id="AdditiveSeries" name="AdditiveSeries" version="2.2.0"> 4 <tool id="AdditiveSeries" name="AdditiveSeries" version="2.3.0">
5 <description>Computes an additive series to quantify a peptide in a set of samples.</description> 5 <description>Computes an additive series to quantify a peptide in a set of samples.</description>
6 <macros> 6 <macros>
7 <token name="@EXECUTABLE@">AdditiveSeries</token> 7 <token name="@EXECUTABLE@">AdditiveSeries</token>
8 <import>macros.xml</import> 8 <import>macros.xml</import>
9 </macros> 9 </macros>
69 </valid> 69 </valid>
70 </sanitizer> 70 </sanitizer>
71 </param> 71 </param>
72 <param name="param_mz_tolerance" type="float" value="1.0" label="Tolerance in m/z dimension" help="(-mz_tolerance) "/> 72 <param name="param_mz_tolerance" type="float" value="1.0" label="Tolerance in m/z dimension" help="(-mz_tolerance) "/>
73 <param name="param_rt_tolerance" type="float" value="1.0" label="Tolerance in RT dimension" help="(-rt_tolerance) "/> 73 <param name="param_rt_tolerance" type="float" value="1.0" label="Tolerance in RT dimension" help="(-rt_tolerance) "/>
74 <repeat name="rep_param_concentrations" min="1" max="1" title="param_concentrations"> 74 <repeat name="rep_param_concentrations" min="1" title="param_concentrations">
75 <param name="param_concentrations" type="text" size="30" value="0" label="List of spiked concentrations" help="(-concentrations) "> 75 <param name="param_concentrations" type="text" size="30" value="0" label="List of spiked concentrations" help="(-concentrations) ">
76 <sanitizer> 76 <sanitizer>
77 <valid initial="string.printable"> 77 <valid initial="string.printable">
78 <remove value="'"/> 78 <remove value="'"/>
79 <remove value="&quot;"/> 79 <remove value="&quot;"/>