comparison abims_xcms_fillPeaks.xml @ 33:ea611367e1da draft

planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 49203f8a5271fa5e6bb889e907df71ebf7757309
author lecorguille
date Thu, 08 Mar 2018 05:55:04 -0500
parents 8fd5b5afa24d
children d8bac1291473
comparison
equal deleted inserted replaced
32:565693681374 33:ea611367e1da
26 @COMMAND_LOG_EXIT@ 26 @COMMAND_LOG_EXIT@
27 27
28 ]]></command> 28 ]]></command>
29 29
30 <inputs> 30 <inputs>
31 <param name="image" type="data" format="rdata.xcms.group,rdata" label="xset RData file" help="output file from another xcms function (group)" /> 31 <param name="image" type="data" format="rdata.xcms.group,rdata" label="@INPUT_IMAGE_LABEL@" help="@INPUT_IMAGE_HELP@ from groupChromPeaks" />
32 32
33 <section name="Adv" title="Advanced Options" expanded="False"> 33 <section name="Adv" title="Advanced Options" expanded="False">
34 <param argument="expandMz" type="integer" value="0" label="Value by which the mz width of peaks should be expanded" help="Each peak is expanded in mz direction by ‘expandMz *’ their original mz width. A value of ‘0’ means no expansion, a value of ‘1’ grows each peak by 1 * the mz width of the peak resulting in peakswith twice their original size in mz direction (expansion by half mz width to both sides)." /> 34 <param argument="expandMz" type="integer" value="0" label="Value by which the mz width of peaks should be expanded" help="Each peak is expanded in mz direction by ‘expandMz *’ their original mz width. A value of ‘0’ means no expansion, a value of ‘1’ grows each peak by 1 * the mz width of the peak resulting in peakswith twice their original size in mz direction (expansion by half mz width to both sides)." />
35 <param argument="expandRt" type="integer" value="0" label="Value by which the RT width of peaks should be expanded" help="Each peak is expanded in RT direction by ‘expandRt *’ their original RT width. A value of ‘0’ means no expansion, a value of ‘1’ grows each peak by 1 * the RT width of the peak resulting in peakswith twice their original size in RT direction (expansion by half RT width to both sides)."/> 35 <param argument="expandRt" type="integer" value="0" label="Value by which the RT width of peaks should be expanded" help="Each peak is expanded in RT direction by ‘expandRt *’ their original RT width. A value of ‘0’ means no expansion, a value of ‘1’ grows each peak by 1 * the RT width of the peak resulting in peakswith twice their original size in RT direction (expansion by half RT width to both sides)."/>
36 <param argument="ppm" type="integer" value="0" label="Specifying a ppm by which the mz width of the peak region should be expanded" help="For peaks with an mz width smaller than ‘mean(c(mzmin, mzmax)) * ppm / 1e6’, the ‘mzmin’ will be replaced by ‘mean(c(mzmin, mzmax)) - (mean(c(mzmin, mzmax)) * ppm / 2 / 1e6)’ and ‘mzmax’ by ‘mean(c(mzmin, mzmax)) + (mean(c(mzmin, mzmax)) * ppm / 2 / 1e6)’. This is applied before eventually expanding the mz width using the ‘expandMz’ parameter." /> 36 <param argument="ppm" type="integer" value="0" label="Specifying a ppm by which the mz width of the peak region should be expanded" help="For peaks with an mz width smaller than ‘mean(c(mzmin, mzmax)) * ppm / 1e6’, the ‘mzmin’ will be replaced by ‘mean(c(mzmin, mzmax)) - (mean(c(mzmin, mzmax)) * ppm / 2 / 1e6)’ and ‘mzmax’ by ‘mean(c(mzmin, mzmax)) + (mean(c(mzmin, mzmax)) * ppm / 2 / 1e6)’. This is applied before eventually expanding the mz width using the ‘expandMz’ parameter." />
253 --------------------------------------------------- 253 ---------------------------------------------------
254 254
255 Changelog/News 255 Changelog/News
256 -------------- 256 --------------
257 257
258 **Version 3.0.0.0 - 14/02/2018** 258 **Version 3.0.0.0 - 08/03/2018**
259 259
260 - UPGRADE: upgrade the xcms version from 1.46.0 to 3.0.0. So refactoring of a lot of underlining codes and methods 260 - UPGRADE: upgrade the xcms version from 1.46.0 to 3.0.0. So refactoring of a lot of underlying codes and methods. Some parameters may have been renamed.
261 261
262 - UPDATE: since xcms 3.0.0, the selection of a method is no more needed (chrom or MSW) 262 - UPDATE: since xcms 3.0.0, the selection of a method is no more needed (chrom or MSW). xcms will detect from the data the peak picking method used in findChromPeaks
263 263
264 - UPDATE: since xcms 3.0.0, new parameters are available: expandMz, expandRt and ppm 264 - UPDATE: since xcms 3.0.0, new parameters are available: expandMz, expandRt and ppm
265 265
266
266 **Version 2.1.1 - 29/11/2017** 267 **Version 2.1.1 - 29/11/2017**
267 268
268 - BUGFIX: To avoid issues with accented letter in the parentFile tag of the mzXML files, we changed a hidden mechanim to LC_ALL=C 269 - BUGFIX: To avoid issues with accented letter in the parentFile tag of the mzXML files, we changed a hidden mechanim to LC_ALL=C
269 270
271
270 **Version 2.1.0 - 07/02/2017** 272 **Version 2.1.0 - 07/02/2017**
271 273
272 - IMPROVEMENT: change the management of the peaklist ids. The main ids remain the same as xcms generated. The export setiings now only add custom names in the variableMetadata tab (namecustom) 274 - IMPROVEMENT: change the management of the peaklist ids. The main ids remain the same as xcms generated. The export setiings now only add custom names in the variableMetadata tab (namecustom)
273 275
274 - IMPROVEMENT: xcms.fillpeaks can deal with merged individual data 276 - IMPROVEMENT: xcms.fillpeaks can deal with merged individual data
275 277
278
276 **Version 2.0.8 - 22/12/2016** 279 **Version 2.0.8 - 22/12/2016**
277 280
278 - IMPROVEMENT: Add an option to export the peak list at this step without having to wait for CAMERA.annotate 281 - IMPROVEMENT: Add an option to export the peak list at this step without having to wait for CAMERA.annotate
279 282
283
280 **Version 2.0.7 - 06/07/2016** 284 **Version 2.0.7 - 06/07/2016**
281 285
282 - UPGRADE: upgrate the xcms version from 1.44.0 to 1.46.0 286 - UPGRADE: upgrate the xcms version from 1.44.0 to 1.46.0
283 287
288
284 **Version 2.0.6 - 04/04/2016** 289 **Version 2.0.6 - 04/04/2016**
285 290
286 - TEST: refactoring to pass planemo test using conda dependencies 291 - TEST: refactoring to pass planemo test using conda dependencies
287 292
293
288 **Version 2.0.5 - 10/02/2016** 294 **Version 2.0.5 - 10/02/2016**
289 295
290 - BUGFIX: better management of errors. Datasets remained green although the process failed 296 - BUGFIX: better management of errors. Datasets remained green although the process failed
291 297
292 - UPDATE: refactoring of internal management of inputs/outputs 298 - UPDATE: refactoring of internal management of inputs/outputs