Mercurial > repos > galaxyp > openms_openswathchromatogramextractor
comparison OpenSwathChromatogramExtractor.xml @ 14:92ecd10e5c03 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:41:20 +0000 |
parents | f78d734b7c01 |
children |
comparison
equal
deleted
inserted
replaced
13:f78d734b7c01 | 14:92ecd10e5c03 |
---|---|
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: [Targeted Experiments]--> | 2 <!--Proposed Tool Section: [Targeted Experiments and OpenSWATH]--> |
4 <tool id="OpenSwathChromatogramExtractor" name="OpenSwathChromatogramExtractor" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="21.05"> | 3 <tool id="OpenSwathChromatogramExtractor" name="OpenSwathChromatogramExtractor" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="21.05"> |
5 <description>Extract chromatograms (XIC) from a MS2 map file.</description> | 4 <description>Extract chromatograms (XIC) from a MS2 map file</description> |
6 <macros> | 5 <macros> |
7 <token name="@EXECUTABLE@">OpenSwathChromatogramExtractor</token> | 6 <token name="@EXECUTABLE@">OpenSwathChromatogramExtractor</token> |
8 <import>macros.xml</import> | 7 <import>macros.xml</import> |
9 </macros> | 8 </macros> |
10 <expand macro="requirements"/> | 9 <expand macro="requirements"/> |
15 | 14 |
16 ## Preprocessing | 15 ## Preprocessing |
17 mkdir in_cond.in && | 16 mkdir in_cond.in && |
18 #if $in_cond.in_select == "no" | 17 #if $in_cond.in_select == "no" |
19 mkdir ${' '.join(["'in_cond.in/%s'" % (i) for i, f in enumerate($in_cond.in) if f])} && | 18 mkdir ${' '.join(["'in_cond.in/%s'" % (i) for i, f in enumerate($in_cond.in) if f])} && |
20 ${' '.join(["ln -s '%s' 'in_cond.in/%s/%s.%s' && " % (f, i, re.sub('[^\w\-_]', '_', f.element_identifier), $gxy2omsext(f.ext)) for i, f in enumerate($in_cond.in) if f])} | 19 ${' '.join(["cp '%s' 'in_cond.in/%s/%s.%s' && " % (f, i, re.sub('[^\w\-_]', '_', f.element_identifier), $gxy2omsext(f.ext)) for i, f in enumerate($in_cond.in) if f])} |
21 #else | 20 #else |
22 ln -s '$in_cond.in' 'in_cond.in/${re.sub("[^\w\-_]", "_", $in_cond.in.element_identifier)}.$gxy2omsext($in_cond.in.ext)' && | 21 cp '$in_cond.in' 'in_cond.in/${re.sub("[^\w\-_]", "_", $in_cond.in.element_identifier)}.$gxy2omsext($in_cond.in.ext)' && |
23 #end if | 22 #end if |
24 mkdir tr && | 23 mkdir tr && |
25 ln -s '$tr' 'tr/${re.sub("[^\w\-_]", "_", $tr.element_identifier)}.$gxy2omsext($tr.ext)' && | 24 cp '$tr' 'tr/${re.sub("[^\w\-_]", "_", $tr.element_identifier)}.$gxy2omsext($tr.ext)' && |
26 #if $rt_norm: | 25 #if $rt_norm: |
27 mkdir rt_norm && | 26 mkdir rt_norm && |
28 ln -s '$rt_norm' 'rt_norm/${re.sub("[^\w\-_]", "_", $rt_norm.element_identifier)}.$gxy2omsext($rt_norm.ext)' && | 27 cp '$rt_norm' 'rt_norm/${re.sub("[^\w\-_]", "_", $rt_norm.element_identifier)}.$gxy2omsext($rt_norm.ext)' && |
29 #end if | 28 #end if |
30 mkdir out && | 29 mkdir out && |
31 | 30 |
32 ## Main program call | 31 ## Main program call |
33 | 32 |
64 <param name="in_select" type="select" label="Run tool in batch mode for -in"> | 63 <param name="in_select" type="select" label="Run tool in batch mode for -in"> |
65 <option value="no">No: process all datasets jointly</option> | 64 <option value="no">No: process all datasets jointly</option> |
66 <option value="yes">Yes: process each dataset in an independent job</option> | 65 <option value="yes">Yes: process each dataset in an independent job</option> |
67 </param> | 66 </param> |
68 <when value="no"> | 67 <when value="no"> |
69 <param argument="-in" type="data" format="mzml" multiple="true" optional="false" label="Input files separated by blank" help=" select mzml data sets(s)"/> | 68 <param argument="-in" type="data" format="mzml" multiple="true" label="Input files separated by blank" help=" select mzml data sets(s)"/> |
70 </when> | 69 </when> |
71 <when value="yes"> | 70 <when value="yes"> |
72 <param argument="-in" type="data" format="mzml" multiple="false" optional="false" label="Input files separated by blank" help=" select mzml data sets(s)"/> | 71 <param argument="-in" type="data" format="mzml" label="Input files separated by blank" help=" select mzml data sets(s)"/> |
73 </when> | 72 </when> |
74 </conditional> | 73 </conditional> |
75 <param argument="-tr" type="data" format="csv,traml" optional="false" label="transition file ('TraML' or 'csv')" help=" select csv,traml data sets(s)"/> | 74 <param argument="-tr" type="data" format="csv,traml" label="transition file ('TraML' or 'csv')" help=" select csv,traml data sets(s)"/> |
76 <param argument="-rt_norm" type="data" format="trafoxml" optional="true" label="RT normalization file (how to map the RTs of this run to the ones stored in the library)" help=" select trafoxml data sets(s)"/> | 75 <param argument="-rt_norm" type="data" format="trafoxml" optional="true" label="RT normalization file (how to map the RTs of this run to the ones stored in the library)" help=" select trafoxml data sets(s)"/> |
77 <param argument="-min_upper_edge_dist" type="float" optional="true" value="0.0" label="Minimal distance to the edge to still consider a precursor, in Thomson" help=""/> | 76 <param argument="-min_upper_edge_dist" type="float" value="0.0" label="Minimal distance to the edge to still consider a precursor, in Thomson" help=""/> |
78 <param argument="-rt_window" type="float" optional="true" value="-1.0" label="Extraction window in RT dimension (-1 means extract over the whole range)" help="This is the full window size, e.g. a value of 1000 seconds would extract 500 seconds on either side"/> | 77 <param argument="-rt_window" type="float" value="-1.0" label="Extraction window in RT dimension (-1 means extract over the whole range)" help="This is the full window size, e.g. a value of 1000 seconds would extract 500 seconds on either side"/> |
79 <param argument="-ion_mobility_window" type="float" optional="true" value="-1.0" label="Extraction window in ion mobility dimension (in milliseconds)" help="This is the full window size, e.g. a value of 10 milliseconds would extract 5 milliseconds on either side"/> | 78 <param argument="-ion_mobility_window" type="float" value="-1.0" label="Extraction window in ion mobility dimension (in milliseconds)" help="This is the full window size, e.g. a value of 10 milliseconds would extract 5 milliseconds on either side"/> |
80 <param argument="-mz_window" type="float" optional="true" min="0.0" value="0.05" label="Extraction window in m/z dimension (in Thomson, to use ppm see -ppm flag)" help="This is the full window size, e.g. 100 ppm would extract 50 ppm on either side"/> | 79 <param argument="-mz_window" type="float" min="0.0" value="0.05" label="Extraction window in m/z dimension (in Thomson, to use ppm see -ppm flag)" help="This is the full window size, e.g. 100 ppm would extract 50 ppm on either side"/> |
81 <param argument="-ppm" type="boolean" truevalue="true" falsevalue="false" checked="false" label="m/z extraction_window is in ppm" help=""/> | 80 <param argument="-ppm" type="boolean" truevalue="true" falsevalue="false" checked="false" label="m/z extraction_window is in ppm" help=""/> |
82 <param argument="-is_swath" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Set this flag if the data is SWATH data" help=""/> | 81 <param argument="-is_swath" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Set this flag if the data is SWATH data" help=""/> |
83 <param argument="-extract_MS1" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Extract the MS1 transitions based on the precursor values in the TraML file (useful for extracting MS1 XIC)" help=""/> | 82 <param argument="-extract_MS1" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Extract the MS1 transitions based on the precursor values in the TraML file (useful for extracting MS1 XIC)" help=""/> |
84 <section name="model" title="Options to control the modeling of retention time transformations from data" help="" expanded="false"> | 83 <section name="model" title="Options to control the modeling of retention time transformations from data" help="" expanded="false"> |
85 <param name="type" argument="-model:type" type="select" optional="true" label="Type of model" help=""> | 84 <param name="type" argument="-model:type" type="select" label="Type of model" help=""> |
86 <option value="linear" selected="true">linear</option> | 85 <option value="linear" selected="true">linear</option> |
87 <option value="b_spline">b_spline</option> | 86 <option value="b_spline">b_spline</option> |
88 <option value="interpolated">interpolated</option> | 87 <option value="interpolated">interpolated</option> |
89 <option value="lowess">lowess</option> | 88 <option value="lowess">lowess</option> |
90 <expand macro="list_string_san" name="type"/> | 89 <expand macro="list_string_san" name="type"/> |
91 </param> | 90 </param> |
92 <param name="symmetric_regression" argument="-model:symmetric_regression" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Only for 'linear' model: Perform linear regression on 'y - x' vs" help="'y + x', instead of on 'y' vs. 'x'"/> | 91 <param name="symmetric_regression" argument="-model:symmetric_regression" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Only for 'linear' model: Perform linear regression on 'y - x' vs" help="'y + x', instead of on 'y' vs. 'x'"/> |
93 </section> | 92 </section> |
94 <expand macro="adv_opts_macro"> | 93 <expand macro="adv_opts_macro"> |
95 <param argument="-extraction_function" type="select" optional="true" label="Function used to extract the signal" help=""> | 94 <param argument="-extraction_function" type="select" label="Function used to extract the signal" help=""> |
96 <option value="tophat" selected="true">tophat</option> | 95 <option value="tophat" selected="true">tophat</option> |
97 <option value="bartlett">bartlett</option> | 96 <option value="bartlett">bartlett</option> |
98 <expand macro="list_string_san" name="extraction_function"/> | 97 <expand macro="list_string_san" name="extraction_function"/> |
99 </param> | 98 </param> |
100 <param argument="-force" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Overrides tool-specific checks" help=""/> | 99 <param argument="-force" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Overrides tool-specific checks" help=""/> |
101 <param argument="-test" type="hidden" optional="true" value="False" label="Enables the test mode (needed for internal use only)" help=""> | 100 <param argument="-test" type="hidden" value="False" label="Enables the test mode (needed for internal use only)" help="" optional="true"> |
102 <expand macro="list_string_san" name="test"/> | 101 <expand macro="list_string_san" name="test"/> |
103 </param> | 102 </param> |
104 </expand> | 103 </expand> |
105 <param name="OPTIONAL_OUTPUTS" type="select" optional="true" multiple="true" label="Optional outputs"> | 104 <param name="OPTIONAL_OUTPUTS" type="select" optional="true" multiple="true" label="Optional outputs"> |
106 <option value="ctd_out_FLAG">Output used ctd (ini) configuration file</option> | 105 <option value="ctd_out_FLAG">Output used ctd (ini) configuration file</option> |
110 <data name="out" label="${tool.name} on ${on_string}: out" format="mzml"/> | 109 <data name="out" label="${tool.name} on ${on_string}: out" format="mzml"/> |
111 <data name="ctd_out" format="xml" label="${tool.name} on ${on_string}: ctd"> | 110 <data name="ctd_out" format="xml" label="${tool.name} on ${on_string}: ctd"> |
112 <filter>OPTIONAL_OUTPUTS is not None and "ctd_out_FLAG" in OPTIONAL_OUTPUTS</filter> | 111 <filter>OPTIONAL_OUTPUTS is not None and "ctd_out_FLAG" in OPTIONAL_OUTPUTS</filter> |
113 </data> | 112 </data> |
114 </outputs> | 113 </outputs> |
115 <tests><!-- TOPP_OpenSwathChromatogramExtractor_test_1 --> | 114 <tests> |
115 <!-- TOPP_OpenSwathChromatogramExtractor_test_1 --> | |
116 <test expect_num_outputs="2"> | 116 <test expect_num_outputs="2"> |
117 <section name="adv_opts"> | 117 <section name="adv_opts"> |
118 <param name="extraction_function" value="tophat"/> | 118 <param name="extraction_function" value="tophat"/> |
119 <param name="force" value="false"/> | 119 <param name="force" value="false"/> |
120 <param name="test" value="true"/> | 120 <param name="test" value="true"/> |
121 </section> | 121 </section> |
122 <conditional name="in_cond"> | 122 <conditional name="in_cond"> |
123 <param name="in" value="OpenSwathChromatogramExtractor_input.mzML"/> | 123 <param name="in" value="OpenSwathChromatogramExtractor_input.mzML"/> |
124 </conditional> | 124 </conditional> |
125 <param name="tr" value="OpenSwathChromatogramExtractor_input.TraML"/> | 125 <param name="tr" value="OpenSwathChromatogramExtractor_input.TraML"/> |
126 <output name="out" file="OpenSwathChromatogramExtractor_output.mzML" compare="sim_size" delta_frac="0.7" ftype="mzml"/> | 126 <output name="out" value="OpenSwathChromatogramExtractor_output.mzML" compare="sim_size" delta_frac="0.7" ftype="mzml"/> |
127 <param name="min_upper_edge_dist" value="0.0"/> | 127 <param name="min_upper_edge_dist" value="0.0"/> |
128 <param name="rt_window" value="-1.0"/> | 128 <param name="rt_window" value="-1.0"/> |
129 <param name="ion_mobility_window" value="-1.0"/> | 129 <param name="ion_mobility_window" value="-1.0"/> |
130 <param name="mz_window" value="0.05"/> | 130 <param name="mz_window" value="0.05"/> |
131 <param name="ppm" value="false"/> | 131 <param name="ppm" value="false"/> |
139 <output name="ctd_out" ftype="xml"> | 139 <output name="ctd_out" ftype="xml"> |
140 <assert_contents> | 140 <assert_contents> |
141 <is_valid_xml/> | 141 <is_valid_xml/> |
142 </assert_contents> | 142 </assert_contents> |
143 </output> | 143 </output> |
144 <assert_stdout> | |
145 <has_text_matching expression="@EXECUTABLE@ took .* \(wall\), .* \(CPU\), .* \(system\), .* \(user\)(; Peak Memory Usage: 32 MB)?."/> | |
146 </assert_stdout> | |
144 </test> | 147 </test> |
145 <!-- TOPP_OpenSwathChromatogramExtractor_test_2 --> | 148 <!-- TOPP_OpenSwathChromatogramExtractor_test_2 --> |
146 <test expect_num_outputs="2"> | 149 <test expect_num_outputs="2"> |
147 <section name="adv_opts"> | 150 <section name="adv_opts"> |
148 <param name="extraction_function" value="tophat"/> | 151 <param name="extraction_function" value="tophat"/> |
152 <conditional name="in_cond"> | 155 <conditional name="in_cond"> |
153 <param name="in" value="OpenSwathChromatogramExtractor_input.mzML"/> | 156 <param name="in" value="OpenSwathChromatogramExtractor_input.mzML"/> |
154 </conditional> | 157 </conditional> |
155 <param name="tr" value="OpenSwathChromatogramExtractor_input.TraML"/> | 158 <param name="tr" value="OpenSwathChromatogramExtractor_input.TraML"/> |
156 <param name="rt_norm" value="OpenSwathChromatogramExtractor_input.trafoXML"/> | 159 <param name="rt_norm" value="OpenSwathChromatogramExtractor_input.trafoXML"/> |
157 <output name="out" file="OpenSwathChromatogramExtractor_output_2.mzML" compare="sim_size" delta_frac="0.7" ftype="mzml"/> | 160 <output name="out" value="OpenSwathChromatogramExtractor_output_2.mzML" compare="sim_size" delta_frac="0.7" ftype="mzml"/> |
158 <param name="min_upper_edge_dist" value="0.0"/> | 161 <param name="min_upper_edge_dist" value="0.0"/> |
159 <param name="rt_window" value="50.0"/> | 162 <param name="rt_window" value="50.0"/> |
160 <param name="ion_mobility_window" value="-1.0"/> | 163 <param name="ion_mobility_window" value="-1.0"/> |
161 <param name="mz_window" value="0.05"/> | 164 <param name="mz_window" value="0.05"/> |
162 <param name="ppm" value="false"/> | 165 <param name="ppm" value="false"/> |
170 <output name="ctd_out" ftype="xml"> | 173 <output name="ctd_out" ftype="xml"> |
171 <assert_contents> | 174 <assert_contents> |
172 <is_valid_xml/> | 175 <is_valid_xml/> |
173 </assert_contents> | 176 </assert_contents> |
174 </output> | 177 </output> |
178 <assert_stdout> | |
179 <has_text_matching expression="@EXECUTABLE@ took .* \(wall\), .* \(CPU\), .* \(system\), .* \(user\)(; Peak Memory Usage: 32 MB)?."/> | |
180 </assert_stdout> | |
175 </test> | 181 </test> |
176 <!-- TOPP_OpenSwathChromatogramExtractor_test_3 --> | 182 <!-- TOPP_OpenSwathChromatogramExtractor_test_3 --> |
177 <test expect_num_outputs="2"> | 183 <test expect_num_outputs="2"> |
178 <section name="adv_opts"> | 184 <section name="adv_opts"> |
179 <param name="extraction_function" value="tophat"/> | 185 <param name="extraction_function" value="tophat"/> |
182 </section> | 188 </section> |
183 <conditional name="in_cond"> | 189 <conditional name="in_cond"> |
184 <param name="in" value="OpenSwathChromatogramExtractor_input.mzML"/> | 190 <param name="in" value="OpenSwathChromatogramExtractor_input.mzML"/> |
185 </conditional> | 191 </conditional> |
186 <param name="tr" value="OpenSwathChromatogramExtractor_input.TraML"/> | 192 <param name="tr" value="OpenSwathChromatogramExtractor_input.TraML"/> |
187 <output name="out" file="OpenSwathChromatogramExtractor_output_3.mzML" compare="sim_size" delta_frac="0.7" ftype="mzml"/> | 193 <output name="out" value="OpenSwathChromatogramExtractor_output_3.mzML" compare="sim_size" delta_frac="0.7" ftype="mzml"/> |
188 <param name="min_upper_edge_dist" value="0.0"/> | 194 <param name="min_upper_edge_dist" value="0.0"/> |
189 <param name="rt_window" value="-1.0"/> | 195 <param name="rt_window" value="-1.0"/> |
190 <param name="ion_mobility_window" value="-1.0"/> | 196 <param name="ion_mobility_window" value="-1.0"/> |
191 <param name="mz_window" value="0.05"/> | 197 <param name="mz_window" value="0.05"/> |
192 <param name="ppm" value="false"/> | 198 <param name="ppm" value="false"/> |
200 <output name="ctd_out" ftype="xml"> | 206 <output name="ctd_out" ftype="xml"> |
201 <assert_contents> | 207 <assert_contents> |
202 <is_valid_xml/> | 208 <is_valid_xml/> |
203 </assert_contents> | 209 </assert_contents> |
204 </output> | 210 </output> |
211 <assert_stdout> | |
212 <has_text_matching expression="@EXECUTABLE@ took .* \(wall\), .* \(CPU\), .* \(system\), .* \(user\)(; Peak Memory Usage: 32 MB)?."/> | |
213 </assert_stdout> | |
205 </test> | 214 </test> |
206 <!-- TOPP_OpenSwathChromatogramExtractor_test_4 --> | 215 <!-- TOPP_OpenSwathChromatogramExtractor_test_4 --> |
207 <test expect_num_outputs="2"> | 216 <test expect_num_outputs="2"> |
208 <section name="adv_opts"> | 217 <section name="adv_opts"> |
209 <param name="extraction_function" value="tophat"/> | 218 <param name="extraction_function" value="tophat"/> |
212 </section> | 221 </section> |
213 <conditional name="in_cond"> | 222 <conditional name="in_cond"> |
214 <param name="in" value="OpenSwathChromatogramExtractor_4_input.mzML"/> | 223 <param name="in" value="OpenSwathChromatogramExtractor_4_input.mzML"/> |
215 </conditional> | 224 </conditional> |
216 <param name="tr" value="OpenSwathChromatogramExtractor_4_input.TraML"/> | 225 <param name="tr" value="OpenSwathChromatogramExtractor_4_input.TraML"/> |
217 <output name="out" file="OpenSwathChromatogramExtractor_4_output.mzML" compare="sim_size" delta_frac="0.7" ftype="mzml"/> | 226 <output name="out" value="OpenSwathChromatogramExtractor_4_output.mzML" compare="sim_size" delta_frac="0.7" ftype="mzml"/> |
218 <param name="min_upper_edge_dist" value="0.0"/> | 227 <param name="min_upper_edge_dist" value="0.0"/> |
219 <param name="rt_window" value="-1.0"/> | 228 <param name="rt_window" value="-1.0"/> |
220 <param name="ion_mobility_window" value="0.05"/> | 229 <param name="ion_mobility_window" value="0.05"/> |
221 <param name="mz_window" value="0.05"/> | 230 <param name="mz_window" value="0.05"/> |
222 <param name="ppm" value="false"/> | 231 <param name="ppm" value="false"/> |
230 <output name="ctd_out" ftype="xml"> | 239 <output name="ctd_out" ftype="xml"> |
231 <assert_contents> | 240 <assert_contents> |
232 <is_valid_xml/> | 241 <is_valid_xml/> |
233 </assert_contents> | 242 </assert_contents> |
234 </output> | 243 </output> |
244 <assert_stdout> | |
245 <has_text_matching expression="@EXECUTABLE@ took .* \(wall\), .* \(CPU\), .* \(system\), .* \(user\)(; Peak Memory Usage: 32 MB)?."/> | |
246 </assert_stdout> | |
235 </test> | 247 </test> |
236 <!-- TOPP_OpenSwathChromatogramExtractor_test_5 --> | 248 <!-- TOPP_OpenSwathChromatogramExtractor_test_5 --> |
237 <test expect_num_outputs="2"> | 249 <test expect_num_outputs="2"> |
238 <section name="adv_opts"> | 250 <section name="adv_opts"> |
239 <param name="extraction_function" value="tophat"/> | 251 <param name="extraction_function" value="tophat"/> |
242 </section> | 254 </section> |
243 <conditional name="in_cond"> | 255 <conditional name="in_cond"> |
244 <param name="in" value="OpenSwathChromatogramExtractor_input.mzML"/> | 256 <param name="in" value="OpenSwathChromatogramExtractor_input.mzML"/> |
245 </conditional> | 257 </conditional> |
246 <param name="tr" value="OpenSwathChromatogramExtractor_5_input.TraML"/> | 258 <param name="tr" value="OpenSwathChromatogramExtractor_5_input.TraML"/> |
247 <output name="out" file="OpenSwathChromatogramExtractor_5_output.mzML" compare="sim_size" delta_frac="0.7" ftype="mzml"/> | 259 <output name="out" value="OpenSwathChromatogramExtractor_5_output.mzML" compare="sim_size" delta_frac="0.7" ftype="mzml"/> |
248 <param name="min_upper_edge_dist" value="0.0"/> | 260 <param name="min_upper_edge_dist" value="0.0"/> |
249 <param name="rt_window" value="-1.0"/> | 261 <param name="rt_window" value="-1.0"/> |
250 <param name="ion_mobility_window" value="-1.0"/> | 262 <param name="ion_mobility_window" value="-1.0"/> |
251 <param name="mz_window" value="0.05"/> | 263 <param name="mz_window" value="0.05"/> |
252 <param name="ppm" value="false"/> | 264 <param name="ppm" value="false"/> |
260 <output name="ctd_out" ftype="xml"> | 272 <output name="ctd_out" ftype="xml"> |
261 <assert_contents> | 273 <assert_contents> |
262 <is_valid_xml/> | 274 <is_valid_xml/> |
263 </assert_contents> | 275 </assert_contents> |
264 </output> | 276 </output> |
277 <assert_stdout> | |
278 <has_text_matching expression="@EXECUTABLE@ took .* \(wall\), .* \(CPU\), .* \(system\), .* \(user\)(; Peak Memory Usage: 32 MB)?."/> | |
279 </assert_stdout> | |
265 </test> | 280 </test> |
266 </tests> | 281 </tests> |
267 <help><![CDATA[Extract chromatograms (XIC) from a MS2 map file. | 282 <help><![CDATA[Extract chromatograms (XIC) from a MS2 map file. |
268 | 283 |
269 | 284 |
270 For more information, visit http://www.openms.de/doxygen/release/2.8.0/html/TOPP_OpenSwathChromatogramExtractor.html]]></help> | 285 For more information, visit https://openms.de/doxygen/release/3.1.0/html/TOPP_OpenSwathChromatogramExtractor.html]]></help> |
271 <expand macro="references"/> | 286 <expand macro="references"/> |
272 </tool> | 287 </tool> |