annotate abims_xcms_retcor.xml @ 19:9784ec912994 draft

planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a5136bfc124956893f4f0c91808d1c0d78c4ea01
author lecorguille
date Mon, 29 Apr 2019 06:29:48 -0400
parents d1d78a99ba28
children 7faadba7c625
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
10
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
1 <tool id="abims_xcms_retcor" name="xcms adjustRtime (retcor)" version="@WRAPPER_VERSION@.0">
0
19c1d2598eb5 planemo upload
lecorguille
parents:
diff changeset
2
10
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
3 <description>Retention Time Correction</description>
0
19c1d2598eb5 planemo upload
lecorguille
parents:
diff changeset
4
2
54cc3edfe35c planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents: 1
diff changeset
5 <macros>
54cc3edfe35c planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents: 1
diff changeset
6 <import>macros.xml</import>
10
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
7 <import>macros_xcms.xml</import>
2
54cc3edfe35c planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents: 1
diff changeset
8 </macros>
0
19c1d2598eb5 planemo upload
lecorguille
parents:
diff changeset
9
2
54cc3edfe35c planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents: 1
diff changeset
10 <expand macro="requirements"/>
54cc3edfe35c planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents: 1
diff changeset
11 <expand macro="stdio"/>
0
19c1d2598eb5 planemo upload
lecorguille
parents:
diff changeset
12
1
da716e2937f2 planemo upload
lecorguille
parents: 0
diff changeset
13 <command><![CDATA[
10
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
14 @COMMAND_RSCRIPT@/xcms_retcor.r
8
4bfef820569b planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents: 7
diff changeset
15 image '$image'
1
da716e2937f2 planemo upload
lecorguille
parents: 0
diff changeset
16
da716e2937f2 planemo upload
lecorguille
parents: 0
diff changeset
17 method $methods.method
10
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
18 #if $methods.method == "PeakGroups":
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
19 minFraction $methods.minFraction
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
20 extraPeaks $methods.extraPeaks
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
21 smooth $methods.smooth_cond.smooth
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
22 ## PeakGroupsSmoothLoess Advanced
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
23 span $methods.smooth_cond.PeakGroupsSmoothLoessAdv.span
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
24 family $methods.smooth_cond.PeakGroupsSmoothLoessAdv.family
0
19c1d2598eb5 planemo upload
lecorguille
parents:
diff changeset
25 #else
10
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
26 binSize $methods.binSize
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
27 ## Advanced
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
28 #if $methods.ObiwarpAdv.centerSample != "":
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
29 centerSample $methods.ObiwarpAdv.centerSample
0
19c1d2598eb5 planemo upload
lecorguille
parents:
diff changeset
30 #end if
10
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
31 response $methods.ObiwarpAdv.response
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
32 distFun $methods.ObiwarpAdv.distFunCond.distFun
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
33 gapInit $methods.ObiwarpAdv.distFunCond.gapInit
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
34 gapExtend $methods.ObiwarpAdv.distFunCond.gapExtend
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
35 factorDiag $methods.ObiwarpAdv.factorDiag
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
36 factorGap $methods.ObiwarpAdv.factorGap
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
37 localAlignment $methods.ObiwarpAdv.localAlignmentCond.localAlignment
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
38 initPenalty $methods.ObiwarpAdv.localAlignmentCond.initPenalty
0
19c1d2598eb5 planemo upload
lecorguille
parents:
diff changeset
39 #end if
4
ac93ed26e4e1 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 960f403303e1691bdd6137c46895feb333b36a82
lecorguille
parents: 3
diff changeset
40
8
4bfef820569b planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents: 7
diff changeset
41 @COMMAND_FILE_LOAD@
4
ac93ed26e4e1 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 960f403303e1691bdd6137c46895feb333b36a82
lecorguille
parents: 3
diff changeset
42
7
bb602a5b8819 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 08e7f269a5c59687a7768be8db5fcb4e4d736093
lecorguille
parents: 6
diff changeset
43 @COMMAND_LOG_EXIT@
1
da716e2937f2 planemo upload
lecorguille
parents: 0
diff changeset
44 ]]></command>
0
19c1d2598eb5 planemo upload
lecorguille
parents:
diff changeset
45
19c1d2598eb5 planemo upload
lecorguille
parents:
diff changeset
46 <inputs>
10
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
47 <param name="image" type="data" format="rdata.xcms.findchrompeaks,rdata.xcms.group,rdata" label="@INPUT_IMAGE_LABEL@" help="@INPUT_IMAGE_HELP@ from: findChromPeaks, groupChromPeaks" />
0
19c1d2598eb5 planemo upload
lecorguille
parents:
diff changeset
48 <conditional name="methods">
10
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
49 <param name="method" type="select" label="Method to use for retention time correction" help="See the help section below" >
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
50 <option value="PeakGroups" selected="true">PeakGroups - retention time correction based on aligment of features (peak groups) present in most/all samples.</option>
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
51 <option value="Obiwarp">Obiwarp - alignment based on the complete mz-rt data.</option>
0
19c1d2598eb5 planemo upload
lecorguille
parents:
diff changeset
52 </param>
10
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
53 <when value="PeakGroups">
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
54 <param argument="minFraction" type="float" value="0.9" min="0" max="1" label="Minimum required fraction of samples in which peaks for the peak group were identified" help="(previously missing)"/>
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
55 <param argument="extraPeaks" type="integer" value="1" label="Maximal number of additional peaks for all samples to be assigned to a peak group for retention time correction" help="For a data set with 6 samples, ‘extraPeaks = 1’ uses all peak groups with a total peak count lower or equal to ‘6 + 1’. The total peak count is the total number of peaks being assigned to a peak group and considers also multiple peaks within a sample being assigned to the group. (previously extra)" />
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
56 <conditional name="smooth_cond">
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
57 <param argument="smooth" type="select" label="Smooth method" >
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
58 <option value="loess" selected="true">loess - non-linear alignment</option>
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
59 <option value="linear">linear - linear alignment</option>
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
60 </param>
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
61 <when value="loess">
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
62 <section name="PeakGroupsSmoothLoessAdv" title="Advanced Options" expanded="False">
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
63 <param argument="span" type="float" value="0.2" label="Degree of smoothing for the loess fitting" />
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
64 <param argument="family" type="select" label="Family" help="if gaussian fitting is by least-squares with no outlier removal, and if symmetric a re descending M estimator is used with Tukey's biweight function, allowing outlier removal">
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
65 <option value="gaussian" selected="true">gaussian</option>
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
66 <option value="symmetric">symmetric</option>
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
67 </param>
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
68 </section>
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
69 </when>
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
70 <when value="linear" />
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
71 </conditional>
7
bb602a5b8819 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 08e7f269a5c59687a7768be8db5fcb4e4d736093
lecorguille
parents: 6
diff changeset
72 </when>
10
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
73 <when value="Obiwarp">
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
74 <param argument="binSize" type="float" value="1" label="Bin size (in mz dimension) to be used for the profile matrix generation" help="See ‘step’ parameter in ‘profile-matrix’ documentation for more details. (previously profStep)" />
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
75 <section name="ObiwarpAdv" title="Advanced Options" expanded="False">
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
76 <param argument="centerSample" type="integer" value="" optional="true" label="Index of the center sample in the experiment" help="It defaults to ‘floor(median(1:length(fileNames(object))))’" />
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
77 <param argument="response" type="integer" value="1" label="Defining the responsiveness of warping" help="with ‘response = 0’ giving linear warping on start and end points and ‘response = 100’ warping using all bijective anchors." />
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
78 <conditional name="distFunCond">
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
79 <param argument="distFun" type="select" label="Distance function to be used">
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
80 <option value="cor_opt" selected="true">cor_opt - calculate only 10% diagonal band of distance matrix; better runtime</option>
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
81 <option value="cor">cor - Pearson's correlation</option>
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
82 <option value="cov">cov - covariance</option>
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
83 <option value="prd">prd - product</option>
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
84 <option value="euc">euc - Euclidian distance</option>
1
da716e2937f2 planemo upload
lecorguille
parents: 0
diff changeset
85 </param>
10
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
86 <when value="cor_opt">
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
87 <param argument="gapInit" type="float" value="0.3" label="Penalty for gap opening" />
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
88 <param argument="gapExtend" type="float" value="2.4" label="Penalty for gap enlargement" />
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
89 </when>
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
90 <when value="cor">
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
91 <param argument="gapInit" type="float" value="0.3" label="Penalty for gap opening" />
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
92 <param argument="gapExtend" type="float" value="2.4" label="Penalty for gap enlargement" />
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
93 </when>
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
94 <when value="cov">
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
95 <param argument="gapInit" type="float" value="0.0" label="Penalty for gap opening" />
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
96 <param argument="gapExtend" type="float" value="11.7" label="Penalty for gap enlargement" />
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
97 </when>
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
98 <when value="prd">
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
99 <param argument="gapInit" type="float" value="0.0" label="Penalty for gap opening" />
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
100 <param argument="gapExtend" type="float" value="7.8" label="Penalty for gap enlargement" />
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
101 </when>
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
102 <when value="euc">
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
103 <param argument="gapInit" type="float" value="0.9" label="Penalty for gap opening" />
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
104 <param argument="gapExtend" type="float" value="1.8" label="Penalty for gap enlargement" />
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
105 </when>
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
106 </conditional>
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
107 <param argument="factorDiag" type="float" value="2" label="Local weight applied to diagonal moves in the alignment" />
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
108 <param argument="factorGap" type="float" value="1" label="local weight for gap moves in the alignment" />
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
109 <conditional name="localAlignmentCond">
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
110 <param argument="localAlignment" type="select" label="Whether a local alignment should be performed instead of the default global alignment">
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
111 <option value="FALSE" selected="true">FALSE</option>
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
112 <option value="TRUE">TRUE</option>
0
19c1d2598eb5 planemo upload
lecorguille
parents:
diff changeset
113 </param>
10
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
114 <when value="FALSE">
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
115 <param argument="initPenalty" type="hidden" value="0" label="Penalty for initiating an alignment" />
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
116 </when>
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
117 <when value="TRUE">
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
118 <param argument="initPenalty" type="float" value="0" label="Penalty for initiating an alignment" />
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
119 </when>
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
120 </conditional>
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
121 </section>
0
19c1d2598eb5 planemo upload
lecorguille
parents:
diff changeset
122 </when>
19c1d2598eb5 planemo upload
lecorguille
parents:
diff changeset
123 </conditional>
4
ac93ed26e4e1 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 960f403303e1691bdd6137c46895feb333b36a82
lecorguille
parents: 3
diff changeset
124
8
4bfef820569b planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents: 7
diff changeset
125 <expand macro="input_file_load"/>
4
ac93ed26e4e1 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 960f403303e1691bdd6137c46895feb333b36a82
lecorguille
parents: 3
diff changeset
126
0
19c1d2598eb5 planemo upload
lecorguille
parents:
diff changeset
127 </inputs>
19c1d2598eb5 planemo upload
lecorguille
parents:
diff changeset
128
19c1d2598eb5 planemo upload
lecorguille
parents:
diff changeset
129 <outputs>
10
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
130 <data name="xsetRData" format="rdata.xcms.retcor" label="${image.name[:-6]}.adjustRtime.RData" from_work_dir="retcor.RData" />
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
131 <data name="rawVSadjustedPdf" format="pdf" label="${image.name[:-6]}_rawVSadjusted.adjustRtime.Rplots.pdf" from_work_dir="raw_vs_adjusted_rt.pdf" />
0
19c1d2598eb5 planemo upload
lecorguille
parents:
diff changeset
132 </outputs>
7
bb602a5b8819 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 08e7f269a5c59687a7768be8db5fcb4e4d736093
lecorguille
parents: 6
diff changeset
133
0
19c1d2598eb5 planemo upload
lecorguille
parents:
diff changeset
134 <tests>
3
3b44991a8e05 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents: 2
diff changeset
135 <test>
10
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
136 <param name="image" value="faahKO-single-class.xset.group.RData" ftype="rdata"/>
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
137 <conditional name="methods">
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
138 <param name="method" value="PeakGroups"/>
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
139 <param name="extraPeaks" value="1"/>
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
140 <param name="minFraction" value="1"/>
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
141 <conditional name="smooth_cond">
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
142 <param name="smooth" value="loess"/>
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
143 <section name="PeakGroupsSmoothLoessAdv">
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
144 <param name="span" value="0.2"/>
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
145 <param name="family" value="gaussian"/>
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
146 </section>
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
147 </conditional>
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
148 </conditional>
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
149 <expand macro="test_file_load_single"/>
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
150 <assert_stdout>
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
151 <has_text text="extraPeaks: 1" />
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
152 <has_text text="minFraction: 1" />
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
153 <has_text text="span: 0.2" />
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
154 <has_text text="object with 4 samples" />
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
155 <has_text text="Time range: 2509.2-4480.3 seconds (41.8-74.7 minutes)" />
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
156 <has_text text="Mass range: 200.1-600 m/z" />
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
157 <has_text text="Peaks: 9251 (about 2313 per sample)" />
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
158 <has_text text="Peak Groups: 0" />
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
159 <has_text text="Sample classes: KO, WT" />
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
160 </assert_stdout>
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
161 </test>
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
162 <!-- DISABLE FOR TRAVIS : Zip
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
163 <test>
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
164 <param name="image" value="faahKO.xset.group.RData" ftype="rdata"/>
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
165 <conditional name="methods">
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
166 <param name="method" value="PeakGroups"/>
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
167 <param name="extraPeaks" value="1"/>
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
168 <param name="minFraction" value="1"/>
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
169 <conditional name="smooth_cond">
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
170 <param name="smooth" value="loess"/>
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
171 <section name="PeakGroupsSmoothLoessAdv">
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
172 <param name="span" value="0.2"/>
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
173 <param name="family" value="gaussian"/>
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
174 </section>
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
175 </conditional>
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
176 </conditional>
8
4bfef820569b planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents: 7
diff changeset
177 <expand macro="test_file_load_zip"/>
10
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
178 <assert_stdout>
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
179 <has_text text="object with 4 samples" />
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
180 <has_text text="Time range: 2509.2-4480.3 seconds (41.8-74.7 minutes)" />
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
181 <has_text text="Mass range: 200.1-600 m/z" />
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
182 <has_text text="Peaks: 9251 (about 2313 per sample)" />
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
183 <has_text text="Peak Groups: 0" />
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
184 <has_text text="Sample classes: KO, WT" />
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
185 </assert_stdout>
8
4bfef820569b planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents: 7
diff changeset
186 </test>
10
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
187 -->
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
188 <!-- DISABLE FOR TRAVIS
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
189 Test to test the different methods parameters
8
4bfef820569b planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents: 7
diff changeset
190 <test>
10
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
191 <param name="image" value="faahKO-single-class.xset.group.RData" ftype="rdata"/>
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
192 <conditional name="methods">
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
193 <param name="method" value="Obiwarp"/>
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
194 <section name="ObiwarpAdv">
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
195 <param name="centerSample" value="1"/>
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
196 <param name="response" value="0"/>
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
197 <conditional name="distFunCond">
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
198 <param name="distFun" value="cov"/>
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
199 <param name="gapInit" value="0.1" />
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
200 </conditional>
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
201 </section>
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
202 </conditional>
8
4bfef820569b planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents: 7
diff changeset
203 <expand macro="test_file_load_single"/>
10
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
204 <assert_stdout>
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
205 <has_text text="centerSample: 1" />
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
206 <has_text text="response: 0" />
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
207 <has_text text="distFun: cov" />
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
208 <has_text text="gapInit: 0.1" />
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
209 <has_text text="gapExtend: 11.7" />
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
210 </assert_stdout>
0
19c1d2598eb5 planemo upload
lecorguille
parents:
diff changeset
211 </test>
10
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
212 -->
0
19c1d2598eb5 planemo upload
lecorguille
parents:
diff changeset
213 </tests>
19c1d2598eb5 planemo upload
lecorguille
parents:
diff changeset
214
1
da716e2937f2 planemo upload
lecorguille
parents: 0
diff changeset
215 <help><![CDATA[
7
bb602a5b8819 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 08e7f269a5c59687a7768be8db5fcb4e4d736093
lecorguille
parents: 6
diff changeset
216
2
54cc3edfe35c planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents: 1
diff changeset
217 @HELP_AUTHORS@
0
19c1d2598eb5 planemo upload
lecorguille
parents:
diff changeset
218
10
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
219 ================
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
220 xcms adjustRtime
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
221 ================
0
19c1d2598eb5 planemo upload
lecorguille
parents:
diff changeset
222
19c1d2598eb5 planemo upload
lecorguille
parents:
diff changeset
223 -----------
19c1d2598eb5 planemo upload
lecorguille
parents:
diff changeset
224 Description
19c1d2598eb5 planemo upload
lecorguille
parents:
diff changeset
225 -----------
19c1d2598eb5 planemo upload
lecorguille
parents:
diff changeset
226
7
bb602a5b8819 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 08e7f269a5c59687a7768be8db5fcb4e4d736093
lecorguille
parents: 6
diff changeset
227 After matching peaks into groups, xcms can use those groups to identify and correct
bb602a5b8819 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 08e7f269a5c59687a7768be8db5fcb4e4d736093
lecorguille
parents: 6
diff changeset
228 correlated drifts in retention time from run to run. The aligned peaks can then be
bb602a5b8819 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 08e7f269a5c59687a7768be8db5fcb4e4d736093
lecorguille
parents: 6
diff changeset
229 used for a second pass of peak grouping which will be more accurate than the first.
bb602a5b8819 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 08e7f269a5c59687a7768be8db5fcb4e4d736093
lecorguille
parents: 6
diff changeset
230 The whole process can be repeated in an iterative fashion. Not all peak groups will be helpful
bb602a5b8819 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 08e7f269a5c59687a7768be8db5fcb4e4d736093
lecorguille
parents: 6
diff changeset
231 for identifying retention time drifts. Some groups may be missing peaks from a large
bb602a5b8819 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 08e7f269a5c59687a7768be8db5fcb4e4d736093
lecorguille
parents: 6
diff changeset
232 fraction of samples and thus provide an incomplete picture of the drift at that time point.
0
19c1d2598eb5 planemo upload
lecorguille
parents:
diff changeset
233 Still others may contain multiple peaks from the same sample, which is a sign of impropper grouping.
19c1d2598eb5 planemo upload
lecorguille
parents:
diff changeset
234
19c1d2598eb5 planemo upload
lecorguille
parents:
diff changeset
235 .. class:: warningmark
19c1d2598eb5 planemo upload
lecorguille
parents:
diff changeset
236
10
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
237 **After an adjustRtime step, it is mandatory to do a groupChromPeaks step, otherwise the rest of the workflow will not work with the RData file. (the initial peak grouping becomes invalid and is
0
19c1d2598eb5 planemo upload
lecorguille
parents:
diff changeset
238 discarded)**
19c1d2598eb5 planemo upload
lecorguille
parents:
diff changeset
239
19c1d2598eb5 planemo upload
lecorguille
parents:
diff changeset
240
19c1d2598eb5 planemo upload
lecorguille
parents:
diff changeset
241
19c1d2598eb5 planemo upload
lecorguille
parents:
diff changeset
242 -----------------
19c1d2598eb5 planemo upload
lecorguille
parents:
diff changeset
243 Workflow position
19c1d2598eb5 planemo upload
lecorguille
parents:
diff changeset
244 -----------------
19c1d2598eb5 planemo upload
lecorguille
parents:
diff changeset
245
19c1d2598eb5 planemo upload
lecorguille
parents:
diff changeset
246
19c1d2598eb5 planemo upload
lecorguille
parents:
diff changeset
247 **Upstream tools**
19c1d2598eb5 planemo upload
lecorguille
parents:
diff changeset
248
10
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
249 ========================= ============================ ==============================
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
250 Name Output file Format
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
251 ========================= ============================ ==============================
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
252 xcms.findChromPeaks raw.xset.RData rdata.xcms.findchrompeaks
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
253 ------------------------- ---------------------------- ------------------------------
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
254 xcms.groupChromPeaks ``*``.groupChromPeaks.RData rdata.xcms.group
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
255 ========================= ============================ ==============================
0
19c1d2598eb5 planemo upload
lecorguille
parents:
diff changeset
256
19c1d2598eb5 planemo upload
lecorguille
parents:
diff changeset
257
19c1d2598eb5 planemo upload
lecorguille
parents:
diff changeset
258 **Downstream tools**
19c1d2598eb5 planemo upload
lecorguille
parents:
diff changeset
259
10
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
260 =========================== ============================ ================
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
261 Name Output file Format
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
262 =========================== ============================ ================
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
263 xcms.groupChromPeaks ``*``.groupChromPeaks.RData rdata.xcms.group
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
264 =========================== ============================ ================
0
19c1d2598eb5 planemo upload
lecorguille
parents:
diff changeset
265
19c1d2598eb5 planemo upload
lecorguille
parents:
diff changeset
266
19c1d2598eb5 planemo upload
lecorguille
parents:
diff changeset
267 **General schema of the metabolomic workflow**
19c1d2598eb5 planemo upload
lecorguille
parents:
diff changeset
268
19c1d2598eb5 planemo upload
lecorguille
parents:
diff changeset
269 .. image:: xcms_retcor_workflow.png
19c1d2598eb5 planemo upload
lecorguille
parents:
diff changeset
270
10
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
271 ---------------------------------------------------
0
19c1d2598eb5 planemo upload
lecorguille
parents:
diff changeset
272
19c1d2598eb5 planemo upload
lecorguille
parents:
diff changeset
273 ----------
19c1d2598eb5 planemo upload
lecorguille
parents:
diff changeset
274 Parameters
19c1d2598eb5 planemo upload
lecorguille
parents:
diff changeset
275 ----------
19c1d2598eb5 planemo upload
lecorguille
parents:
diff changeset
276
19c1d2598eb5 planemo upload
lecorguille
parents:
diff changeset
277 Method
19c1d2598eb5 planemo upload
lecorguille
parents:
diff changeset
278 ------
19c1d2598eb5 planemo upload
lecorguille
parents:
diff changeset
279
10
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
280 **PeakGroups**
0
19c1d2598eb5 planemo upload
lecorguille
parents:
diff changeset
281
10
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
282 | This method performs retention time adjustment based on the alignment of chromatographic peak groups present in all/most samples (hence corresponding to house keeping compounds). First the retention time deviation of these peak groups is described by fitting either a polynomial (‘smooth = "loess"’) or a linear ( ‘smooth = "linear"’) model to the data points. These models are subsequently used to adjust the retention time of each spectrum in each sample.
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
283 | See the PeakGroups_manual_
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
284
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
285 **Obiwarp**
0
19c1d2598eb5 planemo upload
lecorguille
parents:
diff changeset
286
10
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
287 | This method performs retention time adjustment using the Obiwarp method [Prince 2006]. It is based on the code at http://obi-warp.sourceforge.net but supports alignment of multiple samples by aligning each against a _center_ sample. The alignment is performed directly on the ‘profile-matrix’ and can hence be performed independently of the peak detection or peak grouping.
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
288 | See the Obiwarp_manual_
0
19c1d2598eb5 planemo upload
lecorguille
parents:
diff changeset
289
10
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
290 .. _PeakGroups_manual: https://rdrr.io/bioc/xcms/man/adjustRtime-peakGroups.html#heading-2
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
291 .. _Obiwarp_manual: https://rdrr.io/bioc/xcms/man/adjustRtime-obiwarp.html
0
19c1d2598eb5 planemo upload
lecorguille
parents:
diff changeset
292
10
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
293 @HELP_XCMS_MANUAL@
0
19c1d2598eb5 planemo upload
lecorguille
parents:
diff changeset
294
19c1d2598eb5 planemo upload
lecorguille
parents:
diff changeset
295 ------------
19c1d2598eb5 planemo upload
lecorguille
parents:
diff changeset
296 Output files
19c1d2598eb5 planemo upload
lecorguille
parents:
diff changeset
297 ------------
19c1d2598eb5 planemo upload
lecorguille
parents:
diff changeset
298
10
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
299 xset.groupChromPeaks.adjustRtime.RData: rdata.xcms.retcor format
0
19c1d2598eb5 planemo upload
lecorguille
parents:
diff changeset
300
10
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
301 | Rdata file that will be necessary in the **xcms.groupChromPeaks** step of the workflow.
0
19c1d2598eb5 planemo upload
lecorguille
parents:
diff changeset
302
1
da716e2937f2 planemo upload
lecorguille
parents: 0
diff changeset
303
da716e2937f2 planemo upload
lecorguille
parents: 0
diff changeset
304 ---------------------------------------------------
da716e2937f2 planemo upload
lecorguille
parents: 0
diff changeset
305
da716e2937f2 planemo upload
lecorguille
parents: 0
diff changeset
306 Changelog/News
da716e2937f2 planemo upload
lecorguille
parents: 0
diff changeset
307 --------------
da716e2937f2 planemo upload
lecorguille
parents: 0
diff changeset
308
16
d1d78a99ba28 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit d481a27556155e3587901d702d364b71f28e30b9
lecorguille
parents: 15
diff changeset
309 .. _News: https://bioconductor.org/packages/release/bioc/news/xcms/NEWS
15
950b97b679c6 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f0d42bca2f34c58c04b55e5990058d479c0ae639
lecorguille
parents: 10
diff changeset
310
16
d1d78a99ba28 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit d481a27556155e3587901d702d364b71f28e30b9
lecorguille
parents: 15
diff changeset
311 **Version 3.4.4.0 - 08/02/2019**
d1d78a99ba28 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit d481a27556155e3587901d702d364b71f28e30b9
lecorguille
parents: 15
diff changeset
312
d1d78a99ba28 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit d481a27556155e3587901d702d364b71f28e30b9
lecorguille
parents: 15
diff changeset
313 - UPGRADE: upgrade the xcms version from 3.0.0 to 3.4.4 (see XCMS News_)
15
950b97b679c6 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f0d42bca2f34c58c04b55e5990058d479c0ae639
lecorguille
parents: 10
diff changeset
314
10
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
315 **Version 3.0.0.0 - 08/03/2018**
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
316
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
317 - 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.
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
318
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
319 - NEW: a bunch of new options: Obiwarp.(centerSample, response, distFun, gapInit, gapExtend, factorDiag, factorGap, localAlignment, initPenalty)
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
320
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
321 - IMPROVEMENT: the advanced options are now in sections. It will allow you to access to all the parameters and to know their default values.
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
322
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
323 - CHANGE: removing of the TIC and BPC plots. You can now use the dedicated tool "xcms plot chromatogram"
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
324
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
325
9
e4e0254a3c0a planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 4897a06ef248e2e74e57a496dd68adbda3c828f1
lecorguille
parents: 8
diff changeset
326 **Version 2.1.1 - 29/11/2017**
e4e0254a3c0a planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 4897a06ef248e2e74e57a496dd68adbda3c828f1
lecorguille
parents: 8
diff changeset
327
e4e0254a3c0a planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 4897a06ef248e2e74e57a496dd68adbda3c828f1
lecorguille
parents: 8
diff changeset
328 - BUGFIX: To avoid issues with accented letter in the parentFile tag of the mzXML files, we changed a hidden mechanim to LC_ALL=C
e4e0254a3c0a planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 4897a06ef248e2e74e57a496dd68adbda3c828f1
lecorguille
parents: 8
diff changeset
329
10
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
330
8
4bfef820569b planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents: 7
diff changeset
331 **Version 2.1.0 - 03/02/2017**
4bfef820569b planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents: 7
diff changeset
332
4bfef820569b planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents: 7
diff changeset
333 - IMPROVEMENT: xcms.retcor can deal with merged individual data
4bfef820569b planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents: 7
diff changeset
334
10
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
335
7
bb602a5b8819 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 08e7f269a5c59687a7768be8db5fcb4e4d736093
lecorguille
parents: 6
diff changeset
336 **Version 2.0.8 - 22/12/2016**
bb602a5b8819 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 08e7f269a5c59687a7768be8db5fcb4e4d736093
lecorguille
parents: 6
diff changeset
337
bb602a5b8819 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 08e7f269a5c59687a7768be8db5fcb4e4d736093
lecorguille
parents: 6
diff changeset
338 - BUGFIX: when having only one group (i.e. one folder of raw data) the BPC and TIC pdf files do not contain any graph
bb602a5b8819 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 08e7f269a5c59687a7768be8db5fcb4e4d736093
lecorguille
parents: 6
diff changeset
339
10
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
340
6
123824c7eaa8 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit ec6f0c17bb277ea34f898d96d12d3357220f73d4
lecorguille
parents: 4
diff changeset
341 **Version 2.0.7 - 06/07/2016**
123824c7eaa8 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit ec6f0c17bb277ea34f898d96d12d3357220f73d4
lecorguille
parents: 4
diff changeset
342
123824c7eaa8 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit ec6f0c17bb277ea34f898d96d12d3357220f73d4
lecorguille
parents: 4
diff changeset
343 - UPGRADE: upgrate the xcms version from 1.44.0 to 1.46.0
123824c7eaa8 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit ec6f0c17bb277ea34f898d96d12d3357220f73d4
lecorguille
parents: 4
diff changeset
344
10
8828cba9aedd planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 9
diff changeset
345
2
54cc3edfe35c planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents: 1
diff changeset
346 **Version 2.0.6 - 04/04/2016**
54cc3edfe35c planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents: 1
diff changeset
347
54cc3edfe35c planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents: 1
diff changeset
348 - TEST: refactoring to pass planemo test using conda dependencies
54cc3edfe35c planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents: 1
diff changeset
349
54cc3edfe35c planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents: 1
diff changeset
350
1
da716e2937f2 planemo upload
lecorguille
parents: 0
diff changeset
351 **Version 2.0.5 - 10/02/2016**
da716e2937f2 planemo upload
lecorguille
parents: 0
diff changeset
352
da716e2937f2 planemo upload
lecorguille
parents: 0
diff changeset
353 - BUGFIX: better management of errors. Datasets remained green although the process failed
da716e2937f2 planemo upload
lecorguille
parents: 0
diff changeset
354
da716e2937f2 planemo upload
lecorguille
parents: 0
diff changeset
355 - BUGFIX: some pdf remained empty even when the process succeed
da716e2937f2 planemo upload
lecorguille
parents: 0
diff changeset
356
da716e2937f2 planemo upload
lecorguille
parents: 0
diff changeset
357 - UPDATE: refactoring of internal management of inputs/outputs
da716e2937f2 planemo upload
lecorguille
parents: 0
diff changeset
358
da716e2937f2 planemo upload
lecorguille
parents: 0
diff changeset
359 - UPDATE: refactoring to feed the new report tool
da716e2937f2 planemo upload
lecorguille
parents: 0
diff changeset
360
da716e2937f2 planemo upload
lecorguille
parents: 0
diff changeset
361
da716e2937f2 planemo upload
lecorguille
parents: 0
diff changeset
362 **Version 2.0.2 - 02/06/2015**
da716e2937f2 planemo upload
lecorguille
parents: 0
diff changeset
363
da716e2937f2 planemo upload
lecorguille
parents: 0
diff changeset
364 - IMPROVEMENT: new datatype/dataset formats (rdata.xcms.raw, rdata.xcms.group, rdata.xcms.retcor ...) will facilitate the sequence of tools and so avoid incompatibility errors.
da716e2937f2 planemo upload
lecorguille
parents: 0
diff changeset
365
da716e2937f2 planemo upload
lecorguille
parents: 0
diff changeset
366 - IMPROVEMENT: parameter labels have changed to facilitate their reading.
da716e2937f2 planemo upload
lecorguille
parents: 0
diff changeset
367
da716e2937f2 planemo upload
lecorguille
parents: 0
diff changeset
368
da716e2937f2 planemo upload
lecorguille
parents: 0
diff changeset
369 ]]></help>
0
19c1d2598eb5 planemo upload
lecorguille
parents:
diff changeset
370
2
54cc3edfe35c planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents: 1
diff changeset
371
54cc3edfe35c planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents: 1
diff changeset
372 <expand macro="citation" />
0
19c1d2598eb5 planemo upload
lecorguille
parents:
diff changeset
373
19c1d2598eb5 planemo upload
lecorguille
parents:
diff changeset
374 </tool>