Mercurial > repos > lecorguille > xcms_merge
comparison macros_xcms.xml @ 13:39797c768bba draft
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f1caf2a3bf23cf319a75dd12c86402555dd02617"
author | workflow4metabolomics |
---|---|
date | Wed, 12 Feb 2020 08:29:39 -0500 |
parents | e3fccadf32a8 |
children | 5bd125a3f3b0 |
comparison
equal
deleted
inserted
replaced
12:a301f001835c | 13:39797c768bba |
---|---|
1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
2 <macros> | 2 <macros> |
3 | 3 |
4 <token name="@WRAPPER_VERSION@">3.4.4</token> | 4 <token name="@TOOL_VERSION@">3.6.1</token> |
5 <xml name="requirements"> | 5 <xml name="requirements"> |
6 <requirements> | 6 <requirements> |
7 <requirement type="package" version="@WRAPPER_VERSION@">bioconductor-xcms</requirement> | 7 <requirement type="package" version="@TOOL_VERSION@">bioconductor-xcms</requirement> |
8 <requirement type="package" version="1.1_4">r-batch</requirement> | 8 <requirement type="package" version="1.1_5">r-batch</requirement> |
9 <requirement type="package" version="1.1_2">r-rcolorbrewer</requirement> | 9 <requirement type="package" version="1.1_2">r-rcolorbrewer</requirement> |
10 <requirement type="package" version="6.0">unzip</requirement> | 10 <requirement type="package" version="6.0">unzip</requirement> |
11 <yield /> | 11 <yield /> |
12 </requirements> | 12 </requirements> |
13 </xml> | 13 </xml> |
67 <param name="input" value="wt15.CDF,ko16.CDF,ko15.CDF,wt16.CDF" ftype="netcdf" /> | 67 <param name="input" value="wt15.CDF,ko16.CDF,ko15.CDF,wt16.CDF" ftype="netcdf" /> |
68 </conditional> | 68 </conditional> |
69 </section> | 69 </section> |
70 </xml> | 70 </xml> |
71 | 71 |
72 <xml name="test_file_load_single_ko15"> | 72 <xml name="test_file_load_single_file" token_filename=""> |
73 <section name="file_load_section"> | 73 <section name="file_load_section"> |
74 <conditional name="file_load_conditional"> | 74 <conditional name="file_load_conditional"> |
75 <param name="file_load_select" value="yes" /> | 75 <param name="file_load_select" value="yes" /> |
76 <param name="input" value="ko15.CDF" ftype="netcdf" /> | 76 <param name="input" value="@FILENAME@.CDF" ftype="netcdf" /> |
77 </conditional> | 77 </conditional> |
78 </section> | 78 </section> |
79 </xml> | 79 </xml> |
80 | 80 |
81 <!-- PEAKLIST --> | 81 <!-- PEAKLIST --> |
176 noise $methods.CentWaveAdv.noise | 176 noise $methods.CentWaveAdv.noise |
177 verboseColumns $methods.CentWaveAdv.verboseColumns | 177 verboseColumns $methods.CentWaveAdv.verboseColumns |
178 </token> | 178 </token> |
179 | 179 |
180 <xml name="input_centwave"> | 180 <xml name="input_centwave"> |
181 <param argument="ppm" type="integer" value="25" label="Max tolerated ppm m/z deviation in consecutive scans in ppm" help="for the initial ROI definition." /> | 181 <param argument="ppm" type="float" value="25" label="Max tolerated ppm m/z deviation in consecutive scans in ppm" help="for the initial ROI definition." /> |
182 <param argument="peakwidth" type="text" value="20,50" label="Min,Max peak width in seconds" help="with the expected approximate peak width in chromatographic space."> | 182 <param argument="peakwidth" type="text" value="20,50" label="Min,Max peak width in seconds" help="with the expected approximate peak width in chromatographic space."> |
183 <expand macro="input_validator_range_float"/> | 183 <expand macro="input_validator_range_float"/> |
184 </param> | 184 </param> |
185 </xml> | 185 </xml> |
186 | 186 |
244 .. _manual: http://www.bioconductor.org/packages/release/bioc/manuals/xcms/man/xcms.pdf | 244 .. _manual: http://www.bioconductor.org/packages/release/bioc/manuals/xcms/man/xcms.pdf |
245 .. _example: https://bioconductor.org/packages/release/bioc/vignettes/xcms/inst/doc/xcms.html | 245 .. _example: https://bioconductor.org/packages/release/bioc/vignettes/xcms/inst/doc/xcms.html |
246 | 246 |
247 </token> | 247 </token> |
248 | 248 |
249 <token name="@HELP_XCMS_NEWVERSION_3440@"> | |
250 **Version 3.4.4.0 - 08/02/2019** | |
251 | |
252 - UPGRADE: upgrade the xcms version from 3.0.0 to 3.4.4 (see XCMS News_) | |
253 </token> | |
254 <token name="@HELP_XCMS_NEWVERSION_3610@"> | |
255 **Version 3.6.1+galaxy* - 03/09/2019** | |
256 | |
257 - UPGRADE: upgrade the xcms version from 3.4.4 to 3.6.1 (see XCMS News_) | |
258 </token> | |
259 | |
249 <xml name="citation"> | 260 <xml name="citation"> |
250 <citations> | 261 <citations> |
251 <citation type="doi">10.1021/ac051437y</citation> | 262 <citation type="doi">10.1021/ac051437y</citation> |
252 <expand macro="citation_w4m"/> | 263 <expand macro="citation_w4m"/> |
253 </citations> | 264 </citations> |