comparison Decharger.xml @ 11:2378124da7c4 draft

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit f608f41d45664d04d3124c6ebc791bf8a566b3c5
author galaxyp
date Wed, 15 May 2019 07:58:29 -0400
parents 91343f74a2d9
children 95bf997c9cf5
comparison
equal deleted inserted replaced
10:9fb4bc0c5288 11:2378124da7c4
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>Decharger 13 <command detect_errors="aggressive"><![CDATA[Decharger
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_cm: 18 #if $param_out_cm:
82 #end if 82 #end if
83 #if $adv_opts.param_algorithm_FeatureDeconvolution_verbose_level: 83 #if $adv_opts.param_algorithm_FeatureDeconvolution_verbose_level:
84 -algorithm:FeatureDeconvolution:verbose_level $adv_opts.param_algorithm_FeatureDeconvolution_verbose_level 84 -algorithm:FeatureDeconvolution:verbose_level $adv_opts.param_algorithm_FeatureDeconvolution_verbose_level
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" optional="False" label="input file" help="(-in) "/> 89 <param name="param_in" type="data" format="featurexml" optional="False" label="input file" help="(-in) "/>
90 <param name="param_algorithm_FeatureDeconvolution_charge_min" type="integer" value="1" label="Minimal possible charge" help="(-charge_min) "/> 90 <param name="param_algorithm_FeatureDeconvolution_charge_min" type="integer" value="1" label="Minimal possible charge" help="(-charge_min) "/>
91 <param name="param_algorithm_FeatureDeconvolution_charge_max" type="integer" value="10" label="Maximal possible charge" help="(-charge_max) "/> 91 <param name="param_algorithm_FeatureDeconvolution_charge_max" type="integer" value="10" label="Maximal possible charge" help="(-charge_max) "/>
92 <param name="param_algorithm_FeatureDeconvolution_charge_span_max" type="integer" min="1" optional="True" value="4" label="Maximal range of charges for a single analyte, i.e" help="(-charge_span_max) observing q1=[5,6,7] implies span=3. Setting this to 1 will only find adduct variants of the same charge"/> 92 <param name="param_algorithm_FeatureDeconvolution_charge_span_max" type="integer" min="1" optional="True" value="4" label="Maximal range of charges for a single analyte, i.e" help="(-charge_span_max) observing q1=[5,6,7] implies span=3. Setting this to 1 will only find adduct variants of the same charge"/>
131 <data name="param_outpairs" format="consensusxml"/> 131 <data name="param_outpairs" format="consensusxml"/>
132 </outputs> 132 </outputs>
133 <help>Decharges and merges different feature charge variants of the same peptide. 133 <help>Decharges and merges different feature charge variants of the same peptide.
134 134
135 135
136 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/TOPP_Decharger.html</help> 136 For more information, visit https://abibuilder.informatik.uni-tuebingen.de/archive/openms/Documentation/release/2.3.0/html/TOPP_Decharger.html</help>
137 </tool> 137 </tool>