Mercurial > repos > galaxyp > openms_consensusmapnormalizer
comparison ConsensusMapNormalizer.xml @ 11:f67f3c7c062f draft
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit f608f41d45664d04d3124c6ebc791bf8a566b3c5
author | galaxyp |
---|---|
date | Wed, 15 May 2019 08:30:09 -0400 |
parents | 687d55ee2193 |
children | 9ff14d340f84 |
comparison
equal
deleted
inserted
replaced
10:6ccbb3ca7f43 | 11:f67f3c7c062f |
---|---|
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>ConsensusMapNormalizer | 13 <command detect_errors="aggressive"><![CDATA[ConsensusMapNormalizer |
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: |
38 #end if | 38 #end if |
39 #if $adv_opts.param_force: | 39 #if $adv_opts.param_force: |
40 -force | 40 -force |
41 #end if | 41 #end if |
42 #end if | 42 #end if |
43 </command> | 43 ]]></command> |
44 <inputs> | 44 <inputs> |
45 <param name="param_in" type="data" format="consensusxml" optional="False" label="input file" help="(-in) "/> | 45 <param name="param_in" type="data" format="consensusxml" optional="False" label="input file" help="(-in) "/> |
46 <param name="param_algorithm_type" display="radio" type="select" optional="False" value="robust_regression" label="The normalization algorithm that is applied" help="(-algorithm_type) 'robust_regression' scales each map by a fator computed from the ratios of non-differential background features (as determined by the ratio_threshold parameter), 'quantile' performs quantile normalization, 'median' scales all maps to the same median intensity, 'median_shift' shifts the median instead of scaling (WARNING: if you have regular, log-normal MS data, 'median_shift' is probably the wrong choice. Use only if you know what you're doing!)"> | 46 <param name="param_algorithm_type" display="radio" type="select" optional="False" value="robust_regression" label="The normalization algorithm that is applied" help="(-algorithm_type) 'robust_regression' scales each map by a fator computed from the ratios of non-differential background features (as determined by the ratio_threshold parameter), 'quantile' performs quantile normalization, 'median' scales all maps to the same median intensity, 'median_shift' shifts the median instead of scaling (WARNING: if you have regular, log-normal MS data, 'median_shift' is probably the wrong choice. Use only if you know what you're doing!)"> |
47 <option value="robust_regression" selected="true">robust_regression</option> | 47 <option value="robust_regression" selected="true">robust_regression</option> |
48 <option value="median">median</option> | 48 <option value="median">median</option> |
74 <data name="param_out" format="consensusxml"/> | 74 <data name="param_out" format="consensusxml"/> |
75 </outputs> | 75 </outputs> |
76 <help>Normalizes maps of one consensusXML file | 76 <help>Normalizes maps of one consensusXML file |
77 | 77 |
78 | 78 |
79 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/TOPP_ConsensusMapNormalizer.html</help> | 79 For more information, visit https://abibuilder.informatik.uni-tuebingen.de/archive/openms/Documentation/release/2.3.0/html/TOPP_ConsensusMapNormalizer.html</help> |
80 </tool> | 80 </tool> |