Mercurial > repos > lecorguille > xcms_retcor
comparison macros.xml @ 27:30410a052ab3 draft
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit bff1445c9b00ccdbe05ee3dc6ed24221033384b9
author | lecorguille |
---|---|
date | Tue, 24 Oct 2017 11:47:49 -0400 |
parents | dcca50c5e1cb |
children | c013ed353a2f |
comparison
equal
deleted
inserted
replaced
26:dcca50c5e1cb | 27:30410a052ab3 |
---|---|
10 <xml name="requirements_light"> | 10 <xml name="requirements_light"> |
11 <requirements> | 11 <requirements> |
12 <requirement type="package" version="1.46.0">bioconductor-xcms</requirement> | 12 <requirement type="package" version="1.46.0">bioconductor-xcms</requirement> |
13 </requirements> | 13 </requirements> |
14 </xml> | 14 </xml> |
15 | |
15 <xml name="stdio"> | 16 <xml name="stdio"> |
16 <stdio> | 17 <stdio> |
17 <exit_code range="1" level="fatal" /> | 18 <exit_code range="1" level="fatal" /> |
18 </stdio> | 19 </stdio> |
19 </xml> | 20 </xml> |
114 <data name="dataMatrix" format="tabular" label="${image.name[:-6]}.@FUNCTION@.dataMatrix.tsv" > | 115 <data name="dataMatrix" format="tabular" label="${image.name[:-6]}.@FUNCTION@.dataMatrix.tsv" > |
115 <filter>(peaklist['peaklistBool'])</filter> | 116 <filter>(peaklist['peaklistBool'])</filter> |
116 </data> | 117 </data> |
117 </xml> | 118 </xml> |
118 | 119 |
120 <xml name="input_tic_bpc_pdf"> | |
121 <param name="tic_bpc_pdf" type="boolean" checked="False" label="Do you want TIC and BCP in PDF Format" help="Whatever, you will be able to use MultiQC tools on the tabular files" /> | |
122 </xml> | |
123 | |
124 <xml name="test_retcor_param"> | |
125 <param name="methods|method" value="peakgroups"/> | |
126 <param name="methods|smooth" value="loess"/> | |
127 <param name="methods|extra" value="1"/> | |
128 <param name="methods|missing" value="1"/> | |
129 <param name="methods|options|option" value="show"/> | |
130 <param name="methods|options|span" value="0.2"/> | |
131 <param name="methods|options|family" value="gaussian"/> | |
132 <param name="methods|options|plottype" value="deviation"/> | |
133 </xml> | |
134 | |
135 <xml name="test_retcor_output" token_raworcorrected=""> | |
136 <output name="log"> | |
137 <assert_contents> | |
138 <has_text text="object with 4 samples" /> | |
139 <has_text text="Time range: 2507.7-4481.7 seconds (41.8-74.7 minutes)" /> | |
140 <has_text text="Mass range: 200.1-600 m/z" /> | |
141 <has_text text="Peaks: 9251 (about 2313 per sample)" /> | |
142 <has_text text="Peak Groups: 0" /> | |
143 <has_text text="Sample classes: KO, WT" /> | |
144 </assert_contents> | |
145 </output> | |
146 <output_collection name="ticsCorrectedTabCollection" type="list"> | |
147 <element name="ko15" value="ko15-TIC@RAWORCORRECTED@_mqc.out" /> | |
148 <element name="ko16" value="ko16-TIC@RAWORCORRECTED@_mqc.out" /> | |
149 <element name="wt15" value="wt15-TIC@RAWORCORRECTED@_mqc.out" /> | |
150 <element name="wt16" value="wt16-TIC@RAWORCORRECTED@_mqc.out" /> | |
151 </output_collection> | |
152 <output_collection name="bpcsCorrectedTabCollection" type="list"> | |
153 <element name="ko15" value="ko15-BPC@RAWORCORRECTED@_mqc.out" /> | |
154 <element name="ko16" value="ko16-BPC@RAWORCORRECTED@_mqc.out" /> | |
155 <element name="wt15" value="wt15-BPC@RAWORCORRECTED@_mqc.out" /> | |
156 <element name="wt16" value="wt16-BPC@RAWORCORRECTED@_mqc.out" /> | |
157 </output_collection> | |
158 </xml> | |
159 | |
119 <token name="@HELP_AUTHORS@"> | 160 <token name="@HELP_AUTHORS@"> |
161 | |
120 .. class:: infomark | 162 .. class:: infomark |
121 | 163 |
122 **Authors** Colin A. Smith csmith@scripps.edu, Ralf Tautenhahn rtautenh@gmail.com, Steffen Neumann sneumann@ipb-halle.de, Paul Benton hpaul.benton08@imperial.ac.uk and Christopher Conley cjconley@ucdavis.edu | 164 **Authors** Colin A. Smith csmith@scripps.edu, Ralf Tautenhahn rtautenh@gmail.com, Steffen Neumann sneumann@ipb-halle.de, Paul Benton hpaul.benton08@imperial.ac.uk and Christopher Conley cjconley@ucdavis.edu |
123 | 165 |
124 .. class:: infomark | 166 .. class:: infomark |
125 | 167 |
126 **Galaxy integration** ABiMS TEAM - UPMC/CNRS - Station biologique de Roscoff and Yann Guitton yann.guitton@oniris-nantes.fr - part of Workflow4Metabolomics.org [W4M] | 168 **Galaxy integration** ABiMS TEAM - UPMC/CNRS - Station Biologique de Roscoff and Yann Guitton yann.guitton@oniris-nantes.fr - part of Workflow4Metabolomics.org [W4M] |
127 | 169 |
128 | Contact support@workflow4metabolomics.org for any questions or concerns about the Galaxy implementation of this tool. | 170 | Contact support@workflow4metabolomics.org for any questions or concerns about the Galaxy implementation of this tool. |
129 | 171 |
130 --------------------------------------------------- | 172 --------------------------------------------------- |
131 | 173 |
132 </token> | 174 </token> |
133 | 175 |
176 <token name="@HELP_BCP_TIC@"> | |
177 | |
178 BPCs and TICs: tabular | |
179 | |
180 | "Base Peak Chromatograms" and "Total Ion Chromatograms" graphs | |
181 | Import BPC and TIC from xcmsSet and retcor [at once] within MultiQC_ (in or outside Galaxy) to display and navigate in the graphs. | |
182 | - In MultiQC: as tool, use the Custom Content | |
183 | |
184 .. _MultiQC: http://multiqc.info/ | |
185 | |
186 BPCs and TICs: pdf [if using zip] | |
187 | |
188 | "Base Peak Chromatograms" and "Total Ion Chromatograms" graphs in pdf format. | |
189 | |
190 </token> | |
191 | |
192 <token name="@HELP_GET_PEAK_LIST@"> | |
193 | |
194 Get a Peak List | |
195 --------------- | |
196 | |
197 If 'true', the module generates two additional files corresponding to the peak list: | |
198 - the variable metadata file (corresponding to information about extracted ions such as mass or retention time) | |
199 - the data matrix (corresponding to related intensities) | |
200 | |
201 **decimal places for [mass or retention time] values in identifiers** | |
202 | |
203 | Ions' identifiers are constructed as MxxxTyyy where 'xxx' is the ion median mass and 'yyy' the ion median retention time. | |
204 | Two parameters are used to adjust the number of decimal places wanted in identifiers for mass and retention time respectively. | |
205 | Theses parameters do not affect decimal places in columns other than the identifier one. | |
206 | |
207 **Reported intensity values** | |
208 | |
209 | This parameter determines which values should be reported as intensities in the dataMatrix table; it correspond to xcms 'intval' parameter: | |
210 | - into: integrated area of original (raw) peak | |
211 | - maxo: maximum intensity of original (raw) peak | |
212 | - intb: baseline corrected integrated peak area (only available if peak detection was done by ‘findPeaks.centWave’) | |
213 | |
214 </token> | |
215 | |
216 <token name="@HELP_GET_PEAK_LIST_OUTPUTS@"> | |
217 | |
218 xset.variableMetadata.tsv : tabular format [If Get a Peak List == Yes] | |
219 | |
220 | Table containing information about ions - Can be used in **Normalisation/Generic_filter** and **Statitics** tools. | |
221 | |
222 xset.dataMatrix.tsv : tabular format | |
223 | |
224 | Table containing ions' intensities - Can be used **Normalisation/Generic_filter** and **Statitics** tools. | |
225 | |
226 </token> | |
134 | 227 |
135 <xml name="citation"> | 228 <xml name="citation"> |
136 <citations> | 229 <citations> |
137 <citation type="doi">10.1021/ac051437y</citation> | 230 <citation type="doi">10.1021/ac051437y</citation> |
138 <citation type="doi">10.1093/bioinformatics/btu813</citation> | 231 <citation type="doi">10.1093/bioinformatics/btu813</citation> |