comparison TopPerc.xml @ 0:fc7bbbcd8194 draft

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit fb85d488133bb2b5f483b52b2db0ac66038fafb8
author galaxyp
date Wed, 01 Mar 2017 13:01:11 -0500
parents
children a6574e6fc144
comparison
equal deleted inserted replaced
-1:000000000000 0:fc7bbbcd8194
1 <?xml version='1.0' encoding='UTF-8'?>
2 <!--This is a configuration file for the integration of a tools into Galaxy (https://galaxyproject.org/). This file was automatically generated using CTD2Galaxy.-->
3 <!--Proposed Tool Section: [Utilities]-->
4 <tool id="TopPerc" name="TopPerc" version="2.1.0">
5 <description>Facilitate input to Percolator and reintegrate.</description>
6 <macros>
7 <token name="@EXECUTABLE@">TopPerc</token>
8 <import>macros.xml</import>
9 </macros>
10 <expand macro="references"/>
11 <expand macro="stdio"/>
12 <expand macro="requirements"/>
13 <command>TopPerc
14
15 #if $param_percolator_executable:
16 -percolator_executable $param_percolator_executable
17 #end if
18 #if $param_in_target:
19 -in_target $param_in_target
20 #end if
21 #if $param_in_decoy:
22 -in_decoy $param_in_decoy
23 #end if
24 #if $param_out:
25 -out $param_out
26 #end if
27 #if $param_enzyme:
28 -enzyme "$param_enzyme"
29 #end if
30 #if $param_X:
31 -X $param_X
32 #end if
33 #if $param_e:
34 -e
35 #end if
36 #if $param_Z:
37 -Z
38 #end if
39 #if $param_p:
40 -p $param_p
41 #end if
42 #if $param_n:
43 -n $param_n
44 #end if
45 #if $param_F:
46 -F $param_F
47 #end if
48 #if $param_t:
49 -t $param_t
50 #end if
51 #if $param_i:
52 -i $param_i
53 #end if
54 #if $param_x:
55 -x
56 #end if
57 #if $param_f:
58 -f $param_f
59 #end if
60 #if $param_J:
61 -J $param_J
62 #end if
63 #if $param_k:
64 -k $param_k
65 #end if
66 #if $param_w:
67 -w $param_w
68 #end if
69 #if $param_W:
70 -W $param_W
71 #end if
72 #if $param_V:
73 -V "$param_V"
74 #end if
75 #if $param_v:
76 -v $param_v
77 #end if
78 #if $param_u:
79 -u
80 #end if
81 #if $param_R:
82 -R
83 #end if
84 #if $param_O:
85 -O
86 #end if
87 #if $param_S:
88 -S $param_S
89 #end if
90 #if $param_K:
91 -K
92 #end if
93 #if $param_D:
94 -D
95 #end if
96 #if $param_B:
97 -B $param_B
98 #end if
99 #if $param_U:
100 -U
101 #end if
102 #if $param_s:
103 -s
104 #end if
105 #if $param_A:
106 -A
107 #end if
108 #if $param_a:
109 -a $param_a
110 #end if
111 #if $param_b:
112 -b $param_b
113 #end if
114 #if $param_G:
115 -G $param_G
116 #end if
117 #if $param_g:
118 -g
119 #end if
120 #if $param_I:
121 -I
122 #end if
123 #if $param_q:
124 -q
125 #end if
126 #if $param_N:
127 -N
128 #end if
129 #if $param_E:
130 -E
131 #end if
132 #if $param_C:
133 -C
134 #end if
135 #if $param_d:
136 -d $param_d
137 #end if
138 #if $param_P:
139 -P "$param_P"
140 #end if
141 #if $param_T:
142 -T
143 #end if
144 #if $param_Y:
145 -Y
146 #end if
147 #if $param_H:
148 -H
149 #end if
150 #if $param_fido_truncation:
151 -fido-truncation
152 #end if
153 #if $param_Q:
154 -Q
155 #end if
156 #if $adv_opts.adv_opts_selector=='advanced':
157 #if $adv_opts.param_force:
158 -force
159 #end if
160 #end if
161 </command>
162 <inputs>
163 <param name="param_percolator_executable" type="data" format="text" label="Path to the percolator binary" help="(-percolator_executable) "/>
164 <param name="param_in_target" type="data" format="mzid" optional="False" label="Input target file" help="(-in_target) "/>
165 <param name="param_in_decoy" type="data" format="mzid" optional="False" label="Input decoy file" help="(-in_decoy) "/>
166 <param name="param_enzyme" type="text" size="30" value="trypsin" label="Type of enzyme: no_enzyme,elastase,pepsin,proteinasek,thermolysin,chymotrypsin,lys-n,lys-c,arg-c,asp-n,glu-c,trypsin" help="(-enzyme) ">
167 <sanitizer>
168 <valid initial="string.printable">
169 <remove value="'"/>
170 <remove value="&quot;"/>
171 </valid>
172 </sanitizer>
173 </param>
174 <param name="param_e" display="radio" type="boolean" truevalue="-e" falsevalue="" checked="false" optional="True" label="read xml-input format (pin) from standard input" help="(-e) "/>
175 <param name="param_Z" display="radio" type="boolean" truevalue="-Z" falsevalue="" checked="false" optional="True" label="Include decoys (PSMs, peptides and/or proteins) in the xml-output" help="(-Z) Only available if -X is used"/>
176 <param name="param_p" type="float" value="0.0" label="Cpos, penalty for mistakes made on positive examples" help="(-p) Set by cross validation if not specified"/>
177 <param name="param_n" type="float" value="0.0" label="Cneg, penalty for mistakes made on negative examples" help="(-n) Set by cross validation if not specified"/>
178 <param name="param_F" type="float" value="0.01" label="False discovery rate threshold to define positive examples in training" help="(-F) Set by cross validation if 0. Default is 0.01"/>
179 <param name="param_t" type="float" value="0.01" label="False discovery rate threshold for evaluating best cross validation result and the reported end result" help="(-t) Default is 0.01"/>
180 <param name="param_i" type="integer" value="0" label="Maximal number of iterations" help="(-i) "/>
181 <param name="param_x" display="radio" type="boolean" truevalue="-x" falsevalue="" checked="false" optional="True" label="Quicker execution by reduced internal cross-validation" help="(-x) "/>
182 <param name="param_f" type="float" value="0.6" label="Fraction of the negative data set to be used as train set when only providing one negative set, remaining examples will be used as test set" help="(-f) Set to 0.6 by default"/>
183 <param name="param_k" type="data" format="text" label="Input file given in the deprecated pin-xml format generated by" help="(-k) e.g. sqt2pin with the -k option"/>
184 <param name="param_W" type="data" format="text" label="Read initial weights to the given file" help="(-W) "/>
185 <param name="param_V" type="text" size="30" label="The most informative feature given as the feature name, can be negated to indicate that a lower value is bette" help="(-V) ">
186 <sanitizer>
187 <valid initial="string.printable">
188 <remove value="'"/>
189 <remove value="&quot;"/>
190 </valid>
191 </sanitizer>
192 </param>
193 <param name="param_v" type="integer" value="2" label="Set verbosity of output: 0=no processing info, 5=all, default is 2" help="(-v) "/>
194 <param name="param_u" display="radio" type="boolean" truevalue="-u" falsevalue="" checked="false" optional="True" label="Use unit normalization [0-1] instead of standard deviation normalization" help="(-u) "/>
195 <param name="param_R" display="radio" type="boolean" truevalue="-R" falsevalue="" checked="false" optional="True" label="Measure performance on test set each iteration" help="(-R) "/>
196 <param name="param_O" display="radio" type="boolean" truevalue="-O" falsevalue="" checked="false" optional="True" label="Override error check and do not fall back on default score vector in case of suspect score vecto" help="(-O) "/>
197 <param name="param_S" type="integer" value="1" label="Setting seed of the random number generato" help="(-S) Default value is 1"/>
198 <param name="param_K" display="radio" type="boolean" truevalue="-K" falsevalue="" checked="false" optional="True" label="Retention time features calculated as in Klammer et al" help="(-K) "/>
199 <param name="param_D" display="radio" type="boolean" truevalue="-D" falsevalue="" checked="false" optional="True" label="Include description of correct features" help="(-D) "/>
200 <param name="param_U" display="radio" type="boolean" truevalue="-U" falsevalue="" checked="false" optional="True" label="Do not remove redundant peptides, keep all PSMS and exclude peptide level probabilities" help="(-U) "/>
201 <param name="param_s" display="radio" type="boolean" truevalue="-s" falsevalue="" checked="false" optional="True" label="skip validation of input file against xml schema" help="(-s) "/>
202 <param name="param_A" display="radio" type="boolean" truevalue="-A" falsevalue="" checked="false" optional="True" label="output protein level probabilities" help="(-A) "/>
203 <param name="param_a" type="float" value="0.0" label="Probability with which a present protein emits an associated peptide (to be used jointly with the -A option)" help="(-a) Set by grid search if not specified"/>
204 <param name="param_b" type="float" value="0.0" label="Probability of the creation of a peptide from noise (to be used jointly with the -A option)" help="(-b) Set by grid search if not specified"/>
205 <param name="param_G" type="float" value="0.0" label="Prior probability of that a protein is present in the sample ( to be used with the -A option)" help="(-G) Set by grid search if not specified"/>
206 <param name="param_g" display="radio" type="boolean" truevalue="-g" falsevalue="" checked="false" optional="True" label="treat ties as if it were one protein (Only valid if option -A is active)" help="(-g) "/>
207 <param name="param_I" display="radio" type="boolean" truevalue="-I" falsevalue="" checked="false" optional="True" label="use pi_0 value when calculating empirical q-values (no effect if option Q is activated) (Only valid if option -A is active)" help="(-I) "/>
208 <param name="param_q" display="radio" type="boolean" truevalue="-q" falsevalue="" checked="false" optional="True" label="output empirical q-values and p-values (from target-decoy analysis) (Only valid if option -A is active)" help="(-q) "/>
209 <param name="param_N" display="radio" type="boolean" truevalue="-N" falsevalue="" checked="false" optional="True" label="disactivates the grouping of proteins with similar connectivity, for example if proteins P1 and P2 have the same peptides matching both of them, P1 and P2 will not be grouped as one protein (Only valid if option -A is active)" help="(-N) "/>
210 <param name="param_E" display="radio" type="boolean" truevalue="-E" falsevalue="" checked="false" optional="True" label="Proteins graph will not be separated in sub-graphs (Only valid if option -A is active)" help="(-E) "/>
211 <param name="param_C" display="radio" type="boolean" truevalue="-C" falsevalue="" checked="false" optional="True" label="it does not prune peptides with a very low score (~0.0) which means that if a peptide with a very low score is matching two proteins, when we prune the peptide,it will be duplicated to generate two new protein groups (Only valid if option -A is active)" help="(-C) "/>
212 <param name="param_d" type="integer" value="0" label="Setting depth 0 or 1 or 2 from low depth to high depth(less computational time) of the grid search for the estimation Alpha,Beta and Gamma parameters for fido(Only valid if option -A is active)" help="(-d) Default value is 0"/>
213 <param name="param_P" type="text" size="30" value="random" label="Define the text pattern to identify the decoy proteins and/or PSMs, set this up if the label that identifies the decoys in the database is not the default (by default : random) (Only valid if option -A is active)" help="(-P) ">
214 <sanitizer>
215 <valid initial="string.printable">
216 <remove value="'"/>
217 <remove value="&quot;"/>
218 </valid>
219 </sanitizer>
220 </param>
221 <param name="param_T" display="radio" type="boolean" truevalue="-T" falsevalue="" checked="false" optional="True" label="Reduce the tree of proteins (removing low scored proteins) in order to estimate alpha,beta and gamma faster.(Only valid if option -A is active)" help="(-T) "/>
222 <param name="param_Y" display="radio" type="boolean" truevalue="-Y" falsevalue="" checked="false" optional="True" label="Use target decoy competition to compute peptide probabilities.(recommended when using -A)" help="(-Y) "/>
223 <param name="param_H" display="radio" type="boolean" truevalue="-H" falsevalue="" checked="false" optional="True" label="Q-value threshold that will be used in the computation of the MSE and ROC AUC score in the grid search (recommended 0.05 for normal size datasets and 0.1 for big size datasets).(Only valid if option -A is active)" help="(-H) "/>
224 <param name="param_fido_truncation" display="radio" type="boolean" truevalue="-fido-truncation" falsevalue="" checked="false" optional="True" label="Proteins with a very low score (&lt; 0.001) will be truncated (assigned 0.0 probability).(Only valid if option -A is active)" help="(-fido-truncation) "/>
225 <param name="param_Q" display="radio" type="boolean" truevalue="-Q" falsevalue="" checked="false" optional="True" label="Uses protein group level inference, each cluster of proteins is either present or not, therefore when grouping proteins discard all possible combinations for each group.(Only valid if option -A is active and -N is inactive)" help="(-Q) "/>
226 <expand macro="advanced_options">
227 <param name="param_force" display="radio" type="boolean" truevalue="-force" falsevalue="" checked="false" optional="True" label="Overwrite tool specific checks" help="(-force) "/>
228 </expand>
229 </inputs>
230 <outputs>
231 <data name="param_out" format="data"/>
232 <data name="param_X" format="data"/>
233 <data name="param_J" format="data"/>
234 <data name="param_w" format="data"/>
235 <data name="param_B" format="data"/>
236 </outputs>
237 <help>Facilitate input to Percolator and reintegrate.
238
239
240 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/doxygen/parameters/output/UTILS_TopPerc.html</help>
241 </tool>