comparison LuciphorAdapter.xml @ 7:d7117b5551be draft

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit f608f41d45664d04d3124c6ebc791bf8a566b3c5
author galaxyp
date Fri, 17 May 2019 04:45:32 -0400
parents 0e7098caa841
children b67078922766
comparison
equal deleted inserted replaced
6:be19daaf2c43 7:d7117b5551be
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>LuciphorAdapter 13 <command detect_errors="aggressive"><![CDATA[LuciphorAdapter
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_id: 18 #if $param_id:
111 #if $adv_opts.adv_opts_selector=='advanced': 111 #if $adv_opts.adv_opts_selector=='advanced':
112 #if $adv_opts.param_force: 112 #if $adv_opts.param_force:
113 -force 113 -force
114 #end if 114 #end if
115 #end if 115 #end if
116 </command> 116 ]]></command>
117 <inputs> 117 <inputs>
118 <param name="param_in" type="data" format="mzml" optional="False" label="Input spectrum file" help="(-in) "/> 118 <param name="param_in" type="data" format="mzml" optional="False" label="Input spectrum file" help="(-in) "/>
119 <param name="param_id" type="data" format="idxml" optional="False" label="Protein/peptide identifications file" help="(-id) "/> 119 <param name="param_id" type="data" format="idxml" optional="False" label="Protein/peptide identifications file" help="(-id) "/>
120 <param name="param_fragment_method" display="radio" type="select" optional="False" value="CID" label="Fragmentation method" help="(-fragment_method) "> 120 <param name="param_fragment_method" display="radio" type="select" optional="False" value="CID" label="Fragmentation method" help="(-fragment_method) ">
121 <option value="CID" selected="true">CID</option> 121 <option value="CID" selected="true">CID</option>
2700 <data name="param_out" format="idxml"/> 2700 <data name="param_out" format="idxml"/>
2701 </outputs> 2701 </outputs>
2702 <help>Modification site localisation using LuciPHOr2. 2702 <help>Modification site localisation using LuciPHOr2.
2703 2703
2704 2704
2705 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/TOPP_LuciphorAdapter.html</help> 2705 For more information, visit https://abibuilder.informatik.uni-tuebingen.de/archive/openms/Documentation/release/2.3.0/html/TOPP_LuciphorAdapter.html</help>
2706 </tool> 2706 </tool>