Mercurial > repos > bgruening > openms
comparison ConsensusMapNormalizer.xml @ 0:3d84209d3178 draft
Uploaded
author | bgruening |
---|---|
date | Fri, 10 Oct 2014 18:20:03 -0400 |
parents | |
children | 6ead64a594bd |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:3d84209d3178 |
---|---|
1 <?xml version='1.0' encoding='UTF-8'?> | |
2 <tool id="ConsensusMapNormalizer" name="ConsensusMapNormalizer" version="1.12.0"> | |
3 <description>Normalizes maps of one consensusXML file</description> | |
4 <macros> | |
5 <token name="@EXECUTABLE@">ConsensusMapNormalizer</token> | |
6 <import>macros.xml</import> | |
7 </macros> | |
8 <expand macro="stdio"/> | |
9 <expand macro="requirements"/> | |
10 <command>ConsensusMapNormalizer | |
11 | |
12 -in ${param_in} | |
13 -out ${param_out} | |
14 -algorithm_type ${param_algorithm_type} | |
15 -ratio_threshold ${param_ratio_threshold} | |
16 -threads \${GALAXY_SLOTS:-24} | |
17 </command> | |
18 <inputs> | |
19 <param name="param_in" type="data" format="consensusXML" optional="False" label="input file" help="(-in)"/> | |
20 <param name="param_algorithm_type" type="select" optional="True" value="robust_regression" label="The normalization algorithm that is applied." help="(-algorithm_type)"> | |
21 <option value="robust_regression">robust_regression</option> | |
22 <option value="median">median</option> | |
23 <option value="quantile">quantile</option> | |
24 </param> | |
25 <param name="param_ratio_threshold" type="float" min="0.001" max="1.0" optional="True" value="0.67" label="Only for 'robust_regression': the parameter is used to distinguish between non-outliers (ratio_threshold < intensity ratio < 1/ratio_threshold) and outliers." help="(-ratio_threshold)"/> | |
26 </inputs> | |
27 <outputs> | |
28 <data name="param_out" label="output file" format="consensusXML"/> | |
29 </outputs> | |
30 <help>**What it does** | |
31 | |
32 Normalizes maps of one consensusXML file | |
33 | |
34 | |
35 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/TOPP_ConsensusMapNormalizer.html | |
36 | |
37 @REFERENCES@ | |
38 </help> | |
39 </tool> |