comparison msnbase_readmsdata.xml @ 5:8705b9de3e6c draft

planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e131bacd37bfaf2c4132fd214c81db9b8a9df513
author lecorguille
date Mon, 17 Sep 2018 08:42:17 -0400
parents df53d666da13
children 9bfe06bed015
comparison
equal deleted inserted replaced
4:df53d666da13 5:8705b9de3e6c
21 @COMMAND_LOG_EXIT@ 21 @COMMAND_LOG_EXIT@
22 ]]></command> 22 ]]></command>
23 23
24 <inputs> 24 <inputs>
25 25
26 <param name="input" type="data" format="mzxml,mzml,mzdata,netcdf,no_unzip.zip,zip" label="File(s) from your history containing your chromatograms" help="Single file mode for the format: mzxml, mzml, mzdata and netcdf. Zip file mode for the format: no_unzip.zip, zip. See the help section below." /> 26 <param name="input" type="data" format="mzxml,mzml,mzdata,netcdf,no_unzip.zip,zip" label="File(s) from your history containing your chromatograms" help="Single file mode for the following formats: mzxml, mzml, mzdata and netcdf. Zip file mode for the following formats: no_unzip.zip, zip. See the help section below." />
27 27
28 </inputs> 28 </inputs>
29 29
30 <outputs> 30 <outputs>
31 <data name="xsetRData" format="rdata.msnbase.raw" label="${input.name.rsplit('.',1)[0]}.raw.RData" from_work_dir="readmsdata.RData" /> 31 <data name="xsetRData" format="rdata.msnbase.raw" label="${input.name.rsplit('.',1)[0]}.raw.RData" from_work_dir="readmsdata.RData" />
130 Name Output file Format 130 Name Output file Format
131 =========================== ==================== ==================== 131 =========================== ==================== ====================
132 xcms.findChromPeaks ``*``.raw.RData rdata.msnbase.raw 132 xcms.findChromPeaks ``*``.raw.RData rdata.msnbase.raw
133 =========================== ==================== ==================== 133 =========================== ==================== ====================
134 134
135 135
136 136
137 **Example of a metabolomic workflow** 137 **Example of a metabolomic workflow**
138 138
139 .. image:: msnbase_readmsdata_workflow.png 139 .. image:: msnbase_readmsdata_workflow.png
140 140
156 156
157 **Choose your inputs** 157 **Choose your inputs**
158 158
159 You have two methods for your inputs: 159 You have two methods for your inputs:
160 160
161 | Single file (recommended): You can put a single file as input. That way, you will be able to launch several xcmsSet in parallel and use "xcms.xcmsSet Merger" before "xcms.group" 161 | Single file (recommended): You can put a single file as input. That way, you will be able to launch several readMSData and findChromPeaks in parallel and use "findChromPeaks Merger" before groupChromPeaks.
162 | Zip file: You can put a zip file containing your inputs: myinputs.zip (containing all your conditions as sub-directories). 162 | Zip file: You can put a zip file containing your inputs: myinputs.zip (containing all your conditions as sub-directories).
163 163
164 Zip file: Steps for creating the zip file 164 Zip file: Steps for creating the zip file
165 ----------------------------------------- 165 -----------------------------------------
166 166
167 **Step1: Creating your directory and hierarchize the subdirectories** 167 **Step1: Creating your directory and hierarchize the subdirectories**
168 168
169 169
170 VERY IMPORTANT: If you zip your files under Windows, you must use the 7Zip_ software, otherwise your zip will not be well unzipped on the platform W4M (zip corrupted bug). 170 VERY IMPORTANT: If you zip your files under Windows, you must use the 7Zip_ software, otherwise your zip will not be well unzipped on the W4M platform (corrupted zip bug).
171 171
172 .. _7Zip: http://www.7-zip.org/ 172 .. _7Zip: http://www.7-zip.org/
173 173
174 Your zip should contain all your conditions as sub-directories. For example, two conditions (mutant and wild): 174 Your zip should contain all your conditions as sub-directories. For example, two conditions (mutant and wild):
175 arabidopsis/wild/01.raw 175 arabidopsis/wild/01.raw
176 arabidopsis/mutant/01.raw 176 arabidopsis/mutant/01.raw
177 177
178 **Step2: Creating a zip file** 178 **Step2: Creating a zip file**
179 179
180 Create your zip file (e.g.: arabidopsis.zip). 180 Create your zip file (*e.g.* arabidopsis.zip).
181 181
182 **Step 3 : Uploading it to our Galaxy server** 182 **Step 3 : Uploading it to our Galaxy server**
183 183
184 If your zip file is less than 2Gb, you get use the Get Data tool to upload it. 184 If your zip file is less than 2Gb, you can use the Get Data tool to upload it.
185 185
186 Otherwise if your zip file is larger than 2Gb, please refer to the HOWTO_ on workflow4metabolomics.org. 186 Otherwise if your zip file is larger than 2Gb, please refer to the HOWTO_ on workflow4metabolomics.org.
187 187
188 .. _HOWTO: http://application.sb-roscoff.fr/download/w4m/howto/galaxy_upload_up_2Go.pdf 188 .. _HOWTO: http://application.sb-roscoff.fr/download/w4m/howto/galaxy_upload_up_2Go.pdf
189 189
190 For more informations, don't hesitate to send us an email at supportATworkflow4metabolomics.org). 190 For more information, do not hesitate to send us an email at supportATworkflow4metabolomics.org.
191 191
192 Advices for converting your files for the XCMS input 192 Advices for converting your files into mzXML format (XCMS input)
193 ---------------------------------------------------- 193 ----------------------------------------------------------------
194 194
195 We recommend you to convert your raw files to **mzXML** in centroid mode (smaller files) and the files will be compatible with the xmcs centWave method. 195 We recommend you to convert your raw files into **mzXML** in centroid mode (smaller files); this way the files will be compatible with the xmcs centWave algorithm.
196 196
197 **We recommend you the following parameters:** 197 **We recommend you the following parameters:**
198 198
199 Use Filtering: **True** 199 Use Filtering: **True**
200 200
215 Output files 215 Output files
216 ------------ 216 ------------
217 217
218 xset.RData: rdata.msnbase.raw format 218 xset.RData: rdata.msnbase.raw format
219 219
220 | Rdata file that is necessary in the second step of the workflow "xcms.findChromPeaks". 220 | Rdata file that is necessary in the second step of the workflow "xcms.findChromPeaks".
221 221
222 sampleMetadata.tsv (only when a zip is used) 222 sampleMetadata.tsv (only when a zip is used)
223 223
224 | Tabular file that contains for each sample, it's associated class and polarity (positive,negative and mixed). 224 | Tabular file that contains for each sample its associated class and polarity (positive,negative and mixed).
225 | This file is necessary in the Anova and PCA step of the workflow. 225 | This file is necessary in further steps of the workflow, as the Anova and PCA steps for example.
226 | You get a sampleMetadata.tsv only if you use a zip. Otherwise, you have to provide one for the findChromPeaks Merger step 226 | You get a sampleMetadata.tsv only if you use a zip. Otherwise, you have to provide one for the findChromPeaks Merger step.
227 227
228 --------------------------------------------------- 228 ---------------------------------------------------
229 229
230 Changelog/News 230 Changelog/News
231 -------------- 231 --------------