comparison msnbase_readmsdata.xml @ 10:84533814b1d5 draft

planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a5136bfc124956893f4f0c91808d1c0d78c4ea01
author lecorguille
date Mon, 29 Apr 2019 06:07:14 -0400
parents 9bfe06bed015
children 144392dd4a31
comparison
equal deleted inserted replaced
9:3d8a68b45153 10:84533814b1d5
40 <param name="input" value="faahKO_reduce.zip" ftype="zip" /> 40 <param name="input" value="faahKO_reduce.zip" ftype="zip" />
41 <assert_stdout> 41 <assert_stdout>
42 <has_text text="rowNames: faahKO_reduce/KO/ko15.CDF faahKO_reduce/KO/ko16.CDF" /> 42 <has_text text="rowNames: faahKO_reduce/KO/ko15.CDF faahKO_reduce/KO/ko16.CDF" />
43 <has_text text="faahKO_reduce/WT/wt15.CDF faahKO_reduce/WT/wt16.CDF" /> 43 <has_text text="faahKO_reduce/WT/wt15.CDF faahKO_reduce/WT/wt16.CDF" />
44 <has_text text="featureNames: F1.S0001 F1.S0002 ... F4.S1278 (5112 total)" /> 44 <has_text text="featureNames: F1.S0001 F1.S0002 ... F4.S1278 (5112 total)" />
45 <has_text text="fvarLabels: fileIdx spIdx ... spectrum (27 total)" /> 45 <has_text text="fvarLabels: fileIdx spIdx ... spectrum (28 total)" />
46 <has_text text="faahKO_reduce/KO/ko15.CDF ko15 KO" /> 46 <has_text text="faahKO_reduce/KO/ko15.CDF ko15 KO" />
47 <has_text text="faahKO_reduce/KO/ko16.CDF ko16 KO" /> 47 <has_text text="faahKO_reduce/KO/ko16.CDF ko16 KO" />
48 <has_text text="faahKO_reduce/WT/wt15.CDF wt15 WT" /> 48 <has_text text="faahKO_reduce/WT/wt15.CDF wt15 WT" />
49 <has_text text="faahKO_reduce/WT/wt16.CDF wt16 WT" /> 49 <has_text text="faahKO_reduce/WT/wt16.CDF wt16 WT" />
50 </assert_stdout> 50 </assert_stdout>
54 <param name="input" value="ko15.CDF" ftype="netcdf" /> 54 <param name="input" value="ko15.CDF" ftype="netcdf" />
55 <assert_stdout> 55 <assert_stdout>
56 <has_text text="rowNames: ./ko15.CDF" /> 56 <has_text text="rowNames: ./ko15.CDF" />
57 <has_text text="ko15.CDF" /> 57 <has_text text="ko15.CDF" />
58 <has_text text="featureNames: F1.S0001 F1.S0002 ... F1.S1278 (1278 total)" /> 58 <has_text text="featureNames: F1.S0001 F1.S0002 ... F1.S1278 (1278 total)" />
59 <has_text text="fvarLabels: fileIdx spIdx ... spectrum (27 total)" /> 59 <has_text text="fvarLabels: fileIdx spIdx ... spectrum (28 total)" />
60 <has_text text="./ko15.CDF ko15 ." /> 60 <has_text text="./ko15.CDF ko15 ." />
61 </assert_stdout> 61 </assert_stdout>
62 </test> 62 </test>
63 <!-- DISABLE FOR TRAVIS 63 <!-- DISABLE FOR TRAVIS
64 Useful to generate test-data for the further steps--> 64 Useful to generate test-data for the further steps
65 <test> 65 <test>
66 <param name="input" value="ko16.CDF" ftype="netcdf" /> 66 <param name="input" value="ko16.CDF" ftype="netcdf" />
67 <assert_stdout> 67 <assert_stdout>
68 <has_text text="rowNames: ./ko16.CDF" /> 68 <has_text text="rowNames: ./ko16.CDF" />
69 <has_text text="ko16.CDF" /> 69 <has_text text="ko16.CDF" />
84 <has_text text="rowNames: ./wt16.CDF" /> 84 <has_text text="rowNames: ./wt16.CDF" />
85 <has_text text="wt16.CDF" /> 85 <has_text text="wt16.CDF" />
86 <has_text text="./wt16.CDF wt16 ." /> 86 <has_text text="./wt16.CDF wt16 ." />
87 </assert_stdout> 87 </assert_stdout>
88 </test> 88 </test>
89 <!-- --> 89 -->
90 </tests> 90 </tests>
91 91
92 <help><![CDATA[ 92 <help><![CDATA[
93 93
94 @HELP_AUTHORS@ 94 @HELP_AUTHORS@
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 readMSData and findChromPeaks in parallel and use "findChromPeaks Merger" before groupChromPeaks. 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
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 its 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 further steps of the workflow, as the Anova and PCA steps for example. 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 --------------
232 232
233 .. _News: https://bioconductor.org/packages/release/bioc/news/MSnbase/NEWS
234
235 **Version 2.8.2.0 - 08/04/2019**
236
237 - UPGRADE: upgrade the MSnbase version from 2.4.0 to 2.8.2 (see MSnbase News_). Almost all the new features may not concern our usage of MSnbase.
233 238
234 **Version 2.4.0.0 - 29/03/2018** 239 **Version 2.4.0.0 - 29/03/2018**
235 240
236 - NEW: a new dedicated tool to read the raw data. This function was previously included in xcms.findChromPeaks. This way, you will now be able to display TICs and BPCs before xcms.findChromPeaks. 241 - NEW: a new dedicated tool to read the raw data. This function was previously included in xcms.findChromPeaks. This way, you will now be able to display TICs and BPCs before xcms.findChromPeaks.
237 242