Mercurial > repos > lecorguille > mnsbase_readmsdata
annotate msnbase_readmsdata.xml @ 0:3f0a218e2ebc draft default tip
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
| author | lecorguille |
|---|---|
| date | Tue, 03 Apr 2018 11:45:58 -0400 |
| parents | |
| children |
| rev | line source |
|---|---|
|
0
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
1 <tool id="mnsbase_readmsdata" name="MSnbase readMSData" version="@WRAPPER_VERSION@.0"> |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
2 <description>Imports mass-spectrometry raw data files</description> |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
3 |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
4 <macros> |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
5 <import>macros.xml</import> |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
6 <import>macros_msnbase.xml</import> |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
7 </macros> |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
8 |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
9 <expand macro="requirements"/> |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
10 <expand macro="stdio"/> |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
11 |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
12 <command><![CDATA[ |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
13 @COMMAND_RSCRIPT@/msnbase_readmsdata.r |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
14 |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
15 #if $input.is_of_type("mzxml") or $input.is_of_type("mzml") or $input.is_of_type("mzdata") or $input.is_of_type("netcdf"): |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
16 singlefile_galaxyPath '$input' singlefile_sampleName '$input.name' |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
17 #else |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
18 zipfile '$input' |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
19 #end if |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
20 |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
21 @COMMAND_LOG_EXIT@ |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
22 ]]></command> |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
23 |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
24 <inputs> |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
25 |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
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." /> |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
27 |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
28 </inputs> |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
29 |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
30 <outputs> |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
31 <data name="xsetRData" format="rdata.msnbase.raw" label="${input.name.rsplit('.',1)[0]}.raw.RData" from_work_dir="readmsdata.RData" /> |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
32 <data name="sampleMetadata" format="tabular" label="${input.name.rsplit('.',1)[0]}.sampleMetadata.tsv" from_work_dir="sampleMetadata.tsv" > |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
33 <filter>input.extension not in ["mzxml","mzml","mzdata","netcdf"]</filter> |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
34 </data> |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
35 </outputs> |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
36 |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
37 <tests> |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
38 |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
39 <test> |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
40 <param name="input" value="faahKO_reduce.zip" ftype="zip" /> |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
41 <assert_stdout> |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
42 <has_text text="rowNames: faahKO_reduce/KO/ko15.CDF faahKO_reduce/KO/ko16.CDF" /> |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
43 <has_text text="faahKO_reduce/WT/wt15.CDF faahKO_reduce/WT/wt16.CDF" /> |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
44 <has_text text="featureNames: F1.S0001 F1.S0002 ... F4.S1278 (5112 total)" /> |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
45 <has_text text="fvarLabels: fileIdx spIdx ... spectrum (27 total)" /> |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
46 <has_text text="faahKO_reduce/KO/ko15.CDF ko15 KO" /> |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
47 <has_text text="faahKO_reduce/KO/ko16.CDF ko16 KO" /> |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
48 <has_text text="faahKO_reduce/WT/wt15.CDF wt15 WT" /> |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
49 <has_text text="faahKO_reduce/WT/wt16.CDF wt16 WT" /> |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
50 </assert_stdout> |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
51 <output name="sampleMetadata" value="sampleMetadata.tsv" /> |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
52 </test> |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
53 <test> |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
54 <param name="input" value="ko15.CDF" ftype="netcdf" /> |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
55 <assert_stdout> |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
56 <has_text text="rowNames: ./ko15.CDF" /> |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
57 <has_text text="ko15.CDF" /> |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
58 <has_text text="featureNames: F1.S0001 F1.S0002 ... F1.S1278 (1278 total)" /> |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
59 <has_text text="fvarLabels: fileIdx spIdx ... spectrum (27 total)" /> |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
60 <has_text text="./ko15.CDF ko15 ." /> |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
61 </assert_stdout> |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
62 </test> |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
63 <!-- DISABLE FOR TRAVIS |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
64 Useful to generate test-data for the further steps |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
65 <test> |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
66 <param name="input" value="ko16.CDF" ftype="netcdf" /> |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
67 <assert_stdout> |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
68 <has_text text="rowNames: ./ko16.CDF" /> |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
69 <has_text text="ko16.CDF" /> |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
70 <has_text text="./ko16.CDF ko16 ." /> |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
71 </assert_stdout> |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
72 </test> |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
73 <test> |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
74 <param name="input" value="wt15.CDF" ftype="netcdf" /> |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
75 <assert_stdout> |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
76 <has_text text="rowNames: ./wt15.CDF" /> |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
77 <has_text text="wt15.CDF" /> |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
78 <has_text text="./wt15.CDF wt15 ." /> |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
79 </assert_stdout> |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
80 </test> |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
81 <test> |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
82 <param name="input" value="wt16.CDF" ftype="netcdf" /> |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
83 <assert_stdout> |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
84 <has_text text="rowNames: ./wt16.CDF" /> |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
85 <has_text text="wt16.CDF" /> |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
86 <has_text text="./wt16.CDF wt16 ." /> |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
87 </assert_stdout> |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
88 </test> |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
89 --> |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
90 </tests> |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
91 |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
92 <help><![CDATA[ |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
93 |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
94 @HELP_AUTHORS@ |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
95 |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
96 ================== |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
97 MSnbase readMSData |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
98 ================== |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
99 |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
100 ----------- |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
101 Description |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
102 ----------- |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
103 |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
104 Reads as set of XML-based mass-spectrometry data files and |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
105 generates an MSnExp object. This function uses the functionality |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
106 provided by the ‘mzR’ package to access data and meta data in |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
107 ‘mzData’, ‘mzXML’ and ‘mzML’. |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
108 |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
109 .. _xcms: https://bioconductor.org/packages/release/bioc/html/xcms.html |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
110 .. _here: http://web11.sb-roscoff.fr/download/w4m/howto/w4m_HowToPerformXcmsPreprocessing_v02.pdf |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
111 |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
112 |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
113 ----------------- |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
114 Workflow position |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
115 ----------------- |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
116 |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
117 **Upstream tools** |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
118 |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
119 ========================= ================= ======= ========= |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
120 Name output file format parameter |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
121 ========================= ================= ======= ========= |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
122 NA NA zip NA |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
123 ========================= ================= ======= ========= |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
124 |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
125 |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
126 **Downstream tools** |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
127 |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
128 =========================== ==================== ==================== |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
129 Name Output file Format |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
130 =========================== ==================== ==================== |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
131 xcms.findChromPeaks xset.RData rdata.msnbase.raw |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
132 --------------------------- -------------------- -------------------- |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
133 PCA ellipsoid by factors sampleMetadata.tsv Tabular |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
134 --------------------------- -------------------- -------------------- |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
135 Anova sampleMetadata.tsv Tabular |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
136 =========================== ==================== ==================== |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
137 |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
138 |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
139 |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
140 **Example of a metabolomic workflow** |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
141 |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
142 .. image:: mnsbase_readmsdata_workflow.png |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
143 |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
144 --------------------------------------------------- |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
145 |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
146 |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
147 |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
148 ----------- |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
149 Input files |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
150 ----------- |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
151 |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
152 =========================== ================================== |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
153 Parameter : num + label Format |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
154 =========================== ================================== |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
155 OR : Zip file zip |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
156 --------------------------- ---------------------------------- |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
157 OR : Single file mzXML, mzML, mzData, netCDF |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
158 =========================== ================================== |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
159 |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
160 **Choose your inputs** |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
161 |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
162 You have two methods for your inputs: |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
163 |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
164 | 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" |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
165 | Zip file: You can put a zip file containing your inputs: myinputs.zip (containing all your conditions as sub-directories). |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
166 |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
167 Zip file: Steps for creating the zip file |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
168 ----------------------------------------- |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
169 |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
170 **Step1: Creating your directory and hierarchize the subdirectories** |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
171 |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
172 |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
173 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). |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
174 |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
175 .. _7Zip: http://www.7-zip.org/ |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
176 |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
177 Your zip should contain all your conditions as sub-directories. For example, two conditions (mutant and wild): |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
178 arabidopsis/wild/01.raw |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
179 arabidopsis/mutant/01.raw |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
180 |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
181 **Step2: Creating a zip file** |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
182 |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
183 Create your zip file (e.g.: arabidopsis.zip). |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
184 |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
185 **Step 3 : Uploading it to our Galaxy server** |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
186 |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
187 If your zip file is less than 2Gb, you get use the Get Data tool to upload it. |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
188 |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
189 Otherwise if your zip file is larger than 2Gb, please refer to the HOWTO_ on workflow4metabolomics.org. |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
190 |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
191 .. _HOWTO: http://application.sb-roscoff.fr/download/w4m/howto/galaxy_upload_up_2Go.pdf |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
192 |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
193 For more informations, don't hesitate to send us an email at supportATworkflow4metabolomics.org). |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
194 |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
195 Advices for converting your files for the XCMS input |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
196 ---------------------------------------------------- |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
197 |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
198 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. |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
199 |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
200 **We recommend you the following parameters:** |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
201 |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
202 Use Filtering: **True** |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
203 |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
204 Use Peak Picking: **True** |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
205 |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
206 Peak Peaking -Apply to MS Levels: **All Levels (1-)** : Centroid Mode |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
207 |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
208 Use zlib: **64** |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
209 |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
210 Binary Encoding: **64** |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
211 |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
212 m/z Encoding: **64** |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
213 |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
214 Intensity Encoding: **64** |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
215 |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
216 |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
217 ------------ |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
218 Output files |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
219 ------------ |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
220 |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
221 sampleMetadata.tsv |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
222 |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
223 | Tabular file that contains for each sample, it's associated class and polarity (positive,negative and mixed). |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
224 | This file is necessary in the Anova and PCA step of the workflow. |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
225 |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
226 xset.RData: rdata.msnbase.raw format |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
227 |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
228 | Rdata file that is necessary in the second step of the workflow "xcms.findChromPeaks". |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
229 |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
230 --------------------------------------------------- |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
231 |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
232 Changelog/News |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
233 -------------- |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
234 |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
235 |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
236 **Version 2.4.0.0 - 29/03/2018** |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
237 |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
238 - 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. |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
239 |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
240 ]]></help> |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
241 |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
242 <expand macro="citation" /> |
|
3f0a218e2ebc
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
diff
changeset
|
243 </tool> |
