comparison RTPredict.xml @ 7:3166bc58c62c draft

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit f608f41d45664d04d3124c6ebc791bf8a566b3c5
author galaxyp
date Fri, 17 May 2019 05:03:43 -0400
parents 1eb2400e3f61
children
comparison
equal deleted inserted replaced
6:3d5c8464e9a1 7:3166bc58c62c
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>RTPredict 13 <command detect_errors="aggressive"><![CDATA[RTPredict
14 14
15 #if $param_in_id: 15 #if $param_in_id:
16 -in_id $param_in_id 16 -in_id $param_in_id
17 #end if 17 #end if
18 #if $param_in_text: 18 #if $param_in_text:
51 #end if 51 #end if
52 #if $adv_opts.param_out_id_rewrite_peptideidentification_rtmz: 52 #if $adv_opts.param_out_id_rewrite_peptideidentification_rtmz:
53 -out_id:rewrite_peptideidentification_rtmz 53 -out_id:rewrite_peptideidentification_rtmz
54 #end if 54 #end if
55 #end if 55 #end if
56 </command> 56 ]]></command>
57 <inputs> 57 <inputs>
58 <param name="param_in_id" type="data" format="idxml" optional="True" label="Peptides with precursor information" help="(-in_id) "/> 58 <param name="param_in_id" type="data" format="idxml" optional="True" label="Peptides with precursor information" help="(-in_id) "/>
59 <param name="param_in_text" type="data" format="txt" optional="True" label="Peptides as text-based file" help="(-in_text) "/> 59 <param name="param_in_text" type="data" format="txt" optional="True" label="Peptides as text-based file" help="(-in_text) "/>
60 <param name="param_in_oligo_params" type="data" format="paramXML" optional="True" label="input file with additional model parameters when using the OLIGO kernel" help="(-in_oligo_params) "/> 60 <param name="param_in_oligo_params" type="data" format="paramXML" optional="True" label="input file with additional model parameters when using the OLIGO kernel" help="(-in_oligo_params) "/>
61 <param name="param_in_oligo_trainset" type="data" format="txt" optional="True" label="input file with the used training dataset when using the OLIGO kernel" help="(-in_oligo_trainset) "/> 61 <param name="param_in_oligo_trainset" type="data" format="txt" optional="True" label="input file with the used training dataset when using the OLIGO kernel" help="(-in_oligo_trainset) "/>
74 <data name="param_out_text_file" format="tabular"/> 74 <data name="param_out_text_file" format="tabular"/>
75 </outputs> 75 </outputs>
76 <help>Predicts retention times for peptides using a model trained by RTModel. 76 <help>Predicts retention times for peptides using a model trained by RTModel.
77 77
78 78
79 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/TOPP_RTPredict.html</help> 79 For more information, visit https://abibuilder.informatik.uni-tuebingen.de/archive/openms/Documentation/release/2.3.0/html/TOPP_RTPredict.html</help>
80 </tool> 80 </tool>