Mercurial > repos > lecorguille > xcms_retcor
annotate abims_xcms_retcor.xml @ 11:e6abe754a85b draft
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 2aff6f6ced8185ed35371d7ad637e5a44f8a250c
author | lecorguille |
---|---|
date | Mon, 04 Jul 2016 11:55:11 -0400 |
parents | c7ae34138ee2 |
children | aee5648dc924 |
rev | line source |
---|---|
6
fcd93f47dcbf
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
5
diff
changeset
|
1 <tool id="abims_xcms_retcor" name="xcms.retcor" version="2.0.6"> |
0 | 2 |
3 <description>Retention Time Correction using retcor function from xcms R package </description> | |
4 | |
6
fcd93f47dcbf
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
5
diff
changeset
|
5 <macros> |
fcd93f47dcbf
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
5
diff
changeset
|
6 <import>macros.xml</import> |
fcd93f47dcbf
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
5
diff
changeset
|
7 </macros> |
0 | 8 |
6
fcd93f47dcbf
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
5
diff
changeset
|
9 <expand macro="requirements"/> |
fcd93f47dcbf
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
5
diff
changeset
|
10 <expand macro="stdio"/> |
0 | 11 |
1 | 12 <command><![CDATA[ |
6
fcd93f47dcbf
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
5
diff
changeset
|
13 @COMMAND_XCMS_SCRIPT@ |
1 | 14 image $image |
15 xfunction retcor | |
16 | |
17 xsetRdataOutput $xsetRData | |
18 ticspdf $ticsCorPdf | |
19 bicspdf $bpcsCorPdf | |
20 rplotspdf $rplotsPdf | |
21 | |
22 method $methods.method | |
0 | 23 #if $methods.method == "obiwarp": |
24 profStep $methods.profStep | |
25 #else | |
26 smooth $methods.smooth | |
27 extra $methods.extra | |
28 missing $methods.missing | |
29 #if $methods.options.option == "show": | |
30 span $methods.options.span | |
31 family $methods.options.family | |
32 plottype $methods.options.plottype | |
33 #end if | |
34 #end if | |
10
c7ae34138ee2
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 960f403303e1691bdd6137c46895feb333b36a82
lecorguille
parents:
9
diff
changeset
|
35 |
c7ae34138ee2
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 960f403303e1691bdd6137c46895feb333b36a82
lecorguille
parents:
9
diff
changeset
|
36 @COMMAND_ZIPFILE_LOAD@ |
c7ae34138ee2
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 960f403303e1691bdd6137c46895feb333b36a82
lecorguille
parents:
9
diff
changeset
|
37 |
6
fcd93f47dcbf
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
5
diff
changeset
|
38 @COMMAND_LOG_EXIT@ |
1 | 39 ]]></command> |
0 | 40 |
41 <inputs> | |
42 <param name="image" type="data" format="rdata.xcms.raw,rdata.xcms.group,rdata" label="xset RData file" help="output file from another function xcms (xcmsSet, retcor etc.)" /> | |
43 <conditional name="methods"> | |
44 <param name="method" type="select" label="Method to use for retention time correction" help="[method] See the help section below" > | |
45 <option value="obiwarp" >obiwarp</option> | |
46 <option value="peakgroups" selected="peakgroups">peakgroups</option> | |
47 </param> | |
48 <when value="obiwarp"> | |
49 <param name="profStep" type="float" value="1" label="Step size (in m/z)" help="[profStep] to use for profile generation from the raw data files" /> | |
50 </when> | |
51 <when value="peakgroups"> | |
52 <param name="smooth" type="select" label="Smooth method" help="[smooth] either 'loess’ for non-linear alignment or ‘linear’ for linear alignment" > | |
53 <option value="loess">loess</option> | |
54 <option value="linear">linear</option> | |
55 </param> | |
56 <param name="extra" type="integer" value="1" label="Number of extra peaks to allow in retention time correction correction groups" help="[extra]" /> | |
57 <param name="missing" type="integer" value="1" label="Number of missing samples to allow in retention time correction groups" help="[missing]" /> | |
6
fcd93f47dcbf
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
5
diff
changeset
|
58 |
0 | 59 <conditional name="options"> |
60 <param name="option" type="select" label="Advanced options"> | |
61 <option value="show">show</option> | |
62 <option value="hide" selected="true">hide</option> | |
63 </param> | |
64 <when value="show"> | |
65 <param name="span" type="float" value="0.2" label="Degree of smoothing for local polynomial regression fitting" help="[span]"/> | |
66 | |
1 | 67 <param name="family" type="select" label="Family" help="[family] 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"> |
68 <option value="gaussian" selected="true">gaussian</option> | |
69 <option value="symmetric">symmetric</option> | |
70 </param> | |
0 | 71 |
1 | 72 <param name="plottype" type="select" help="[plottype] if deviation plot retention time deviation points and regression fit, and if mdevden also plot peak overall peak density and retention time correction peak density"> |
0 | 73 <option value="none" selected="true">none</option> |
74 <option value="deviation">deviation</option> | |
75 <option value="mdevden">mdevden</option> | |
76 </param> | |
6
fcd93f47dcbf
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
5
diff
changeset
|
77 |
0 | 78 </when> |
1 | 79 <when value="hide"> |
80 </when> | |
0 | 81 </conditional> |
82 </when> | |
83 </conditional> | |
10
c7ae34138ee2
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 960f403303e1691bdd6137c46895feb333b36a82
lecorguille
parents:
9
diff
changeset
|
84 |
c7ae34138ee2
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 960f403303e1691bdd6137c46895feb333b36a82
lecorguille
parents:
9
diff
changeset
|
85 <expand macro="zipfile_load"/> |
c7ae34138ee2
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 960f403303e1691bdd6137c46895feb333b36a82
lecorguille
parents:
9
diff
changeset
|
86 |
0 | 87 </inputs> |
88 | |
89 <outputs> | |
90 <data name="xsetRData" format="rdata.xcms.retcor" label="${image.name[:-6]}.retcor.RData" /> | |
91 <data name="rplotsPdf" format="pdf" label="${image.name[:-6]}.retcor.Rplots.pdf"> | |
92 <filter>(methods['method'] == 'peakgroups')</filter> | |
93 <filter>(options['option'] == 'show')</filter> | |
94 <filter>(family == 'symmetric')</filter> | |
95 <filter>(plottype != 'none')</filter> | |
96 </data> | |
97 <data name="ticsCorPdf" format="pdf" label="${image.name[:-6]}.retcor.TICs_corrected.pdf" /> | |
98 <data name="bpcsCorPdf" format="pdf" label="${image.name[:-6]}.retcor.BPCs_corrected.pdf" /> | |
1 | 99 <data name="log" format="txt" label="xset.log.txt" hidden="true" /> |
0 | 100 </outputs> |
101 | |
102 <tests> | |
9
14242e316953
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
6
diff
changeset
|
103 <!--<test> |
0 | 104 <param name="image" value="xset.group.RData"/> |
6
fcd93f47dcbf
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
5
diff
changeset
|
105 <param name="methods|method" value="peakgroups"/> |
fcd93f47dcbf
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
5
diff
changeset
|
106 <param name="methods|smooth" value="loess"/> |
fcd93f47dcbf
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
5
diff
changeset
|
107 <param name="methods|extra" value="1"/> |
fcd93f47dcbf
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
5
diff
changeset
|
108 <param name="methods|missing" value="1"/> |
fcd93f47dcbf
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
5
diff
changeset
|
109 <param name="methods|options|option" value="show"/> |
fcd93f47dcbf
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
5
diff
changeset
|
110 <param name="methods|options|span" value="0.2"/> |
fcd93f47dcbf
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
5
diff
changeset
|
111 <param name="methods|options|family" value="gaussian"/> |
fcd93f47dcbf
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
5
diff
changeset
|
112 <param name="methods|options|plottype" value="deviation"/> |
10
c7ae34138ee2
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 960f403303e1691bdd6137c46895feb333b36a82
lecorguille
parents:
9
diff
changeset
|
113 <param name="zipfile_load_conditional|zipfile_load_select" value="yes" /> |
c7ae34138ee2
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 960f403303e1691bdd6137c46895feb333b36a82
lecorguille
parents:
9
diff
changeset
|
114 <param name="zipfile_load_conditional|zip_file" value="sacuri_dir_root.zip" ftype="zip" /> |
1 | 115 <output name="log"> |
116 <assert_contents> | |
6
fcd93f47dcbf
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
5
diff
changeset
|
117 <has_text text="object with 4 samples" /> |
fcd93f47dcbf
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
5
diff
changeset
|
118 <has_text text="Time range: 0.2-1140.1 seconds (0-19 minutes)" /> |
fcd93f47dcbf
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
5
diff
changeset
|
119 <has_text text="Mass range: 50.0021-999.9863 m/z" /> |
fcd93f47dcbf
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
5
diff
changeset
|
120 <has_text text="Peaks: 59359 (about 14840 per sample)" /> |
1 | 121 <has_text text="Peak Groups: 0" /> |
122 <has_text text="Sample classes: bio, blank" /> | |
123 </assert_contents> | |
124 </output> | |
9
14242e316953
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
6
diff
changeset
|
125 </test>--> |
14242e316953
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
6
diff
changeset
|
126 <test> |
14242e316953
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
6
diff
changeset
|
127 <param name="image" value="faahKO.xset.group.RData"/> |
14242e316953
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
6
diff
changeset
|
128 <param name="methods|method" value="peakgroups"/> |
14242e316953
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
6
diff
changeset
|
129 <param name="methods|smooth" value="loess"/> |
14242e316953
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
6
diff
changeset
|
130 <param name="methods|extra" value="1"/> |
14242e316953
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
6
diff
changeset
|
131 <param name="methods|missing" value="1"/> |
14242e316953
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
6
diff
changeset
|
132 <param name="methods|options|option" value="show"/> |
14242e316953
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
6
diff
changeset
|
133 <param name="methods|options|span" value="0.2"/> |
14242e316953
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
6
diff
changeset
|
134 <param name="methods|options|family" value="gaussian"/> |
14242e316953
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
6
diff
changeset
|
135 <param name="methods|options|plottype" value="deviation"/> |
10
c7ae34138ee2
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 960f403303e1691bdd6137c46895feb333b36a82
lecorguille
parents:
9
diff
changeset
|
136 <param name="zipfile_load_conditional|zipfile_load_select" value="yes" /> |
c7ae34138ee2
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 960f403303e1691bdd6137c46895feb333b36a82
lecorguille
parents:
9
diff
changeset
|
137 <param name="zipfile_load_conditional|zip_file" value="faahKO_reduce.zip" ftype="zip" /> |
9
14242e316953
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
6
diff
changeset
|
138 <output name="log"> |
14242e316953
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
6
diff
changeset
|
139 <assert_contents> |
14242e316953
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
6
diff
changeset
|
140 <has_text text="object with 4 samples" /> |
14242e316953
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
6
diff
changeset
|
141 <has_text text="Time range: 2507.7-4481.7 seconds (41.8-74.7 minutes)" /> |
14242e316953
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
6
diff
changeset
|
142 <has_text text="Mass range: 200.1-600 m/z" /> |
14242e316953
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
6
diff
changeset
|
143 <has_text text="Peaks: 9251 (about 2313 per sample)" /> |
14242e316953
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
6
diff
changeset
|
144 <has_text text="Peak Groups: 0" /> |
14242e316953
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
6
diff
changeset
|
145 <has_text text="Sample classes: KO, WT" /> |
14242e316953
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
6
diff
changeset
|
146 </assert_contents> |
14242e316953
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
6
diff
changeset
|
147 </output> |
0 | 148 </test> |
149 </tests> | |
150 | |
1 | 151 <help><![CDATA[ |
0 | 152 |
6
fcd93f47dcbf
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
5
diff
changeset
|
153 @HELP_AUTHORS@ |
0 | 154 |
155 =========== | |
156 Xcms.retcor | |
157 =========== | |
158 | |
159 ----------- | |
160 Description | |
161 ----------- | |
162 | |
163 After matching peaks into groups, xcms can use those groups to identify and correct | |
164 correlated drifts in retention time from run to run. The aligned peaks can then be | |
165 used for a second pass of peak grouping which will be more accurate than the first. | |
166 The whole process can be repeated in an iterative fashion. Not all peak groups will be helpful | |
167 for identifying retention time drifts. Some groups may be missing peaks from a large | |
168 fraction of samples and thus provide an incomplete picture of the drift at that time point. | |
169 Still others may contain multiple peaks from the same sample, which is a sign of impropper grouping. | |
170 | |
171 .. class:: warningmark | |
172 | |
173 **After an retcor step, it is mandatory to do a group step, otherwise the rest of the workflow will not work with the RData file. (the initial peak grouping becomes invalid and is | |
174 discarded)** | |
175 | |
176 | |
177 | |
178 ----------------- | |
179 Workflow position | |
180 ----------------- | |
181 | |
182 | |
183 **Upstream tools** | |
184 | |
185 ========================= ================= ======= ========== | |
186 Name output file format parameter | |
187 ========================= ================= ======= ========== | |
188 xcms.group xset.group.RData RData RData file | |
189 ========================= ================= ======= ========== | |
190 | |
191 | |
192 **Downstream tools** | |
193 | |
194 +---------------------------+------------------+--------+ | |
195 | Name | Output file | Format | | |
196 +===========================+==================+========+ | |
197 |xcms.group | xset.retcor.RData| RData | | |
198 +---------------------------+------------------+--------+ | |
199 | |
200 The output file **xset.retcor.RData** is an RData file. You can continue your analysis using it in **xcms.group** tool as an next step. | |
201 | |
202 | |
203 **General schema of the metabolomic workflow** | |
204 | |
205 .. image:: xcms_retcor_workflow.png | |
206 | |
207 | |
208 ----------- | |
209 Input files | |
210 ----------- | |
211 | |
212 +---------------------------+----------------------+ | |
213 | Parameter : num + label | Format | | |
214 +===========================+======================+ | |
215 | 1 : RData file | rdata.xcms.group | | |
216 +---------------------------+----------------------+ | |
217 | |
218 | |
219 ---------- | |
220 Parameters | |
221 ---------- | |
222 | |
223 Method | |
224 ------ | |
225 | |
226 **peakgroups** | |
227 | |
228 | xcms ignores those groups by only considering well-behaved peak groups which are missing at most one sample and have at most one extra peak. (Those values can be changed with the **missing** and **extra** arguments.) | |
229 | For each of those well-behaved groups, the algorithm calculates a median retention time and, for every sample, a deviation from that median. Within a sample, the observed deviation generally changes over time in a nonlinear fashion. Those changes are approximated using a local polynomial regression technique implemented in the **loess** function. By default, the curve fitting is done using least-squares on all data points. | |
230 | However, it is possible to enable outlier detection and removal by setting the **family** argument to **symmetric**. | |
231 | |
232 **obiwarp** | |
233 | |
234 | Calculate retention time deviations for each sample using the obiwarp code at "http://obi-warp.sourceforge.net/". This function is able to align multiple samples by a center-star strategy. Ordered Bijective Interpolated Warping (OBI-Warp) aligns matrices along a single axis using Dynamic Time Warping (DTW) and a one-to-one (bijective) interpolated warp function. OBI-Warp harnesses the non-linear, comprehensive alignment power of DTW and builds on the discrete, non-bijective output of DTW to give natural interpolants that can be used across multiple datasets. | |
235 | For the original publication see :**Chromatographic Alignment of ESI-LC-MS Proteomics Data Sets by Ordered Bijective Interpo-lated Warping John T. Prince and, Edward M. Marcotte Analytical Chemistry 2006 78 (17), 6140-6152.** | |
236 | |
237 | |
238 ------------ | |
239 Output files | |
240 ------------ | |
241 | |
242 xset.group.retcor.TICs_corrected.pdf | |
243 | |
244 | "Total Ion Chromatograms" graph in pdf format,corrected after a retcor step. | |
245 | |
246 xset.group.retcor.BPCs_corrected.pdf | |
247 | |
248 | "Total Io"Base Peak Chromatograms" graph in pdf format,corrected after a retcor step | |
249 | |
250 xset.group.retcor.RData: rdata.xcms.retcor format | |
251 | |
252 | Rdata file that will be necessary in the **xcms.group** step of the workflow. | |
253 | |
254 | |
255 ------ | |
256 | |
257 .. class:: infomark | |
258 | |
259 The output file is an xset.retcor.RData file. You can continue your analysis using it in **xcms.fillPeaks** tool. | |
260 | |
261 | |
262 --------------------------------------------------- | |
263 | |
264 --------------- | |
265 Working example | |
266 --------------- | |
267 | |
268 Input files | |
269 ----------- | |
270 | |
271 | RData file -> **xset.group.RData** | |
272 | |
273 Parameters | |
274 ---------- | |
275 | |
276 | Method: -> **peakgroups** | |
277 | smooth: -> **loess** | |
278 | extra: -> **1** | |
279 | missing -> **1** | |
280 | Advanced options: -> **show** | |
281 | span -> **0.2** | |
282 | family -> **gaussian** | |
283 | plottype -> **deviation** | |
284 | |
285 | |
286 Output files | |
287 ------------ | |
288 | |
289 | **1) xset.group.retcor.RData: RData file** | |
290 | |
291 | **2) Example of an xset.group.retcor.TICs_corrected pdf file** | |
292 | |
293 .. image:: xcms_retcor.png | |
294 | |
5 | 295 |
296 --------------------------------------------------- | |
297 | |
298 Changelog/News | |
299 -------------- | |
300 | |
6
fcd93f47dcbf
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
5
diff
changeset
|
301 **Version 2.0.6 - 04/04/2016** |
fcd93f47dcbf
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
5
diff
changeset
|
302 |
fcd93f47dcbf
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
5
diff
changeset
|
303 - TEST: refactoring to pass planemo test using conda dependencies |
fcd93f47dcbf
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
5
diff
changeset
|
304 |
fcd93f47dcbf
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
5
diff
changeset
|
305 |
5 | 306 **Version 2.0.5 - 10/02/2016** |
307 | |
308 - BUGFIX: better management of errors. Datasets remained green although the process failed | |
309 | |
310 - BUGFIX: some pdf remained empty even when the process succeed | |
311 | |
312 - UPDATE: refactoring of internal management of inputs/outputs | |
313 | |
314 - UPDATE: refactoring to feed the new report tool | |
315 | |
316 | |
317 **Version 2.0.2 - 02/06/2015** | |
318 | |
319 - 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. | |
320 | |
321 - IMPROVEMENT: parameter labels have changed to facilitate their reading. | |
322 | |
323 | |
1 | 324 ]]></help> |
0 | 325 |
6
fcd93f47dcbf
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
5
diff
changeset
|
326 |
fcd93f47dcbf
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
5
diff
changeset
|
327 <expand macro="citation" /> |
0 | 328 |
329 </tool> |