comparison XFDR.xml @ 9:cf9b51c0b15e draft default tip

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit 5c080b1e2b99f1c88f4557e9fec8c45c9d23b906
author galaxyp
date Fri, 14 Jun 2024 21:30:46 +0000
parents 87dda030bc92
children
comparison
equal deleted inserted replaced
8:87dda030bc92 9:cf9b51c0b15e
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.--> 1 <!--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]--> 2 <!--Proposed Tool Section: [Cross-Linking]-->
4 <tool id="XFDR" name="XFDR" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="21.05"> 3 <tool id="XFDR" name="XFDR" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="21.05">
5 <description>Calculates false discovery rate estimates on crosslink identifications</description> 4 <description>Calculates false discovery rate estimates on crosslink identifications</description>
6 <macros> 5 <macros>
7 <token name="@EXECUTABLE@">XFDR</token> 6 <token name="@EXECUTABLE@">XFDR</token>
8 <import>macros.xml</import> 7 <import>macros.xml</import>
14 #import re 13 #import re
15 14
16 ## Preprocessing 15 ## Preprocessing
17 #if $in: 16 #if $in:
18 mkdir in && 17 mkdir in &&
19 ln -s '$in' 'in/${re.sub("[^\w\-_]", "_", $in.element_identifier)}.$gxy2omsext($in.ext)' && 18 cp '$in' 'in/${re.sub("[^\w\-_]", "_", $in.element_identifier)}.$gxy2omsext($in.ext)' &&
20 #end if 19 #end if
21 #if "out_idXML_FLAG" in str($OPTIONAL_OUTPUTS).split(',') 20 #if "out_idXML_FLAG" in str($OPTIONAL_OUTPUTS).split(',')
22 mkdir out_idXML && 21 mkdir out_idXML &&
23 #end if 22 #end if
24 #if "out_mzIdentML_FLAG" in str($OPTIONAL_OUTPUTS).split(',') 23 #if "out_mzIdentML_FLAG" in str($OPTIONAL_OUTPUTS).split(',')
71 <inputs name="args_json" data_style="paths"/> 70 <inputs name="args_json" data_style="paths"/>
72 <configfile name="hardcoded_json"><![CDATA[{"log": "log.txt", "threads": "\${GALAXY_SLOTS:-1}", "no_progress": true}]]></configfile> 71 <configfile name="hardcoded_json"><![CDATA[{"log": "log.txt", "threads": "\${GALAXY_SLOTS:-1}", "no_progress": true}]]></configfile>
73 </configfiles> 72 </configfiles>
74 <inputs> 73 <inputs>
75 <param argument="-in" type="data" format="idxml,mzid,xquest.xml" optional="true" label="Crosslink Identifications in either xquest.xml, idXML, or mzIdentML format (as produced by OpenPepXL)" help=" select idxml,mzid,xquest.xml data sets(s)"/> 74 <param argument="-in" type="data" format="idxml,mzid,xquest.xml" optional="true" label="Crosslink Identifications in either xquest.xml, idXML, or mzIdentML format (as produced by OpenPepXL)" help=" select idxml,mzid,xquest.xml data sets(s)"/>
76 <param argument="-decoy_string" type="text" optional="true" value="DECOY_" label="Prefix of decoy protein ids" help="The correspondig target protein id should be retrievable by deleting this prefix"> 75 <param argument="-decoy_string" type="text" value="DECOY_" label="Prefix of decoy protein ids" help="The correspondig target protein id should be retrievable by deleting this prefix">
77 <expand macro="list_string_san" name="decoy_string"/> 76 <expand macro="list_string_san" name="decoy_string"/>
78 </param> 77 </param>
79 <param argument="-minborder" type="float" optional="true" value="-50.0" label="Filter for minimum precursor mass error (ppm) before FDR estimation" help="Values outside of the tolerance window of the original search will effectively disable this filter"/> 78 <param argument="-minborder" type="float" value="-50.0" label="Filter for minimum precursor mass error (ppm) before FDR estimation" help="Values outside of the tolerance window of the original search will effectively disable this filter"/>
80 <param argument="-maxborder" type="float" optional="true" value="50.0" label="Filter for maximum precursor mass error (ppm) before FDR estimation" help="Values outside of the tolerance window of the original search will effectively disable this filter"/> 79 <param argument="-maxborder" type="float" value="50.0" label="Filter for maximum precursor mass error (ppm) before FDR estimation" help="Values outside of the tolerance window of the original search will effectively disable this filter"/>
81 <param argument="-mindeltas" type="float" optional="true" min="0.0" max="1.0" value="0.0" label="Filter for delta score, 0 disables the filte" help="Minimum delta score required, hits are rejected if larger or equal. The delta score is a ratio of the score of a hit and the score of the next best hit to the same spectrum, so the value range is between 0 and 1 with 1.0 meaning the scores are equal and 0.5 meaning the next best score is half as high as the current one"/> 80 <param argument="-mindeltas" type="float" min="0.0" max="1.0" value="0.0" label="Filter for delta score, 0 disables the filte" help="Minimum delta score required, hits are rejected if larger or equal. The delta score is a ratio of the score of a hit and the score of the next best hit to the same spectrum, so the value range is between 0 and 1 with 1.0 meaning the scores are equal and 0.5 meaning the next best score is half as high as the current one"/>
82 <param argument="-minionsmatched" type="integer" optional="true" min="0" value="0" label="Filter for minimum matched ions per peptide" help=""/> 81 <param argument="-minionsmatched" type="integer" min="0" value="0" label="Filter for minimum matched ions per peptide" help=""/>
83 <param argument="-uniquexl" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Calculate statistics based only on unique IDs" help="For a set of IDs from equal candidates (same pair of peptides, modifications and cross-linked positions), only the highest scoring hit will be considered. By default the score distribution will be estimated using all 1st ranked candidates"/> 82 <param argument="-uniquexl" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Calculate statistics based only on unique IDs" help="For a set of IDs from equal candidates (same pair of peptides, modifications and cross-linked positions), only the highest scoring hit will be considered. By default the score distribution will be estimated using all 1st ranked candidates"/>
84 <param argument="-no_qvalues" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Do not transform simple FDR to q-values" help=""/> 83 <param argument="-no_qvalues" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Do not transform simple FDR to q-values" help=""/>
85 <param argument="-minscore" type="float" optional="true" value="-10.0" label="Minimum score to be considered for FDR calculation" help="A number lower than the lowest score will effectively disable this filter"/> 84 <param argument="-minscore" type="float" value="-10.0" label="Minimum score to be considered for FDR calculation" help="A number lower than the lowest score will effectively disable this filter"/>
86 <param argument="-binsize" type="float" optional="true" min="0.0" value="0.0001" label="Bin size for the cumulative histograms for score distributions" help="Should be about the same size as the smallest expected difference between scores. Smaller numbers will make XFDR more robust, but much slower. Negative numbers are not allowed. Should only be changed if the range of the main score changes or another score than the OpenPepXL score is used"/> 85 <param argument="-binsize" type="float" min="0.0" value="0.0001" label="Bin size for the cumulative histograms for score distributions" help="Should be about the same size as the smallest expected difference between scores. Smaller numbers will make XFDR more robust, but much slower. Negative numbers are not allowed. Should only be changed if the range of the main score changes or another score than the OpenPepXL score is used"/>
87 <expand macro="adv_opts_macro"> 86 <expand macro="adv_opts_macro">
88 <param argument="-force" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Overrides tool-specific checks" help=""/> 87 <param argument="-force" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Overrides tool-specific checks" help=""/>
89 <param argument="-test" type="hidden" optional="true" value="False" label="Enables the test mode (needed for internal use only)" help=""> 88 <param argument="-test" type="hidden" value="False" label="Enables the test mode (needed for internal use only)" help="" optional="true">
90 <expand macro="list_string_san" name="test"/> 89 <expand macro="list_string_san" name="test"/>
91 </param> 90 </param>
92 </expand> 91 </expand>
93 <param name="OPTIONAL_OUTPUTS" type="select" optional="true" multiple="true" label="Optional outputs"> 92 <param name="OPTIONAL_OUTPUTS" type="select" optional="true" multiple="true" label="Optional outputs">
94 <option value="out_idXML_FLAG">out_idXML (Output as idXML file)</option> 93 <option value="out_idXML_FLAG">out_idXML (Output as idXML file)</option>
112 </data> 111 </data>
113 <data name="ctd_out" format="xml" label="${tool.name} on ${on_string}: ctd"> 112 <data name="ctd_out" format="xml" label="${tool.name} on ${on_string}: ctd">
114 <filter>OPTIONAL_OUTPUTS is not None and "ctd_out_FLAG" in OPTIONAL_OUTPUTS</filter> 113 <filter>OPTIONAL_OUTPUTS is not None and "ctd_out_FLAG" in OPTIONAL_OUTPUTS</filter>
115 </data> 114 </data>
116 </outputs> 115 </outputs>
117 <tests><!-- TOPP_XFDR_1 --> 116 <tests>
117 <!-- TOPP_XFDR_1 -->
118 <test expect_num_outputs="4"> 118 <test expect_num_outputs="4">
119 <section name="adv_opts"> 119 <section name="adv_opts">
120 <param name="force" value="false"/> 120 <param name="force" value="false"/>
121 <param name="test" value="true"/> 121 <param name="test" value="true"/>
122 </section> 122 </section>
123 <param name="in" value="XFDR_test_in1.idXML"/> 123 <param name="in" value="XFDR_test_in1.idXML"/>
124 <output name="out_idXML" file="XFDR_test_out1_temp.idXML" compare="sim_size" delta_frac="0.7" ftype="idxml"/> 124 <output name="out_idXML" value="XFDR_test_out1_temp.idXML" compare="sim_size" delta_frac="0.7" ftype="idxml"/>
125 <output name="out_mzIdentML" file="XFDR_test_out1_temp.mzid" compare="sim_size" delta_frac="0.7" ftype="mzid"/> 125 <output name="out_mzIdentML" value="XFDR_test_out1.mzid" compare="sim_size" delta_frac="0.7" ftype="mzid"/>
126 <output name="out_xquest" file="XFDR_test_out1_temp.xquest.xml" compare="sim_size" delta_frac="0.7" ftype="xquest.xml"/> 126 <output name="out_xquest" value="XFDR_test_out1.xquest.xml" compare="sim_size" delta_frac="0.7" ftype="xquest.xml"/>
127 <param name="decoy_string" value="DECOY_"/> 127 <param name="decoy_string" value="DECOY_"/>
128 <param name="minborder" value="-50.0"/> 128 <param name="minborder" value="-50.0"/>
129 <param name="maxborder" value="50.0"/> 129 <param name="maxborder" value="50.0"/>
130 <param name="mindeltas" value="0.0"/> 130 <param name="mindeltas" value="0.0"/>
131 <param name="minionsmatched" value="0"/> 131 <param name="minionsmatched" value="0"/>
132 <param name="uniquexl" value="false"/> 132 <param name="uniquexl" value="false"/>
133 <param name="no_qvalues" value="false"/> 133 <param name="no_qvalues" value="false"/>
134 <param name="minscore" value="-10.0"/> 134 <param name="minscore" value="-10.0"/>
135 <param name="binsize" value="0.1"/> 135 <param name="binsize" value="0.1"/>
136 <param name="OPTIONAL_OUTPUTS" value="ctd_out_FLAG,out_idXML_FLAG,out_mzIdentML_FLAG,out_xquest_FLAG"/> 136 <param name="OPTIONAL_OUTPUTS" value="ctd_out_FLAG,out_idXML_FLAG,out_mzIdentML_FLAG,out_xquest_FLAG"/>
137 <output name="ctd_out" ftype="xml"> 137 <output name="ctd_out" ftype="xml">
138 <assert_contents> 138 <assert_contents>
139 <is_valid_xml/> 139 <is_valid_xml/>
140 </assert_contents> 140 </assert_contents>
141 </output> 141 </output>
142 <assert_stdout>
143 <has_text_matching expression="@EXECUTABLE@ took .* \(wall\), .* \(CPU\), .* \(system\), .* \(user\)(; Peak Memory Usage: 32 MB)?."/>
144 </assert_stdout>
142 </test> 145 </test>
143 <!-- TOPP_XFDR_2 --> 146 <!-- TOPP_XFDR_2 -->
144 <test expect_num_outputs="4"> 147 <test expect_num_outputs="4">
145 <section name="adv_opts"> 148 <section name="adv_opts">
146 <param name="force" value="false"/> 149 <param name="force" value="false"/>
147 <param name="test" value="true"/> 150 <param name="test" value="true"/>
148 </section> 151 </section>
149 <param name="in" value="XFDR_test_in1.idXML"/> 152 <param name="in" value="XFDR_test_in1.idXML"/>
150 <output name="out_idXML" file="XFDR_test_out2_temp.idXML" compare="sim_size" delta_frac="0.7" ftype="idxml"/> 153 <output name="out_idXML" value="XFDR_test_out2.idXML" compare="sim_size" delta_frac="0.7" ftype="idxml"/>
151 <output name="out_mzIdentML" file="XFDR_test_out2_temp.mzid" compare="sim_size" delta_frac="0.7" ftype="mzid"/> 154 <output name="out_mzIdentML" value="XFDR_test_out2.mzid" compare="sim_size" delta_frac="0.7" ftype="mzid"/>
152 <output name="out_xquest" file="XFDR_test_out2_temp.xquest.xml" compare="sim_size" delta_frac="0.7" ftype="xquest.xml"/> 155 <output name="out_xquest" value="XFDR_test_out2.xquest.xml" compare="sim_size" delta_frac="0.7" ftype="xquest.xml"/>
153 <param name="decoy_string" value="DECOY_"/> 156 <param name="decoy_string" value="DECOY_"/>
154 <param name="minborder" value="-50.0"/> 157 <param name="minborder" value="-50.0"/>
155 <param name="maxborder" value="50.0"/> 158 <param name="maxborder" value="50.0"/>
156 <param name="mindeltas" value="0.0"/> 159 <param name="mindeltas" value="0.0"/>
157 <param name="minionsmatched" value="0"/> 160 <param name="minionsmatched" value="0"/>
163 <output name="ctd_out" ftype="xml"> 166 <output name="ctd_out" ftype="xml">
164 <assert_contents> 167 <assert_contents>
165 <is_valid_xml/> 168 <is_valid_xml/>
166 </assert_contents> 169 </assert_contents>
167 </output> 170 </output>
171 <assert_stdout>
172 <has_text_matching expression="@EXECUTABLE@ took .* \(wall\), .* \(CPU\), .* \(system\), .* \(user\)(; Peak Memory Usage: 32 MB)?."/>
173 </assert_stdout>
168 </test> 174 </test>
169 <!-- TOPP_XFDR_3 --> 175 <!-- TOPP_XFDR_3 -->
170 <test expect_num_outputs="4"> 176 <test expect_num_outputs="4">
171 <section name="adv_opts"> 177 <section name="adv_opts">
172 <param name="force" value="false"/> 178 <param name="force" value="false"/>
173 <param name="test" value="true"/> 179 <param name="test" value="true"/>
174 </section> 180 </section>
175 <param name="in" value="XFDR_test_in2.xquest.xml"/> 181 <param name="in" value="XFDR_test_in2.xquest.xml"/>
176 <output name="out_idXML" file="XFDR_test_out3_temp.idXML" compare="sim_size" delta_frac="0.7" ftype="idxml"/> 182 <output name="out_idXML" value="XFDR_test_out3.idXML" compare="sim_size" delta_frac="0.7" ftype="idxml"/>
177 <output name="out_mzIdentML" file="XFDR_test_out3_temp.mzid" compare="sim_size" delta_frac="0.7" ftype="mzid"/> 183 <output name="out_mzIdentML" value="XFDR_test_out3.mzid" compare="sim_size" delta_frac="0.7" ftype="mzid"/>
178 <output name="out_xquest" file="XFDR_test_out3_temp.xquest.xml" compare="sim_size" delta_frac="0.7" ftype="xquest.xml"/> 184 <output name="out_xquest" value="XFDR_test_out3.xquest.xml" compare="sim_size" delta_frac="0.7" ftype="xquest.xml"/>
179 <param name="decoy_string" value="DECOY_"/> 185 <param name="decoy_string" value="DECOY_"/>
180 <param name="minborder" value="-50.0"/> 186 <param name="minborder" value="-50.0"/>
181 <param name="maxborder" value="50.0"/> 187 <param name="maxborder" value="50.0"/>
182 <param name="mindeltas" value="0.0"/> 188 <param name="mindeltas" value="0.0"/>
183 <param name="minionsmatched" value="0"/> 189 <param name="minionsmatched" value="0"/>
189 <output name="ctd_out" ftype="xml"> 195 <output name="ctd_out" ftype="xml">
190 <assert_contents> 196 <assert_contents>
191 <is_valid_xml/> 197 <is_valid_xml/>
192 </assert_contents> 198 </assert_contents>
193 </output> 199 </output>
200 <assert_stdout>
201 <has_text_matching expression="@EXECUTABLE@ took .* \(wall\), .* \(CPU\), .* \(system\), .* \(user\)(; Peak Memory Usage: 32 MB)?."/>
202 </assert_stdout>
194 </test> 203 </test>
195 <!-- TOPP_XFDR_4 --> 204 <!-- TOPP_XFDR_4 -->
196 <test expect_num_outputs="4"> 205 <test expect_num_outputs="4">
197 <section name="adv_opts"> 206 <section name="adv_opts">
198 <param name="force" value="false"/> 207 <param name="force" value="false"/>
199 <param name="test" value="true"/> 208 <param name="test" value="true"/>
200 </section> 209 </section>
201 <param name="in" value="XFDR_test_in2.xquest.xml"/> 210 <param name="in" value="XFDR_test_in2.xquest.xml"/>
202 <output name="out_idXML" file="XFDR_test_out4_temp.idXML" compare="sim_size" delta_frac="0.7" ftype="idxml"/> 211 <output name="out_idXML" value="XFDR_test_out4.idXML" compare="sim_size" delta_frac="0.7" ftype="idxml"/>
203 <output name="out_mzIdentML" file="XFDR_test_out4_temp.mzid" compare="sim_size" delta_frac="0.7" ftype="mzid"/> 212 <output name="out_mzIdentML" value="XFDR_test_out4.mzid" compare="sim_size" delta_frac="0.7" ftype="mzid"/>
204 <output name="out_xquest" file="XFDR_test_out4_temp.xquest.xml" compare="sim_size" delta_frac="0.7" ftype="xquest.xml"/> 213 <output name="out_xquest" value="XFDR_test_out4.xquest.xml" compare="sim_size" delta_frac="0.7" ftype="xquest.xml"/>
205 <param name="decoy_string" value="DECOY_"/> 214 <param name="decoy_string" value="DECOY_"/>
206 <param name="minborder" value="-3.0"/> 215 <param name="minborder" value="-3.0"/>
207 <param name="maxborder" value="3.0"/> 216 <param name="maxborder" value="3.0"/>
208 <param name="mindeltas" value="0.0"/> 217 <param name="mindeltas" value="0.0"/>
209 <param name="minionsmatched" value="0"/> 218 <param name="minionsmatched" value="0"/>
215 <output name="ctd_out" ftype="xml"> 224 <output name="ctd_out" ftype="xml">
216 <assert_contents> 225 <assert_contents>
217 <is_valid_xml/> 226 <is_valid_xml/>
218 </assert_contents> 227 </assert_contents>
219 </output> 228 </output>
229 <assert_stdout>
230 <has_text_matching expression="@EXECUTABLE@ took .* \(wall\), .* \(CPU\), .* \(system\), .* \(user\)(; Peak Memory Usage: 32 MB)?."/>
231 </assert_stdout>
220 </test> 232 </test>
221 <!-- TOPP_XFDR_5 --> 233 <!-- TOPP_XFDR_5 -->
222 <test expect_num_outputs="4"> 234 <test expect_num_outputs="4">
223 <section name="adv_opts"> 235 <section name="adv_opts">
224 <param name="force" value="false"/> 236 <param name="force" value="false"/>
225 <param name="test" value="true"/> 237 <param name="test" value="true"/>
226 </section> 238 </section>
227 <param name="in" value="XFDR_test_in3.xquest.xml"/> 239 <param name="in" value="XFDR_test_in3.xquest.xml"/>
228 <output name="out_idXML" file="XFDR_test_out5_temp.idXML" compare="sim_size" delta_frac="0.7" ftype="idxml"/> 240 <output name="out_idXML" value="XFDR_test_out5.idXML" compare="sim_size" delta_frac="0.7" ftype="idxml"/>
229 <output name="out_mzIdentML" file="XFDR_test_out5_temp.mzid" compare="sim_size" delta_frac="0.7" ftype="mzid"/> 241 <output name="out_mzIdentML" value="XFDR_test_out5.mzid" compare="sim_size" delta_frac="0.7" ftype="mzid"/>
230 <output name="out_xquest" file="XFDR_test_out5_temp.xquest.xml" compare="sim_size" delta_frac="0.7" ftype="xquest.xml"/> 242 <output name="out_xquest" value="XFDR_test_out5.xquest.xml" compare="sim_size" delta_frac="0.7" ftype="xquest.xml"/>
231 <param name="decoy_string" value="DECOY_"/> 243 <param name="decoy_string" value="DECOY_"/>
232 <param name="minborder" value="-3.0"/> 244 <param name="minborder" value="-3.0"/>
233 <param name="maxborder" value="3.0"/> 245 <param name="maxborder" value="3.0"/>
234 <param name="mindeltas" value="0.0"/> 246 <param name="mindeltas" value="0.0"/>
235 <param name="minionsmatched" value="0"/> 247 <param name="minionsmatched" value="0"/>
241 <output name="ctd_out" ftype="xml"> 253 <output name="ctd_out" ftype="xml">
242 <assert_contents> 254 <assert_contents>
243 <is_valid_xml/> 255 <is_valid_xml/>
244 </assert_contents> 256 </assert_contents>
245 </output> 257 </output>
258 <assert_stdout>
259 <has_text_matching expression="@EXECUTABLE@ took .* \(wall\), .* \(CPU\), .* \(system\), .* \(user\)(; Peak Memory Usage: 32 MB)?."/>
260 </assert_stdout>
246 </test> 261 </test>
247 <!-- TOPP_XFDR_6 --> 262 <!-- TOPP_XFDR_6 -->
248 <test expect_num_outputs="2"> 263 <test expect_num_outputs="2">
249 <section name="adv_opts"> 264 <section name="adv_opts">
250 <param name="force" value="false"/> 265 <param name="force" value="false"/>
251 <param name="test" value="true"/> 266 <param name="test" value="true"/>
252 </section> 267 </section>
253 <param name="in" value="XFDR_test_in4.idXML"/> 268 <param name="in" value="XFDR_test_in4.idXML"/>
254 <output name="out_idXML" file="XFDR_test_out6_temp.idXML" compare="sim_size" delta_frac="0.7" ftype="idxml"/> 269 <output name="out_idXML" value="XFDR_test_out6.idXML" compare="sim_size" delta_frac="0.7" ftype="idxml"/>
255 <param name="decoy_string" value="DECOY_"/> 270 <param name="decoy_string" value="DECOY_"/>
256 <param name="minborder" value="-50.0"/> 271 <param name="minborder" value="-50.0"/>
257 <param name="maxborder" value="50.0"/> 272 <param name="maxborder" value="50.0"/>
258 <param name="mindeltas" value="0.0"/> 273 <param name="mindeltas" value="0.0"/>
259 <param name="minionsmatched" value="0"/> 274 <param name="minionsmatched" value="0"/>
265 <output name="ctd_out" ftype="xml"> 280 <output name="ctd_out" ftype="xml">
266 <assert_contents> 281 <assert_contents>
267 <is_valid_xml/> 282 <is_valid_xml/>
268 </assert_contents> 283 </assert_contents>
269 </output> 284 </output>
285 <assert_stdout>
286 <has_text_matching expression="@EXECUTABLE@ took .* \(wall\), .* \(CPU\), .* \(system\), .* \(user\)(; Peak Memory Usage: 32 MB)?."/>
287 </assert_stdout>
270 </test> 288 </test>
271 <!-- TOPP_XFDR_7 --> 289 <!-- TOPP_XFDR_7 -->
272 <test expect_num_outputs="4"> 290 <test expect_num_outputs="4">
273 <section name="adv_opts"> 291 <section name="adv_opts">
274 <param name="force" value="false"/> 292 <param name="force" value="false"/>
275 <param name="test" value="true"/> 293 <param name="test" value="true"/>
276 </section> 294 </section>
277 <param name="in" value="XFDR_test_in2.xquest.xml"/> 295 <param name="in" value="XFDR_test_in2.xquest.xml"/>
278 <output name="out_idXML" file="XFDR_test_out7_temp.idXML" compare="sim_size" delta_frac="0.7" ftype="idxml"/> 296 <output name="out_idXML" value="XFDR_test_out7.idXML" compare="sim_size" delta_frac="0.7" ftype="idxml"/>
279 <output name="out_mzIdentML" file="XFDR_test_out7_temp.mzid" compare="sim_size" delta_frac="0.7" ftype="mzid"/> 297 <output name="out_mzIdentML" value="XFDR_test_out7.mzid" compare="sim_size" delta_frac="0.7" ftype="mzid"/>
280 <output name="out_xquest" file="XFDR_test_out7_temp.xquest.xml" compare="sim_size" delta_frac="0.7" ftype="xquest.xml"/> 298 <output name="out_xquest" value="XFDR_test_out7.xquest.xml" compare="sim_size" delta_frac="0.7" ftype="xquest.xml"/>
281 <param name="decoy_string" value="DECOY_"/> 299 <param name="decoy_string" value="DECOY_"/>
282 <param name="minborder" value="-50.0"/> 300 <param name="minborder" value="-50.0"/>
283 <param name="maxborder" value="50.0"/> 301 <param name="maxborder" value="50.0"/>
284 <param name="mindeltas" value="0.0"/> 302 <param name="mindeltas" value="0.0"/>
285 <param name="minionsmatched" value="0"/> 303 <param name="minionsmatched" value="0"/>
291 <output name="ctd_out" ftype="xml"> 309 <output name="ctd_out" ftype="xml">
292 <assert_contents> 310 <assert_contents>
293 <is_valid_xml/> 311 <is_valid_xml/>
294 </assert_contents> 312 </assert_contents>
295 </output> 313 </output>
314 <assert_stdout>
315 <has_text_matching expression="@EXECUTABLE@ took .* \(wall\), .* \(CPU\), .* \(system\), .* \(user\)(; Peak Memory Usage: 32 MB)?."/>
316 </assert_stdout>
296 </test> 317 </test>
297 </tests> 318 </tests>
298 <help><![CDATA[Calculates false discovery rate estimates on crosslink identifications 319 <help><![CDATA[Calculates false discovery rate estimates on crosslink identifications
299 320
300 321
301 For more information, visit http://www.openms.de/doxygen/release/2.8.0/html/TOPP_XFDR.html]]></help> 322 For more information, visit https://openms.de/doxygen/release/3.1.0/html/TOPP_XFDR.html]]></help>
302 <expand macro="references"/> 323 <expand macro="references"/>
303 </tool> 324 </tool>