Mercurial > repos > galaxyp > openms_ptmodel
comparison PTModel.xml @ 7:88bd406e3b22 draft
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit f608f41d45664d04d3124c6ebc791bf8a566b3c5-dirty
author | galaxyp |
---|---|
date | Fri, 17 May 2019 10:24:30 -0400 |
parents | a174f62788b7 |
children | 039029f54c89 |
comparison
equal
deleted
inserted
replaced
6:03178f52c6cc | 7:88bd406e3b22 |
---|---|
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>PTModel | 13 <command detect_errors="aggressive"><![CDATA[PTModel |
14 | 14 |
15 #if $param_in_positive: | 15 #if $param_in_positive: |
16 -in_positive $param_in_positive | 16 -in_positive $param_in_positive |
17 #end if | 17 #end if |
18 #if $param_in_negative: | 18 #if $param_in_negative: |
115 #if $adv_opts.adv_opts_selector=='advanced': | 115 #if $adv_opts.adv_opts_selector=='advanced': |
116 #if $adv_opts.param_force: | 116 #if $adv_opts.param_force: |
117 -force | 117 -force |
118 #end if | 118 #end if |
119 #end if | 119 #end if |
120 </command> | 120 ]]></command> |
121 <inputs> | 121 <inputs> |
122 <param name="param_in_positive" type="data" format="idxml" optional="False" label="input file with positive examples" help="(-in_positive) "/> | 122 <param name="param_in_positive" type="data" format="idxml" optional="False" label="input file with positive examples" help="(-in_positive) "/> |
123 <param name="param_in_negative" type="data" format="idxml" optional="False" label="input file with negative examples" help="(-in_negative) "/> | 123 <param name="param_in_negative" type="data" format="idxml" optional="False" label="input file with negative examples" help="(-in_negative) "/> |
124 <param name="param_c" type="float" value="1.0" label="the penalty parameter of the svm" help="(-c) "/> | 124 <param name="param_c" type="float" value="1.0" label="the penalty parameter of the svm" help="(-c) "/> |
125 <param name="param_svm_type" display="radio" type="select" optional="False" value="C_SVC" label="the type of the svm (NU_SVC or C_SVC)" help="(-svm_type) "> | 125 <param name="param_svm_type" display="radio" type="select" optional="False" value="C_SVC" label="the type of the svm (NU_SVC or C_SVC)" help="(-svm_type) "> |
164 <data name="param_out" format="txt"/> | 164 <data name="param_out" format="txt"/> |
165 </outputs> | 165 </outputs> |
166 <help>Trains a model for the prediction of proteotypic peptides from a training set. | 166 <help>Trains a model for the prediction of proteotypic peptides from a training set. |
167 | 167 |
168 | 168 |
169 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/TOPP_PTModel.html</help> | 169 For more information, visit https://abibuilder.informatik.uni-tuebingen.de/archive/openms/Documentation/release/2.3.0/html/TOPP_PTModel.html</help> |
170 </tool> | 170 </tool> |