comparison PrecursorIonSelector.xml @ 7:de49246e559a 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:26:43 -0400
parents 59e80620e2df
children faac17171cc2
comparison
equal deleted inserted replaced
6:913822effdb3 7:de49246e559a
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>PrecursorIonSelector 13 <command detect_errors="aggressive"><![CDATA[PrecursorIonSelector
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:
199 #end if 199 #end if
200 #if $adv_opts.param_force: 200 #if $adv_opts.param_force:
201 -force 201 -force
202 #end if 202 #end if
203 #end if 203 #end if
204 </command> 204 ]]></command>
205 <inputs> 205 <inputs>
206 <param name="param_in" type="data" format="featurexml" optional="False" label="Input feature map file (featureXML)" help="(-in) "/> 206 <param name="param_in" type="data" format="featurexml" optional="False" label="Input feature map file (featureXML)" help="(-in) "/>
207 <param name="param_ids" type="data" format="idxml" optional="False" label="file containing results of identification" help="(-ids) "/> 207 <param name="param_ids" type="data" format="idxml" optional="False" label="file containing results of identification" help="(-ids) "/>
208 <param name="param_num_precursors" type="integer" value="1" label="number of precursors to be selected" help="(-num_precursors) "/> 208 <param name="param_num_precursors" type="integer" value="1" label="number of precursors to be selected" help="(-num_precursors) "/>
209 <param name="param_raw_data" type="data" format="mzml" optional="True" label="Input profile data" help="(-raw_data) "/> 209 <param name="param_raw_data" type="data" format="mzml" optional="True" label="Input profile data" help="(-raw_data) "/>
350 <data name="param_next_feat" format="featurexml"/> 350 <data name="param_next_feat" format="featurexml"/>
351 </outputs> 351 </outputs>
352 <help>PrecursorIonSelector 352 <help>PrecursorIonSelector
353 353
354 354
355 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/TOPP_PrecursorIonSelector.html</help> 355 For more information, visit https://abibuilder.informatik.uni-tuebingen.de/archive/openms/Documentation/release/2.3.0/html/TOPP_PrecursorIonSelector.html</help>
356 </tool> 356 </tool>