annotate abims_xcms_fillPeaks.xml @ 9:46f62282c8d8 draft

planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
author lecorguille
date Mon, 25 Apr 2016 11:09:51 -0400
parents f00e39a4b0fb
children 35269602a971
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6
f00e39a4b0fb planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents: 5
diff changeset
1 <tool id="abims_xcms_fillPeaks" name="xcms.fillPeaks" version="2.0.6">
0
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
2
30b01bcefda4 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>
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
4
6
f00e39a4b0fb planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents: 5
diff changeset
5 <macros>
f00e39a4b0fb planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents: 5
diff changeset
6 <import>macros.xml</import>
f00e39a4b0fb planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents: 5
diff changeset
7 </macros>
f00e39a4b0fb planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents: 5
diff changeset
8
f00e39a4b0fb planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents: 5
diff changeset
9 <expand macro="requirements"/>
f00e39a4b0fb planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents: 5
diff changeset
10 <expand macro="stdio"/>
0
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
11
1
107a3de94c05 Uploaded
lecorguille
parents: 0
diff changeset
12 <command><![CDATA[
6
f00e39a4b0fb planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents: 5
diff changeset
13 @COMMAND_XCMS_SCRIPT@
1
107a3de94c05 Uploaded
lecorguille
parents: 0
diff changeset
14 xfunction fillPeaks
107a3de94c05 Uploaded
lecorguille
parents: 0
diff changeset
15 image $image
107a3de94c05 Uploaded
lecorguille
parents: 0
diff changeset
16
107a3de94c05 Uploaded
lecorguille
parents: 0
diff changeset
17 xsetRdataOutput $xsetRData
107a3de94c05 Uploaded
lecorguille
parents: 0
diff changeset
18
107a3de94c05 Uploaded
lecorguille
parents: 0
diff changeset
19 method $method
107a3de94c05 Uploaded
lecorguille
parents: 0
diff changeset
20
6
f00e39a4b0fb planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents: 5
diff changeset
21 #if $zip_file:
f00e39a4b0fb planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents: 5
diff changeset
22 zipfile $zip_file
f00e39a4b0fb planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents: 5
diff changeset
23 #end if
f00e39a4b0fb planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents: 5
diff changeset
24 @COMMAND_LOG_EXIT@
1
107a3de94c05 Uploaded
lecorguille
parents: 0
diff changeset
25
107a3de94c05 Uploaded
lecorguille
parents: 0
diff changeset
26 ]]></command>
0
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
27
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
28 <inputs>
30b01bcefda4 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)" />
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
30 <param name="method" type="select" label="Filling method" help="[method] See the help section below">
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
31 <option value="chrom" selected="true">chrom</option>
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
32 <option value="MSW" >MSW</option>
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
33 </param>
1
107a3de94c05 Uploaded
lecorguille
parents: 0
diff changeset
34 <!-- To pass planemo test -->
6
f00e39a4b0fb planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents: 5
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
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
36 </inputs>
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
37
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
38 <outputs>
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
39 <data name="xsetRData" format="rdata.xcms.fillpeaks" label="${image.name[:-6]}.fillPeaks.RData" />
1
107a3de94c05 Uploaded
lecorguille
parents: 0
diff changeset
40 <data name="log" format="txt" label="xset.log.txt" hidden="true" />
0
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
41 </outputs>
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
42
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
43 <tests>
9
46f62282c8d8 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents: 6
diff changeset
44 <!--<test>
0
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
45 <param name="image" value="xset.group.retcor.group.RData"/>
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
46 <param name="method" value="chrom"/>
6
f00e39a4b0fb planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents: 5
diff changeset
47 <param name="zip_file" value="sacuri_dir_root.zip" ftype="zip" />
1
107a3de94c05 Uploaded
lecorguille
parents: 0
diff changeset
48 <output name="log">
107a3de94c05 Uploaded
lecorguille
parents: 0
diff changeset
49 <assert_contents>
6
f00e39a4b0fb planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents: 5
diff changeset
50 <has_text text="object with 4 samples" />
f00e39a4b0fb planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents: 5
diff changeset
51 <has_text text="Time range: 0.2-1140.1 seconds (0-19 minutes)" />
f00e39a4b0fb planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents: 5
diff changeset
52 <has_text text="Mass range: 50.0021-999.9863 m/z" />
f00e39a4b0fb planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents: 5
diff changeset
53 <has_text text="Peaks: 199718 (about 49930 per sample)" />
f00e39a4b0fb planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents: 5
diff changeset
54 <has_text text="Peak Groups: 48958" />
1
107a3de94c05 Uploaded
lecorguille
parents: 0
diff changeset
55 <has_text text="Sample classes: bio, blank" />
107a3de94c05 Uploaded
lecorguille
parents: 0
diff changeset
56 </assert_contents>
107a3de94c05 Uploaded
lecorguille
parents: 0
diff changeset
57 </output>
9
46f62282c8d8 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents: 6
diff changeset
58 </test>-->
46f62282c8d8 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents: 6
diff changeset
59 <test>
46f62282c8d8 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents: 6
diff changeset
60 <param name="image" value="faahKO.xset.group.retcor.group.RData"/>
46f62282c8d8 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents: 6
diff changeset
61 <param name="method" value="chrom"/>
46f62282c8d8 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents: 6
diff changeset
62 <param name="zip_file" value="faahKO_reduce.zip" ftype="zip" />
46f62282c8d8 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents: 6
diff changeset
63 <output name="log">
46f62282c8d8 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents: 6
diff changeset
64 <assert_contents>
46f62282c8d8 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents: 6
diff changeset
65 <has_text text="object with 4 samples" />
46f62282c8d8 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents: 6
diff changeset
66 <has_text text="Time range: 2506-4484 seconds (41.8-74.7 minutes)" />
46f62282c8d8 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents: 6
diff changeset
67 <has_text text="Mass range: 200.1-600 m/z" />
46f62282c8d8 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents: 6
diff changeset
68 <has_text text="Peaks: 32720 (about 8180 per sample)" />
46f62282c8d8 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents: 6
diff changeset
69 <has_text text="Peak Groups: 8157" />
46f62282c8d8 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents: 6
diff changeset
70 <has_text text="Sample classes: KO, WT" />
46f62282c8d8 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents: 6
diff changeset
71 </assert_contents>
46f62282c8d8 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents: 6
diff changeset
72 </output>
0
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
73 </test>
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
74 </tests>
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
75
1
107a3de94c05 Uploaded
lecorguille
parents: 0
diff changeset
76 <help><![CDATA[
0
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
77
6
f00e39a4b0fb planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents: 5
diff changeset
78 @HELP_AUTHORS@
0
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
79
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
80 ==============
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
81 Xcms.fillPeaks
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
82 ==============
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
83
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
84 -----------
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
85 Description
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
86 -----------
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
87
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
88 For each sample, identify peak groups where that sample is not
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
89 represented. For each of those peak groups, integrate the signal
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
90 in the region of that peak group and create a new peak.
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
91
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
92 According to the type of raw-data there are 2
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
93 different methods available. for filling gcms/lcms data the method
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
94 "chrom" integrates raw-data in the chromatographic domain, whereas
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
95 "MSW" is used for peaklists without retention-time information
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
96 like those from direct-infusion spectra.
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
97
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
98
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
99
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
100 -----------------
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
101 Workflow position
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
102 -----------------
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
103
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
104
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
105 **Upstream tools**
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
106
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
107 ========================= ================= ================== ==========
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
108 Name output file format parameter
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
109 ========================= ================= ================== ==========
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
110 xcms.group xset.group.RData rdata.xcms.group RData file
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
111 ========================= ================= ================== ==========
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
112
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
113
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
114 **Downstream tools**
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
115
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
116 +---------------------------+------------------+-----------------------+
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
117 | Name | Output file | Format |
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
118 +===========================+==================+=======================+
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
119 |xcms.diffreport | xset.retcor.RData| rdata.xcms.fillpeaks |
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
120 +---------------------------+------------------+-----------------------+
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
121 |xcms.annotateDiffreport | xset.retcor.RData| rdata.xcms.fillpeaks |
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
122 +---------------------------+------------------+-----------------------+
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
123
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
124 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.
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
125
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
126
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
127 **General schema of the metabolomic workflow**
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
128
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
129 .. image:: xcms_fillpeaks_workflow.png
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
130
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
131
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
132
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
133 -----------
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
134 Input files
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
135 -----------
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
136
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
137 +---------------------------+-----------------------+
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
138 | Parameter : num + label | Format |
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
139 +===========================+=======================+
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
140 | 1 : RData file | rdata.xcms.group |
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
141 +---------------------------+-----------------------+
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
142
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
143
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
144 ----------
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
145 Parameters
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
146 ----------
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
147
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
148
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
149 Method
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
150 ------
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
151
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
152 **chrom**
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
153
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
154 | 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.
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
155 | 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).
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
156
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
157 **MSW**
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
158
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
159 | "MSW" is used for peaklists without retention-time information like those from direct-infusion spectra.
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
160
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
161 ------------
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
162 Output files
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
163 ------------
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
164
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
165 xset.fillPeaks.RData : rdata.xcms.fillpeaks format
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
166
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
167 | Rdata file that will be used in the **xcms.diffreport** or **xcms.annotateDiffreport** step of the workflow.
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
168
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
169 ------
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
170
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
171 .. class:: infomark
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
172
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
173 The output file is an group.RData file. You can continue your analysis using it in **xcms.diffreport** or **xcms.annotateDiffreport** tool.
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
174
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
175
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
176 ---------------------------------------------------
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
177
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
178 ---------------
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
179 Working example
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
180 ---------------
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
181
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
182 Input files
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
183 -----------
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
184
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
185 | RData file -> **xset.retcor.RData**
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
186
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
187 Parameters
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
188 ----------
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
189
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
190 | method -> **chrom**
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
191
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
192
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
193 Output files
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
194 ------------
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
195
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
196 | **xset.fillPeaks.RData: RData file**
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
197
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
198
5
061958ded240 planemo upload
lecorguille
parents: 4
diff changeset
199 ---------------------------------------------------
061958ded240 planemo upload
lecorguille
parents: 4
diff changeset
200
061958ded240 planemo upload
lecorguille
parents: 4
diff changeset
201 Changelog/News
061958ded240 planemo upload
lecorguille
parents: 4
diff changeset
202 --------------
061958ded240 planemo upload
lecorguille
parents: 4
diff changeset
203
6
f00e39a4b0fb planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents: 5
diff changeset
204 **Version 2.0.6 - 04/04/2016**
f00e39a4b0fb planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents: 5
diff changeset
205
f00e39a4b0fb planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents: 5
diff changeset
206 - TEST: refactoring to pass planemo test using conda dependencies
f00e39a4b0fb planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents: 5
diff changeset
207
f00e39a4b0fb planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents: 5
diff changeset
208
5
061958ded240 planemo upload
lecorguille
parents: 4
diff changeset
209 **Version 2.0.5 - 10/02/2016**
061958ded240 planemo upload
lecorguille
parents: 4
diff changeset
210
061958ded240 planemo upload
lecorguille
parents: 4
diff changeset
211 - BUGFIX: better management of errors. Datasets remained green although the process failed
061958ded240 planemo upload
lecorguille
parents: 4
diff changeset
212
061958ded240 planemo upload
lecorguille
parents: 4
diff changeset
213 - UPDATE: refactoring of internal management of inputs/outputs
061958ded240 planemo upload
lecorguille
parents: 4
diff changeset
214
061958ded240 planemo upload
lecorguille
parents: 4
diff changeset
215 - UPDATE: refactoring to feed the new report tool
061958ded240 planemo upload
lecorguille
parents: 4
diff changeset
216
061958ded240 planemo upload
lecorguille
parents: 4
diff changeset
217
061958ded240 planemo upload
lecorguille
parents: 4
diff changeset
218 **Version 2.0.2 - 02/06/2015**
061958ded240 planemo upload
lecorguille
parents: 4
diff changeset
219
061958ded240 planemo upload
lecorguille
parents: 4
diff changeset
220 - 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.
061958ded240 planemo upload
lecorguille
parents: 4
diff changeset
221
061958ded240 planemo upload
lecorguille
parents: 4
diff changeset
222 - IMPROVEMENT: parameter labels have changed to facilitate their reading.
061958ded240 planemo upload
lecorguille
parents: 4
diff changeset
223
061958ded240 planemo upload
lecorguille
parents: 4
diff changeset
224
1
107a3de94c05 Uploaded
lecorguille
parents: 0
diff changeset
225 ]]></help>
0
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
226
6
f00e39a4b0fb planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents: 5
diff changeset
227
f00e39a4b0fb planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents: 5
diff changeset
228 <expand macro="citation" />
0
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
229
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
230
30b01bcefda4 planemo upload
lecorguille
parents:
diff changeset
231 </tool>