Mercurial > repos > lecorguille > xcms_xcmsset
comparison abims_xcms_xcmsSet.xml @ 25:dc4d3e2b9968 draft
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e1f22c9b6d39de7aabc6bb625f65aa5ba6a91312
author | lecorguille |
---|---|
date | Thu, 02 Mar 2017 08:20:04 -0500 |
parents | d8915395681f |
children | 626d3db664ef |
comparison
equal
deleted
inserted
replaced
24:d8915395681f | 25:dc4d3e2b9968 |
---|---|
161 </when> | 161 </when> |
162 </conditional> | 162 </conditional> |
163 </inputs> | 163 </inputs> |
164 | 164 |
165 <outputs> | 165 <outputs> |
166 <data name="xsetRData" format="rdata.xcms.raw" label="xset.RData" /> | 166 <data name="xsetRData" format="rdata.xcms.raw" label="${input.name.rsplit('.',1)[0]}.xset.RData" /> |
167 <data name="sampleMetadata" format="tabular" label="sampleMetadata.tsv" /> | 167 <data name="sampleMetadata" format="tabular" label="${input.name.rsplit('.',1)[0]}.sampleMetadata.tsv"> |
168 <data name="ticsRawPdf" format="pdf" label="xset.TICs_raw.pdf" /> | 168 <filter>input.extension not in ["mzxml","mzml","mzdata","netcdf"]</filter> |
169 <data name="bpcsRawPdf" format="pdf" label="xset.BPCs_raw.pdf" /> | 169 </data> |
170 <data name="log" format="txt" label="xset.log.txt" /> | 170 <data name="ticsRawPdf" format="pdf" label="${input.name.rsplit('.',1)[0]}.xset.TICs_raw.pdf" /> |
171 <data name="bpcsRawPdf" format="pdf" label="${input.name.rsplit('.',1)[0]}.xset.BPCs_raw.pdf" /> | |
172 <data name="log" format="txt" label="${input.name.rsplit('.',1)[0]}.xset.log.txt" /> | |
171 </outputs> | 173 </outputs> |
172 | 174 |
173 <tests> | 175 <tests> |
174 <!--<test> | 176 <!--<test> |
175 <param name="inputs|input" value="zip_file" /> | 177 <param name="input" value="sacuri_dir_root.zip" ftype="zip" /> |
176 <param name="inputs|zip_file" value="sacuri_dir_root.zip" ftype="zip" /> | |
177 <param name="methods|method" value="matchedFilter" /> | 178 <param name="methods|method" value="matchedFilter" /> |
178 <param name="methods|step" value="0.01" /> | 179 <param name="methods|step" value="0.01" /> |
179 <param name="methods|fwhm" value="4" /> | 180 <param name="methods|fwhm" value="4" /> |
180 <param name="methods|options_m|option" value="show" /> | 181 <param name="methods|options_m|option" value="show" /> |
181 <param name="methods|options_m|max" value="50" /> | 182 <param name="methods|options_m|max" value="50" /> |
191 <has_text text="Sample classes: bio, blank" /> | 192 <has_text text="Sample classes: bio, blank" /> |
192 </assert_contents> | 193 </assert_contents> |
193 </output> | 194 </output> |
194 </test> | 195 </test> |
195 <test> | 196 <test> |
196 <param name="inputs|input" value="zip_file" /> | 197 <param name="input" value="sacuri_current_root.zip" ftype="zip" /> |
197 <param name="inputs|zip_file" value="sacuri_current_root.zip" ftype="zip" /> | |
198 <param name="methods|method" value="centWave" /> | 198 <param name="methods|method" value="centWave" /> |
199 <param name="methods|ppm" value="25" /> | 199 <param name="methods|ppm" value="25" /> |
200 <param name="methods|peakwidth" value="20,50" /> | 200 <param name="methods|peakwidth" value="20,50" /> |
201 <output name="log"> | 201 <output name="log"> |
202 <assert_contents> | 202 <assert_contents> |
225 </assert_contents> | 225 </assert_contents> |
226 </output> | 226 </output> |
227 </test> | 227 </test> |
228 <!-- Passed but disable to save time for Travis" --> | 228 <!-- Passed but disable to save time for Travis" --> |
229 <!--<test> | 229 <!--<test> |
230 <param name="inputs|input" value="single_file" /> | 230 <param name="input" value="ko15.CDF" ftype="netcdf" /> |
231 <param name="inputs|single_file" value="ko15.CDF" ftype="netcdf" /> | |
232 <param name="methods|method" value="centWave" /> | 231 <param name="methods|method" value="centWave" /> |
233 <param name="methods|ppm" value="25" /> | 232 <param name="methods|ppm" value="25" /> |
234 <param name="methods|peakwidth" value="20,50" /> | 233 <param name="methods|peakwidth" value="20,50" /> |
235 <output name="log"> | 234 <output name="log"> |
236 <assert_contents> | 235 <assert_contents> |
242 <has_text text="Sample classes: ." /> | 241 <has_text text="Sample classes: ." /> |
243 </assert_contents> | 242 </assert_contents> |
244 </output> | 243 </output> |
245 </test> | 244 </test> |
246 <test> | 245 <test> |
247 <param name="inputs|input" value="single_file" /> | 246 <param name="input" value="ko16.CDF" ftype="netcdf" /> |
248 <param name="inputs|single_file" value="ko16.CDF" ftype="netcdf" /> | |
249 <param name="methods|method" value="centWave" /> | 247 <param name="methods|method" value="centWave" /> |
250 <param name="methods|ppm" value="25" /> | 248 <param name="methods|ppm" value="25" /> |
251 <param name="methods|peakwidth" value="20,50" /> | 249 <param name="methods|peakwidth" value="20,50" /> |
252 <output name="log"> | 250 <output name="log"> |
253 <assert_contents> | 251 <assert_contents> |
259 <has_text text="Sample classes: ." /> | 257 <has_text text="Sample classes: ." /> |
260 </assert_contents> | 258 </assert_contents> |
261 </output> | 259 </output> |
262 </test> | 260 </test> |
263 <test> | 261 <test> |
264 <param name="inputs|input" value="single_file" /> | 262 <param name="input" value="wt15.CDF" ftype="netcdf" /> |
265 <param name="inputs|single_file" value="wt15.CDF" ftype="netcdf" /> | |
266 <param name="methods|method" value="centWave" /> | 263 <param name="methods|method" value="centWave" /> |
267 <param name="methods|ppm" value="25" /> | 264 <param name="methods|ppm" value="25" /> |
268 <param name="methods|peakwidth" value="20,50" /> | 265 <param name="methods|peakwidth" value="20,50" /> |
269 <output name="log"> | 266 <output name="log"> |
270 <assert_contents> | 267 <assert_contents> |