annotate abims_xcms_fillPeaks.xml @ 4:2edfa5e1f719 draft

planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
author lecorguille
date Fri, 08 Apr 2016 10:39:59 -0400
parents 5a54397dbc97
children cd351af95d14
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4
2edfa5e1f719 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents: 3
diff changeset
1 <tool id="abims_xcms_fillPeaks" name="xcms.fillPeaks" version="2.0.6">
0
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
2
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
3 <description>Integrate the signal in the region of that peak group not represented and create a new peak</description>
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
4
4
2edfa5e1f719 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents: 3
diff changeset
5 <macros>
2edfa5e1f719 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents: 3
diff changeset
6 <import>macros.xml</import>
2edfa5e1f719 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents: 3
diff changeset
7 </macros>
2edfa5e1f719 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents: 3
diff changeset
8
2edfa5e1f719 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents: 3
diff changeset
9 <expand macro="requirements"/>
2edfa5e1f719 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents: 3
diff changeset
10 <expand macro="stdio"/>
0
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
11
3
5a54397dbc97 planemo upload
lecorguille
parents: 2
diff changeset
12 <command><![CDATA[
4
2edfa5e1f719 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents: 3
diff changeset
13 @COMMAND_XCMS_SCRIPT@
3
5a54397dbc97 planemo upload
lecorguille
parents: 2
diff changeset
14 xfunction fillPeaks
5a54397dbc97 planemo upload
lecorguille
parents: 2
diff changeset
15 image $image
5a54397dbc97 planemo upload
lecorguille
parents: 2
diff changeset
16
5a54397dbc97 planemo upload
lecorguille
parents: 2
diff changeset
17 xsetRdataOutput $xsetRData
5a54397dbc97 planemo upload
lecorguille
parents: 2
diff changeset
18
5a54397dbc97 planemo upload
lecorguille
parents: 2
diff changeset
19 method $method
5a54397dbc97 planemo upload
lecorguille
parents: 2
diff changeset
20
4
2edfa5e1f719 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents: 3
diff changeset
21 #if $zip_file:
2edfa5e1f719 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents: 3
diff changeset
22 zipfile $zip_file
2edfa5e1f719 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents: 3
diff changeset
23 #end if
2edfa5e1f719 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents: 3
diff changeset
24 @COMMAND_LOG_EXIT@
3
5a54397dbc97 planemo upload
lecorguille
parents: 2
diff changeset
25
5a54397dbc97 planemo upload
lecorguille
parents: 2
diff changeset
26 ]]></command>
0
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
27
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
28 <inputs>
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
29 <param name="image" type="data" format="rdata.xcms.group,rdata" label="xset RData file" help="output file from another function xcms (group)" />
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
30 <param name="method" type="select" label="Filling method" help="[method] See the help section below">
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
31 <option value="chrom" selected="true">chrom</option>
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
32 <option value="MSW" >MSW</option>
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
33 </param>
3
5a54397dbc97 planemo upload
lecorguille
parents: 2
diff changeset
34 <!-- To pass planemo test -->
4
2edfa5e1f719 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents: 3
diff changeset
35 <param name="zip_file" type="data" format="no_unzip.zip,zip" label="Zip file" help="Use only if you get a message which say that your original zip file have been deleted on the server." />
0
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
36 </inputs>
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
37
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
38 <outputs>
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
39 <data name="xsetRData" format="rdata.xcms.fillpeaks" label="${image.name[:-6]}.fillPeaks.RData" />
3
5a54397dbc97 planemo upload
lecorguille
parents: 2
diff changeset
40 <data name="log" format="txt" label="xset.log.txt" hidden="true" />
0
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
41 </outputs>
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
42
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
43 <tests>
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
44 <test>
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
45 <param name="image" value="xset.group.retcor.group.RData"/>
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
46 <param name="method" value="chrom"/>
4
2edfa5e1f719 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents: 3
diff changeset
47 <param name="zip_file" value="sacuri_dir_root.zip" ftype="zip" />
3
5a54397dbc97 planemo upload
lecorguille
parents: 2
diff changeset
48 <output name="log">
5a54397dbc97 planemo upload
lecorguille
parents: 2
diff changeset
49 <assert_contents>
4
2edfa5e1f719 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents: 3
diff changeset
50 <has_text text="object with 4 samples" />
2edfa5e1f719 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents: 3
diff changeset
51 <has_text text="Time range: 0.2-1140.1 seconds (0-19 minutes)" />
2edfa5e1f719 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents: 3
diff changeset
52 <has_text text="Mass range: 50.0021-999.9863 m/z" />
2edfa5e1f719 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents: 3
diff changeset
53 <has_text text="Peaks: 199718 (about 49930 per sample)" />
2edfa5e1f719 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents: 3
diff changeset
54 <has_text text="Peak Groups: 48958" />
3
5a54397dbc97 planemo upload
lecorguille
parents: 2
diff changeset
55 <has_text text="Sample classes: bio, blank" />
5a54397dbc97 planemo upload
lecorguille
parents: 2
diff changeset
56 </assert_contents>
5a54397dbc97 planemo upload
lecorguille
parents: 2
diff changeset
57 </output>
0
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
58 </test>
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
59 </tests>
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
60
3
5a54397dbc97 planemo upload
lecorguille
parents: 2
diff changeset
61 <help><![CDATA[
0
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
62
4
2edfa5e1f719 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents: 3
diff changeset
63 @HELP_AUTHORS@
0
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
64
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
65 ==============
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
66 Xcms.fillPeaks
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
67 ==============
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
68
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
69 -----------
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
70 Description
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
71 -----------
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
72
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
73 For each sample, identify peak groups where that sample is not
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
74 represented. For each of those peak groups, integrate the signal
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
75 in the region of that peak group and create a new peak.
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
76
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
77 According to the type of raw-data there are 2
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
78 different methods available. for filling gcms/lcms data the method
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
79 "chrom" integrates raw-data in the chromatographic domain, whereas
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
80 "MSW" is used for peaklists without retention-time information
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
81 like those from direct-infusion spectra.
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
82
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
83
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
84
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
85 -----------------
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
86 Workflow position
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
87 -----------------
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
88
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
89
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
90 **Upstream tools**
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
91
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
92 ========================= ================= ================== ==========
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
93 Name output file format parameter
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
94 ========================= ================= ================== ==========
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
95 xcms.group xset.group.RData rdata.xcms.group RData file
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
96 ========================= ================= ================== ==========
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
97
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
98
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
99 **Downstream tools**
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
100
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
101 +---------------------------+------------------+-----------------------+
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
102 | Name | Output file | Format |
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
103 +===========================+==================+=======================+
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
104 |xcms.diffreport | xset.retcor.RData| rdata.xcms.fillpeaks |
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
105 +---------------------------+------------------+-----------------------+
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
106 |xcms.annotateDiffreport | xset.retcor.RData| rdata.xcms.fillpeaks |
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
107 +---------------------------+------------------+-----------------------+
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
108
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
109 The output file **xset.fillpeaks** is an RData file. You can continue your analysis using it in **xcms.diffreport** or **xcms.annotateDiffreport** tool as an next step of the workflow.
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
110
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
111
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
112 **General schema of the metabolomic workflow**
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
113
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
114 .. image:: xcms_fillpeaks_workflow.png
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
115
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
116
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
117
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
118 -----------
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
119 Input files
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
120 -----------
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
121
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
122 +---------------------------+-----------------------+
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
123 | Parameter : num + label | Format |
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
124 +===========================+=======================+
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
125 | 1 : RData file | rdata.xcms.group |
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
126 +---------------------------+-----------------------+
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
127
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
128
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
129 ----------
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
130 Parameters
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
131 ----------
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
132
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
133
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
134 Method
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
135 ------
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
136
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
137 **chrom**
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
138
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
139 | This method produces intensity values for those missing samples by integrating raw data in peak group region. In a given group, the start and ending retention time points for integration are defined by the median start and end points of the other detected peaks. The start and end m/z values are similarly determined. Intensities can be still be zero, which is a rather unusual intensity for a peak. This is the case if e.g. the raw data was threshholded, and the integration area contains no actual raw intensities, or if one sample is miscalibrated, such the raw data points are (just) outside the integration area.
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
140 | Importantly, if retention time correction data is available, the alignment information is used to more precisely integrate the propper region of the raw data. If the corrected retention time is beyond the end of the raw data, the value will be not-a-number (NaN).
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
141
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
142 **MSW**
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
143
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
144 | "MSW" is used for peaklists without retention-time information like those from direct-infusion spectra.
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
145
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
146 ------------
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
147 Output files
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
148 ------------
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
149
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
150 xset.fillPeaks.RData : rdata.xcms.fillpeaks format
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
151
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
152 | Rdata file that will be used in the **xcms.diffreport** or **xcms.annotateDiffreport** step of the workflow.
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
153
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
154 ------
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
155
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
156 .. class:: infomark
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
157
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
158 The output file is an group.RData file. You can continue your analysis using it in **xcms.diffreport** or **xcms.annotateDiffreport** tool.
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
159
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
160
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
161 ---------------------------------------------------
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
162
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
163 ---------------
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
164 Working example
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
165 ---------------
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
166
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
167 Input files
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
168 -----------
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
169
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
170 | RData file -> **xset.retcor.RData**
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
171
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
172 Parameters
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
173 ----------
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
174
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
175 | method -> **chrom**
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
176
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
177
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
178 Output files
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
179 ------------
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
180
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
181 | **xset.fillPeaks.RData: RData file**
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
182
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
183
3
5a54397dbc97 planemo upload
lecorguille
parents: 2
diff changeset
184 ---------------------------------------------------
5a54397dbc97 planemo upload
lecorguille
parents: 2
diff changeset
185
5a54397dbc97 planemo upload
lecorguille
parents: 2
diff changeset
186 Changelog/News
5a54397dbc97 planemo upload
lecorguille
parents: 2
diff changeset
187 --------------
5a54397dbc97 planemo upload
lecorguille
parents: 2
diff changeset
188
4
2edfa5e1f719 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents: 3
diff changeset
189 **Version 2.0.6 - 04/04/2016**
2edfa5e1f719 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents: 3
diff changeset
190
2edfa5e1f719 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents: 3
diff changeset
191 - TEST: refactoring to pass planemo test using conda dependencies
2edfa5e1f719 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents: 3
diff changeset
192
2edfa5e1f719 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents: 3
diff changeset
193
3
5a54397dbc97 planemo upload
lecorguille
parents: 2
diff changeset
194 **Version 2.0.5 - 10/02/2016**
5a54397dbc97 planemo upload
lecorguille
parents: 2
diff changeset
195
5a54397dbc97 planemo upload
lecorguille
parents: 2
diff changeset
196 - BUGFIX: better management of errors. Datasets remained green although the process failed
5a54397dbc97 planemo upload
lecorguille
parents: 2
diff changeset
197
5a54397dbc97 planemo upload
lecorguille
parents: 2
diff changeset
198 - UPDATE: refactoring of internal management of inputs/outputs
5a54397dbc97 planemo upload
lecorguille
parents: 2
diff changeset
199
5a54397dbc97 planemo upload
lecorguille
parents: 2
diff changeset
200 - UPDATE: refactoring to feed the new report tool
2
5815e6e11f9b Uploaded
mmonsoor
parents: 0
diff changeset
201
5815e6e11f9b Uploaded
mmonsoor
parents: 0
diff changeset
202
3
5a54397dbc97 planemo upload
lecorguille
parents: 2
diff changeset
203 **Version 2.0.2 - 02/06/2015**
5a54397dbc97 planemo upload
lecorguille
parents: 2
diff changeset
204
5a54397dbc97 planemo upload
lecorguille
parents: 2
diff changeset
205 - 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.
5a54397dbc97 planemo upload
lecorguille
parents: 2
diff changeset
206
5a54397dbc97 planemo upload
lecorguille
parents: 2
diff changeset
207 - IMPROVEMENT: parameter labels have changed to facilitate their reading.
5a54397dbc97 planemo upload
lecorguille
parents: 2
diff changeset
208
5a54397dbc97 planemo upload
lecorguille
parents: 2
diff changeset
209
5a54397dbc97 planemo upload
lecorguille
parents: 2
diff changeset
210 ]]></help>
0
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
211
4
2edfa5e1f719 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents: 3
diff changeset
212
2edfa5e1f719 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents: 3
diff changeset
213 <expand macro="citation" />
0
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
214
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
215
022df2ef15b0 planemo upload
lecorguille
parents:
diff changeset
216 </tool>