Mercurial > repos > galaxyp > openms_fidoadapter
comparison FidoAdapter.xml @ 15:1595601708ec draft default tip
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit 3d1e5f37fd16524a415f707772eeb7ead848c5e3
author | galaxyp |
---|---|
date | Thu, 01 Dec 2022 19:15:21 +0000 |
parents | c3a5cd016963 |
children |
comparison
equal
deleted
inserted
replaced
14:658494a2cb00 | 15:1595601708ec |
---|---|
1 <?xml version='1.0' encoding='UTF-8'?> | 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 CTDConverter.--> | 2 <!--This is a configuration file for the integration of a tools into Galaxy (https://galaxyproject.org/). This file was automatically generated using CTDConverter.--> |
3 <!--Proposed Tool Section: [ID Processing]--> | 3 <!--Proposed Tool Section: [ID Processing]--> |
4 <tool id="FidoAdapter" name="FidoAdapter" version="@TOOL_VERSION@+galaxy@GALAXY_VERSION@" profile="20.05"> | 4 <tool id="FidoAdapter" name="FidoAdapter" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="21.05"> |
5 <description>Runs the protein inference engine Fido.</description> | 5 <description>Runs the protein inference engine Fido.</description> |
6 <macros> | 6 <macros> |
7 <token name="@EXECUTABLE@">FidoAdapter</token> | 7 <token name="@EXECUTABLE@">FidoAdapter</token> |
8 <import>macros.xml</import> | 8 <import>macros.xml</import> |
9 <import>macros_autotest.xml</import> | |
10 <import>macros_test.xml</import> | |
11 </macros> | 9 </macros> |
12 <expand macro="requirements"/> | 10 <expand macro="requirements"/> |
13 <expand macro="stdio"/> | 11 <expand macro="stdio"/> |
14 <command detect_errors="exit_code"><![CDATA[@QUOTE_FOO@ | 12 <command detect_errors="exit_code"><![CDATA[@QUOTE_FOO@ |
15 @EXT_FOO@ | 13 @EXT_FOO@ |
39 <configfiles> | 37 <configfiles> |
40 <inputs name="args_json" data_style="paths"/> | 38 <inputs name="args_json" data_style="paths"/> |
41 <configfile name="hardcoded_json"><![CDATA[{"fido_executable": "Fido", "fidocp_executable": "FidoChooseParameters", "log": "log.txt", "threads": "\${GALAXY_SLOTS:-1}", "no_progress": true}]]></configfile> | 39 <configfile name="hardcoded_json"><![CDATA[{"fido_executable": "Fido", "fidocp_executable": "FidoChooseParameters", "log": "log.txt", "threads": "\${GALAXY_SLOTS:-1}", "no_progress": true}]]></configfile> |
42 </configfiles> | 40 </configfiles> |
43 <inputs> | 41 <inputs> |
44 <param name="in" argument="-in" type="data" format="idxml" optional="false" label="Input: identification results" help=" select idxml data sets(s)"/> | 42 <param argument="-in" type="data" format="idxml" optional="false" label="Input: identification results" help=" select idxml data sets(s)"/> |
45 <param name="separate_runs" argument="-separate_runs" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Process multiple protein identification runs in the input separately, don't merge them" help="Merging results in loss of descriptive information of the single protein identification runs"/> | 43 <param argument="-separate_runs" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Process multiple protein identification runs in the input separately, don't merge them" help="Merging results in loss of descriptive information of the single protein identification runs"/> |
46 <param name="greedy_group_resolution" argument="-greedy_group_resolution" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Post-process Fido output with greedy resolution of shared peptides based on the protein probabilities" help="Also adds the resolved ambiguity groups to output"/> | 44 <param argument="-greedy_group_resolution" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Post-process Fido output with greedy resolution of shared peptides based on the protein probabilities" help="Also adds the resolved ambiguity groups to output"/> |
47 <param name="no_cleanup" argument="-no_cleanup" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Omit clean-up of peptide sequences (removal of non-letter characters, replacement of I with L)" help=""/> | 45 <param argument="-no_cleanup" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Omit clean-up of peptide sequences (removal of non-letter characters, replacement of I with L)" help=""/> |
48 <param name="all_PSMs" argument="-all_PSMs" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Consider all PSMs of each peptide, instead of only the best one" help=""/> | 46 <param argument="-all_PSMs" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Consider all PSMs of each peptide, instead of only the best one" help=""/> |
49 <param name="group_level" argument="-group_level" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Perform inference on protein group level (instead of individual protein level)" help="This will lead to higher probabilities for (bigger) protein groups"/> | 47 <param argument="-group_level" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Perform inference on protein group level (instead of individual protein level)" help="This will lead to higher probabilities for (bigger) protein groups"/> |
50 <param name="log2_states" argument="-log2_states" type="integer" optional="true" min="0" value="0" label="Binary logarithm of the max" help="number of connected states in a subgraph. For a value N, subgraphs that are bigger than 2^N will be split up, sacrificing accuracy for runtime. '0' uses the default (18)"/> | 48 <param argument="-log2_states" type="integer" optional="true" min="0" value="0" label="Binary logarithm of the max" help="number of connected states in a subgraph. For a value N, subgraphs that are bigger than 2^N will be split up, sacrificing accuracy for runtime. '0' uses the default (18)"/> |
51 <section name="prob" title="Probability values for running Fido directly" help="i.e. without parameter estimation (in which case other settings, except 'log2_states', are ignored)" expanded="false"> | 49 <section name="prob" title="Probability values for running Fido directly" help="i.e. without parameter estimation (in which case other settings, except 'log2_states', are ignored)" expanded="false"> |
52 <param name="protein" argument="-prob:protein" type="float" optional="true" min="0.0" value="0.0" label="Protein prior probability ('gamma' parameter)" help=""/> | 50 <param name="protein" argument="-prob:protein" type="float" optional="true" min="0.0" value="0.0" label="Protein prior probability ('gamma' parameter)" help=""/> |
53 <param name="peptide" argument="-prob:peptide" type="float" optional="true" min="0.0" value="0.0" label="Peptide emission probability ('alpha' parameter)" help=""/> | 51 <param name="peptide" argument="-prob:peptide" type="float" optional="true" min="0.0" value="0.0" label="Peptide emission probability ('alpha' parameter)" help=""/> |
54 <param name="spurious" argument="-prob:spurious" type="float" optional="true" min="0.0" value="0.0" label="Spurious peptide identification probability ('beta' parameter)" help=""/> | 52 <param name="spurious" argument="-prob:spurious" type="float" optional="true" min="0.0" value="0.0" label="Spurious peptide identification probability ('beta' parameter)" help=""/> |
55 </section> | 53 </section> |
56 <expand macro="adv_opts_macro"> | 54 <expand macro="adv_opts_macro"> |
57 <param name="keep_zero_group" argument="-keep_zero_group" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Keep the group of proteins with estimated probability of zero, which is otherwise removed (it may be very large)" help=""/> | 55 <param argument="-keep_zero_group" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Keep the group of proteins with estimated probability of zero, which is otherwise removed (it may be very large)" help=""/> |
58 <param name="accuracy" argument="-accuracy" display="radio" type="select" optional="true" label="Accuracy level of start parameters" help="There is a trade-off between accuracy and runtime. Empty uses the default ('best')"> | 56 <param argument="-accuracy" type="select" optional="true" label="Accuracy level of start parameters" help="There is a trade-off between accuracy and runtime. Empty uses the default ('best')"> |
59 <option value="">default (nothing chosen)</option> | |
60 <option value=""></option> | 57 <option value=""></option> |
61 <option value="best">best</option> | 58 <option value="best">best</option> |
62 <option value="relaxed">relaxed</option> | 59 <option value="relaxed">relaxed</option> |
63 <option value="sloppy">sloppy</option> | 60 <option value="sloppy">sloppy</option> |
64 <expand macro="list_string_san"/> | 61 <expand macro="list_string_san" name="accuracy"/> |
65 </param> | 62 </param> |
66 <param name="log2_states_precalc" argument="-log2_states_precalc" type="integer" optional="true" min="0" value="0" label="Like 'log2_states', but allows to set a separate limit for the precalculation" help=""/> | 63 <param argument="-log2_states_precalc" type="integer" optional="true" min="0" value="0" label="Like 'log2_states', but allows to set a separate limit for the precalculation" help=""/> |
67 <param name="force" argument="-force" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Overrides tool-specific checks" help=""/> | 64 <param argument="-force" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Overrides tool-specific checks" help=""/> |
68 <param name="test" argument="-test" type="hidden" optional="true" value="False" label="Enables the test mode (needed for internal use only)" help=""> | 65 <param argument="-test" type="hidden" optional="true" value="False" label="Enables the test mode (needed for internal use only)" help=""> |
69 <expand macro="list_string_san"/> | 66 <expand macro="list_string_san" name="test"/> |
70 </param> | 67 </param> |
71 </expand> | 68 </expand> |
72 <param name="OPTIONAL_OUTPUTS" type="select" optional="true" multiple="true" label="Optional outputs"> | 69 <param name="OPTIONAL_OUTPUTS" type="select" optional="true" multiple="true" label="Optional outputs"> |
73 <option value="ctd_out_FLAG">Output used ctd (ini) configuration file</option> | 70 <option value="ctd_out_FLAG">Output used ctd (ini) configuration file</option> |
74 </param> | 71 </param> |
77 <data name="out" label="${tool.name} on ${on_string}: out" format="idxml"/> | 74 <data name="out" label="${tool.name} on ${on_string}: out" format="idxml"/> |
78 <data name="ctd_out" format="xml" label="${tool.name} on ${on_string}: ctd"> | 75 <data name="ctd_out" format="xml" label="${tool.name} on ${on_string}: ctd"> |
79 <filter>OPTIONAL_OUTPUTS is not None and "ctd_out_FLAG" in OPTIONAL_OUTPUTS</filter> | 76 <filter>OPTIONAL_OUTPUTS is not None and "ctd_out_FLAG" in OPTIONAL_OUTPUTS</filter> |
80 </data> | 77 </data> |
81 </outputs> | 78 </outputs> |
82 <tests> | 79 <tests><!-- TOPP_FidoAdapter_1 --> |
83 <expand macro="autotest_FidoAdapter"/> | 80 <test expect_num_outputs="2"> |
84 <expand macro="manutest_FidoAdapter"/> | 81 <section name="adv_opts"> |
82 <param name="keep_zero_group" value="false"/> | |
83 <param name="accuracy"/> | |
84 <param name="log2_states_precalc" value="0"/> | |
85 <param name="force" value="false"/> | |
86 <param name="test" value="true"/> | |
87 </section> | |
88 <param name="in" value="FidoAdapter_1_input.idXML"/> | |
89 <output name="out" file="FidoAdapter_1_output.idXML" compare="sim_size" delta_frac="0.7" ftype="idxml"/> | |
90 <param name="separate_runs" value="false"/> | |
91 <param name="greedy_group_resolution" value="false"/> | |
92 <param name="no_cleanup" value="false"/> | |
93 <param name="all_PSMs" value="false"/> | |
94 <param name="group_level" value="false"/> | |
95 <param name="log2_states" value="0"/> | |
96 <section name="prob"> | |
97 <param name="protein" value="0.0"/> | |
98 <param name="peptide" value="0.0"/> | |
99 <param name="spurious" value="0.0"/> | |
100 </section> | |
101 <param name="OPTIONAL_OUTPUTS" value="ctd_out_FLAG"/> | |
102 <output name="ctd_out" ftype="xml"> | |
103 <assert_contents> | |
104 <is_valid_xml/> | |
105 </assert_contents> | |
106 </output> | |
107 </test> | |
108 <!-- TOPP_FidoAdapter_2 --> | |
109 <test expect_num_outputs="2"> | |
110 <section name="adv_opts"> | |
111 <param name="keep_zero_group" value="false"/> | |
112 <param name="accuracy"/> | |
113 <param name="log2_states_precalc" value="0"/> | |
114 <param name="force" value="false"/> | |
115 <param name="test" value="true"/> | |
116 </section> | |
117 <param name="in" value="FidoAdapter_1_input.idXML"/> | |
118 <output name="out" file="FidoAdapter_2_output.idXML" compare="sim_size" delta_frac="0.7" ftype="idxml"/> | |
119 <param name="separate_runs" value="true"/> | |
120 <param name="greedy_group_resolution" value="false"/> | |
121 <param name="no_cleanup" value="false"/> | |
122 <param name="all_PSMs" value="false"/> | |
123 <param name="group_level" value="false"/> | |
124 <param name="log2_states" value="0"/> | |
125 <section name="prob"> | |
126 <param name="protein" value="0.0"/> | |
127 <param name="peptide" value="0.0"/> | |
128 <param name="spurious" value="0.0"/> | |
129 </section> | |
130 <param name="OPTIONAL_OUTPUTS" value="ctd_out_FLAG"/> | |
131 <output name="ctd_out" ftype="xml"> | |
132 <assert_contents> | |
133 <is_valid_xml/> | |
134 </assert_contents> | |
135 </output> | |
136 </test> | |
137 <!-- TOPP_FidoAdapter_3 --> | |
138 <test expect_num_outputs="2"> | |
139 <section name="adv_opts"> | |
140 <param name="keep_zero_group" value="false"/> | |
141 <param name="accuracy"/> | |
142 <param name="log2_states_precalc" value="0"/> | |
143 <param name="force" value="false"/> | |
144 <param name="test" value="true"/> | |
145 </section> | |
146 <param name="in" value="FidoAdapter_1_input.idXML"/> | |
147 <output name="out" file="FidoAdapter_3_output.idXML" compare="sim_size" delta_frac="0.7" ftype="idxml"/> | |
148 <param name="separate_runs" value="false"/> | |
149 <param name="greedy_group_resolution" value="false"/> | |
150 <param name="no_cleanup" value="false"/> | |
151 <param name="all_PSMs" value="true"/> | |
152 <param name="group_level" value="true"/> | |
153 <param name="log2_states" value="0"/> | |
154 <section name="prob"> | |
155 <param name="protein" value="0.0"/> | |
156 <param name="peptide" value="0.0"/> | |
157 <param name="spurious" value="0.0"/> | |
158 </section> | |
159 <param name="OPTIONAL_OUTPUTS" value="ctd_out_FLAG"/> | |
160 <output name="ctd_out" ftype="xml"> | |
161 <assert_contents> | |
162 <is_valid_xml/> | |
163 </assert_contents> | |
164 </output> | |
165 </test> | |
166 <!-- TOPP_FidoAdapter_4 --> | |
167 <test expect_num_outputs="2"> | |
168 <section name="adv_opts"> | |
169 <param name="keep_zero_group" value="false"/> | |
170 <param name="accuracy"/> | |
171 <param name="log2_states_precalc" value="0"/> | |
172 <param name="force" value="false"/> | |
173 <param name="test" value="true"/> | |
174 </section> | |
175 <param name="in" value="FidoAdapter_4_input.idXML"/> | |
176 <output name="out" file="FidoAdapter_4_output.idXML" compare="sim_size" delta_frac="0.7" ftype="idxml"/> | |
177 <param name="separate_runs" value="false"/> | |
178 <param name="greedy_group_resolution" value="false"/> | |
179 <param name="no_cleanup" value="false"/> | |
180 <param name="all_PSMs" value="false"/> | |
181 <param name="group_level" value="false"/> | |
182 <param name="log2_states" value="0"/> | |
183 <section name="prob"> | |
184 <param name="protein" value="0.0"/> | |
185 <param name="peptide" value="0.0"/> | |
186 <param name="spurious" value="0.0"/> | |
187 </section> | |
188 <param name="OPTIONAL_OUTPUTS" value="ctd_out_FLAG"/> | |
189 <output name="ctd_out" ftype="xml"> | |
190 <assert_contents> | |
191 <is_valid_xml/> | |
192 </assert_contents> | |
193 </output> | |
194 </test> | |
195 <!-- TOPP_FidoAdapter_5 --> | |
196 <test expect_num_outputs="2"> | |
197 <section name="adv_opts"> | |
198 <param name="keep_zero_group" value="false"/> | |
199 <param name="accuracy"/> | |
200 <param name="log2_states_precalc" value="0"/> | |
201 <param name="force" value="false"/> | |
202 <param name="test" value="true"/> | |
203 </section> | |
204 <param name="in" value="FidoAdapter_5_input.idXML"/> | |
205 <output name="out" file="FidoAdapter_5_output.idXML" compare="sim_size" delta_frac="0.7" ftype="idxml"/> | |
206 <param name="separate_runs" value="false"/> | |
207 <param name="greedy_group_resolution" value="true"/> | |
208 <param name="no_cleanup" value="false"/> | |
209 <param name="all_PSMs" value="false"/> | |
210 <param name="group_level" value="false"/> | |
211 <param name="log2_states" value="0"/> | |
212 <section name="prob"> | |
213 <param name="protein" value="0.0"/> | |
214 <param name="peptide" value="0.0"/> | |
215 <param name="spurious" value="0.0"/> | |
216 </section> | |
217 <param name="OPTIONAL_OUTPUTS" value="ctd_out_FLAG"/> | |
218 <output name="ctd_out" ftype="xml"> | |
219 <assert_contents> | |
220 <is_valid_xml/> | |
221 </assert_contents> | |
222 </output> | |
223 </test> | |
224 <!-- TOPP_FidoAdapter_6 --> | |
225 <test expect_num_outputs="2"> | |
226 <section name="adv_opts"> | |
227 <param name="keep_zero_group" value="false"/> | |
228 <param name="accuracy"/> | |
229 <param name="log2_states_precalc" value="0"/> | |
230 <param name="force" value="false"/> | |
231 <param name="test" value="true"/> | |
232 </section> | |
233 <param name="in" value="FidoAdapter_1_input.idXML"/> | |
234 <output name="out" file="FidoAdapter_6_output.idXML" compare="sim_size" delta_frac="0.7" ftype="idxml"/> | |
235 <param name="separate_runs" value="false"/> | |
236 <param name="greedy_group_resolution" value="false"/> | |
237 <param name="no_cleanup" value="false"/> | |
238 <param name="all_PSMs" value="false"/> | |
239 <param name="group_level" value="false"/> | |
240 <param name="log2_states" value="0"/> | |
241 <section name="prob"> | |
242 <param name="protein" value="0.9"/> | |
243 <param name="peptide" value="0.01"/> | |
244 <param name="spurious" value="0.0"/> | |
245 </section> | |
246 <param name="OPTIONAL_OUTPUTS" value="ctd_out_FLAG"/> | |
247 <output name="ctd_out" ftype="xml"> | |
248 <assert_contents> | |
249 <is_valid_xml/> | |
250 </assert_contents> | |
251 </output> | |
252 </test> | |
85 </tests> | 253 </tests> |
86 <help><![CDATA[Runs the protein inference engine Fido. | 254 <help><![CDATA[Runs the protein inference engine Fido. |
87 | 255 |
88 | 256 |
89 For more information, visit http://www.openms.de/doxygen/release/2.6.0/html/TOPP_FidoAdapter.html]]></help> | 257 For more information, visit http://www.openms.de/doxygen/release/2.8.0/html/TOPP_FidoAdapter.html]]></help> |
90 <expand macro="references"/> | 258 <expand macro="references"/> |
91 </tool> | 259 </tool> |