Mercurial > repos > lecorguille > xcms_xcmsset
annotate abims_xcms_xcmsSet.xml @ 33:c363b9f1caef draft
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 7b226c3ba91a3cf654ec1c14b3ef85090968bb0f
author | lecorguille |
---|---|
date | Mon, 05 Mar 2018 04:15:34 -0500 |
parents | 2bf1cb023c94 |
children | efd23113d5f4 |
rev | line source |
---|---|
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
1 <tool id="abims_xcms_xcmsSet" name="xcms findChromPeaks (xcmsSet)" version="@WRAPPER_VERSION@.0"> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
2 <description>Chromatographic peak detection</description> |
15
1a9bbd4670e8
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 92dd69e5b063aad05a9b2b75e21c78bfa46c4b94
lecorguille
parents:
13
diff
changeset
|
3 |
6
60f6c208ca16
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
5
diff
changeset
|
4 <macros> |
60f6c208ca16
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
5
diff
changeset
|
5 <import>macros.xml</import> |
60f6c208ca16
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
5
diff
changeset
|
6 </macros> |
60f6c208ca16
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
5
diff
changeset
|
7 |
60f6c208ca16
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
5
diff
changeset
|
8 <expand macro="requirements"/> |
60f6c208ca16
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
5
diff
changeset
|
9 <expand macro="stdio"/> |
15
1a9bbd4670e8
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 92dd69e5b063aad05a9b2b75e21c78bfa46c4b94
lecorguille
parents:
13
diff
changeset
|
10 |
1 | 11 <command><![CDATA[ |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
12 @COMMAND_XCMS_SCRIPT@/xcms_xcmsSet.r |
17
602acc32b549
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
16
diff
changeset
|
13 |
24
d8915395681f
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 87dc789d7cd70a3733a1ad0b5a427f4d5905795d
lecorguille
parents:
23
diff
changeset
|
14 #if $input.is_of_type("mzxml") or $input.is_of_type("mzml") or $input.is_of_type("mzdata") or $input.is_of_type("netcdf"): |
d8915395681f
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 87dc789d7cd70a3733a1ad0b5a427f4d5905795d
lecorguille
parents:
23
diff
changeset
|
15 singlefile_galaxyPath '$input' singlefile_sampleName '$input.name' |
d8915395681f
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 87dc789d7cd70a3733a1ad0b5a427f4d5905795d
lecorguille
parents:
23
diff
changeset
|
16 #else |
d8915395681f
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 87dc789d7cd70a3733a1ad0b5a427f4d5905795d
lecorguille
parents:
23
diff
changeset
|
17 zipfile '$input' |
0 | 18 #end if |
19 | |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
20 BPPARAM \${GALAXY_SLOTS:-1} |
33
c363b9f1caef
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 7b226c3ba91a3cf654ec1c14b3ef85090968bb0f
lecorguille
parents:
32
diff
changeset
|
21 |
c363b9f1caef
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 7b226c3ba91a3cf654ec1c14b3ef85090968bb0f
lecorguille
parents:
32
diff
changeset
|
22 #if $filterSection.filterAcquisitionNum != "": |
c363b9f1caef
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 7b226c3ba91a3cf654ec1c14b3ef85090968bb0f
lecorguille
parents:
32
diff
changeset
|
23 filterAcquisitionNum "c($filterSection.filterAcquisitionNum)" |
c363b9f1caef
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 7b226c3ba91a3cf654ec1c14b3ef85090968bb0f
lecorguille
parents:
32
diff
changeset
|
24 #end if |
c363b9f1caef
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 7b226c3ba91a3cf654ec1c14b3ef85090968bb0f
lecorguille
parents:
32
diff
changeset
|
25 #if $filterSection.filterRt != "": |
c363b9f1caef
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 7b226c3ba91a3cf654ec1c14b3ef85090968bb0f
lecorguille
parents:
32
diff
changeset
|
26 filterRt "c($filterSection.filterRt)" |
c363b9f1caef
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 7b226c3ba91a3cf654ec1c14b3ef85090968bb0f
lecorguille
parents:
32
diff
changeset
|
27 #end if |
c363b9f1caef
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 7b226c3ba91a3cf654ec1c14b3ef85090968bb0f
lecorguille
parents:
32
diff
changeset
|
28 #if $filterSection.filterMz != "": |
c363b9f1caef
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 7b226c3ba91a3cf654ec1c14b3ef85090968bb0f
lecorguille
parents:
32
diff
changeset
|
29 filterMz "c($filterSection.filterMz)" |
c363b9f1caef
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 7b226c3ba91a3cf654ec1c14b3ef85090968bb0f
lecorguille
parents:
32
diff
changeset
|
30 #end if |
c363b9f1caef
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 7b226c3ba91a3cf654ec1c14b3ef85090968bb0f
lecorguille
parents:
32
diff
changeset
|
31 |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
32 method $methods.method |
16
f28041d2180a
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 08e7f269a5c59687a7768be8db5fcb4e4d736093
lecorguille
parents:
15
diff
changeset
|
33 |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
34 #if $methods.method == "CentWave": |
0 | 35 ppm $methods.ppm |
36 peakwidth "c($methods.peakwidth)" | |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
37 ## Advanced |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
38 snthresh $methods.CentWaveAdv.snthresh |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
39 prefilter "c($methods.CentWaveAdv.prefilter)" |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
40 mzCenterFun $methods.CentWaveAdv.mzCenterFun |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
41 integrate $methods.CentWaveAdv.integrate |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
42 mzdiff $methods.CentWaveAdv.mzdiff |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
43 fitgauss $methods.CentWaveAdv.fitgauss |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
44 noise $methods.CentWaveAdv.noise |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
45 verboseColumns $methods.CentWaveAdv.verboseColumns |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
46 #elif $methods.method == "MatchedFilter": |
0 | 47 fwhm $methods.fwhm |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
48 binSize $methods.binSize |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
49 impute $methods.impute_cond.impute |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
50 #if $methods.impute_cond.impute == "linbase": |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
51 #if $methods.impute_cond.baseValue != "": |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
52 baseValue $methods.impute_cond.baseValue |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
53 #end if |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
54 distance $methods.impute_cond.distance |
0 | 55 #end if |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
56 ## Advanced |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
57 #if $methods.MatchedFilterAdv.sigma != "": |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
58 sigma $methods.MatchedFilterAdv.sigma |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
59 #end if |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
60 max $methods.MatchedFilterAdv.max |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
61 snthresh $methods.MatchedFilterAdv.snthresh |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
62 steps $methods.MatchedFilterAdv.steps |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
63 mzdiff $methods.MatchedFilterAdv.mzdiff |
0 | 64 #elif $methods.method == "MSW": |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
65 snthresh $methods.snthresh |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
66 verboseColumns $methods.verboseColumns |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
67 scales "c($methods.scales)" |
0 | 68 nearbyPeak $methods.nearbyPeak |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
69 ampTh $methods.ampTh |
0 | 70 #end if |
31
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
71 @COMMAND_LOG_EXIT@ |
1 | 72 ]]></command> |
15
1a9bbd4670e8
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 92dd69e5b063aad05a9b2b75e21c78bfa46c4b94
lecorguille
parents:
13
diff
changeset
|
73 |
0 | 74 <inputs> |
75 | |
24
d8915395681f
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 87dc789d7cd70a3733a1ad0b5a427f4d5905795d
lecorguille
parents:
23
diff
changeset
|
76 <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." /> |
0 | 77 |
33
c363b9f1caef
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 7b226c3ba91a3cf654ec1c14b3ef85090968bb0f
lecorguille
parents:
32
diff
changeset
|
78 <section name="filterSection" title="Spectra Filters" expanded="False"> |
c363b9f1caef
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 7b226c3ba91a3cf654ec1c14b3ef85090968bb0f
lecorguille
parents:
32
diff
changeset
|
79 <param argument="filterAcquisitionNum" type="text" value="" optional="true" label="Filter on Acquisition Numbers" help="min,max"> |
c363b9f1caef
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 7b226c3ba91a3cf654ec1c14b3ef85090968bb0f
lecorguille
parents:
32
diff
changeset
|
80 <expand macro="input_validator_range_integer"/> |
c363b9f1caef
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 7b226c3ba91a3cf654ec1c14b3ef85090968bb0f
lecorguille
parents:
32
diff
changeset
|
81 </param> |
c363b9f1caef
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 7b226c3ba91a3cf654ec1c14b3ef85090968bb0f
lecorguille
parents:
32
diff
changeset
|
82 <param argument="filterRt" type="text" value="" optional="true" label="Filter on Retention Time" help="min,max"> |
c363b9f1caef
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 7b226c3ba91a3cf654ec1c14b3ef85090968bb0f
lecorguille
parents:
32
diff
changeset
|
83 <expand macro="input_validator_range_integer"/> |
c363b9f1caef
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 7b226c3ba91a3cf654ec1c14b3ef85090968bb0f
lecorguille
parents:
32
diff
changeset
|
84 </param> |
c363b9f1caef
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 7b226c3ba91a3cf654ec1c14b3ef85090968bb0f
lecorguille
parents:
32
diff
changeset
|
85 <param argument="filterMz" type="text" value="" optional="true" label="Filter on Mz" help="min,max"> |
c363b9f1caef
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 7b226c3ba91a3cf654ec1c14b3ef85090968bb0f
lecorguille
parents:
32
diff
changeset
|
86 <expand macro="input_validator_range_integer"/> |
c363b9f1caef
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 7b226c3ba91a3cf654ec1c14b3ef85090968bb0f
lecorguille
parents:
32
diff
changeset
|
87 </param> |
c363b9f1caef
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 7b226c3ba91a3cf654ec1c14b3ef85090968bb0f
lecorguille
parents:
32
diff
changeset
|
88 </section> |
16
f28041d2180a
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 08e7f269a5c59687a7768be8db5fcb4e4d736093
lecorguille
parents:
15
diff
changeset
|
89 |
0 | 90 <conditional name="methods"> |
33
c363b9f1caef
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 7b226c3ba91a3cf654ec1c14b3ef85090968bb0f
lecorguille
parents:
32
diff
changeset
|
91 <param name="method" type="select" label="Extraction method for peaks detection" help="See the help section below"> |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
92 <option value="MatchedFilter" selected="true">MatchedFilter - peak detection in chromatographic space</option> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
93 <option value="CentWave">CentWave - chromatographic peak detection using the centWave method</option> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
94 <option value="MSW">MSW - single-spectrum non-chromatography MS data peak detection</option> |
0 | 95 </param> |
96 | |
97 <!-- centWave Filter options --> | |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
98 <when value="CentWave"> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
99 <param argument="ppm" type="integer" value="25" label="Max tolerated ppm m/z deviation in consecutive scans in ppm" help="for the initial ROI definition." /> |
33
c363b9f1caef
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 7b226c3ba91a3cf654ec1c14b3ef85090968bb0f
lecorguille
parents:
32
diff
changeset
|
100 <param argument="peakwidth" type="text" value="20,50" label="Min,Max peak width in seconds" help="with the expected approximate peak width in chromatographic space."> |
c363b9f1caef
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 7b226c3ba91a3cf654ec1c14b3ef85090968bb0f
lecorguille
parents:
32
diff
changeset
|
101 <expand macro="input_validator_range_float"/> |
c363b9f1caef
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 7b226c3ba91a3cf654ec1c14b3ef85090968bb0f
lecorguille
parents:
32
diff
changeset
|
102 </param> |
17
602acc32b549
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
16
diff
changeset
|
103 |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
104 <section name="CentWaveAdv" title="Advanced Options" expanded="False"> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
105 <param argument="snthresh" type="integer" value="10" label="Signal to Noise ratio cutoff" /> |
33
c363b9f1caef
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 7b226c3ba91a3cf654ec1c14b3ef85090968bb0f
lecorguille
parents:
32
diff
changeset
|
106 <param argument="prefilter" type="text" value="3,100" label="Prefilter step for for the first analysis step (ROI detection)" help="Separate by coma k, I. Mass traces are only retained if they contain at least ‘k‘ peaks with intensity ‘>= I‘."> |
c363b9f1caef
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 7b226c3ba91a3cf654ec1c14b3ef85090968bb0f
lecorguille
parents:
32
diff
changeset
|
107 <expand macro="input_validator_range_integer"/> |
c363b9f1caef
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 7b226c3ba91a3cf654ec1c14b3ef85090968bb0f
lecorguille
parents:
32
diff
changeset
|
108 </param> |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
109 <param argument="mzCenterFun" type="select" label="Name of the function to calculate the m/z center of the chromatographic peak" > |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
110 <option value="wMean">intensity weighted mean of the peak's m/z values</option> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
111 <option value="mean">mean of the peak's m/z values</option> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
112 <option value="apex">use the m/z value at the peak apex</option> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
113 <option value="wMeanApex3">ntensity weighted mean of the m/z value at the peak apex and the m/z values left and right of it</option> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
114 <option value="meanApex3">mean of the m/z value of the peak apex and the m/z values left and right of it</option> |
0 | 115 </param> |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
116 <param argument="integrate" type="select" label="Integration method" > |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
117 <option value="1">peak limits are found through descent on the mexican hat filtered data (more robust, but less exact)</option> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
118 <option value="2">peak limits based on real data (more accurate but prone to noise)</option> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
119 </param> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
120 <param argument="mzdiff" type="float" value="-0.001" label="Minimum difference in m/z for peaks with overlapping retention times" help="can be negative to allow overlap" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
121 <param argument="fitgauss" type="boolean" checked="false" truevalue="TRUE" falsevalue="FALSE" label="fitgauss" help="whether or not a Gaussian should be fitted to each peak" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
122 <param argument="noise" type="integer" value="0" label="Noise filter" help="allowing to set a minimum intensity required for centroids to be considered in the first analysis step (centroids with intensity lower than ‘noise’ are omitted from ROI detection)." /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
123 <param argument="verboseColumns" type="boolean" checked="false" truevalue="TRUE" falsevalue="FALSE" label="verbose Columns" help="whether additional peak meta data columns should be returned" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
124 <!-- roiList --> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
125 <!-- firstBaselineCheck --> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
126 <!-- roiScales --> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
127 </section> |
0 | 128 </when> |
129 | |
16
f28041d2180a
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 08e7f269a5c59687a7768be8db5fcb4e4d736093
lecorguille
parents:
15
diff
changeset
|
130 <!-- matched Filter options --> |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
131 <when value="MatchedFilter"> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
132 <param argument="fwhm" type="integer" value="30" label="Full width at half maximum of matched filtration gaussian model peak" help="Only used to calculate the actual sigma" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
133 <param argument="binSize" type="float" value="0.1" label="Step size to use for profile generation" help="The peak detection algorithm creates extracted ion base peak chromatograms (EIBPC) on a fixed step size. (Previously step)" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
134 <conditional name="impute_cond"> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
135 <param argument="impute" type="select" label="Method to be used for missing value imputation" help="(previously profmethod)"> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
136 <option value="none">none - no linear interpolation</option> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
137 <option value="lin">lin - linear interpolation</option> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
138 <option value="linbase">linbase - linear interpolation within a certain bin-neighborhood</option> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
139 <option value="intlin">intlin - integral of the linearly interpolated data from plus to minus half the step size</option> |
0 | 140 </param> |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
141 <when value="none" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
142 <when value="lin" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
143 <when value="linbase"> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
144 <param argument="baseValue" type="float" value="" optional="true" label="The base value to which empty elements should be set" help="The default for the ‘baseValue’ is half of the smallest value in ‘x’ (‘NA’s being removed)." /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
145 <param argument="distance" type="integer" value="0" label="Number of non-empty neighboring element of an empty element that should be considered for linear interpolation." /> |
0 | 146 </when> |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
147 <when value="intlin" /> |
0 | 148 </conditional> |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
149 <section name="MatchedFilterAdv" title="Advanced Options" expanded="False"> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
150 <param argument="sigma" type="float" value="" optional="true" label="Standard deviation (width) of matched filtration model peak" help="Leave it to empty to calculate it using fwhm by default at fwhm/2.3548" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
151 <param argument="max" type="integer" value="5" label="Maximum number of peaks that are expected/will be identified per slice" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
152 <param argument="snthresh" type="integer" value="10" label="Signal to Noise ratio cutoff" help="defining the signal to noise cutoff to be used in the chromatographic peak detection step" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
153 <param argument="steps" type="integer" value="2" label="Number of bins to be merged before filtration" help="(i.e. the number of neighboring bins that will be joined to the slice in which filtration and peak detection will be performed)" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
154 <param argument="mzdiff" type="float" value="0.6" label="Minimum difference in m/z for peaks with overlapping Retention Times" help="By default: 0.8-step*steps " /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
155 <!-- index --> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
156 </section> |
0 | 157 </when> |
158 | |
16
f28041d2180a
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 08e7f269a5c59687a7768be8db5fcb4e4d736093
lecorguille
parents:
15
diff
changeset
|
159 <!-- MSW Filter options --> |
0 | 160 <when value="MSW"> |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
161 <!---@TODO <param argument="winSize_noise" type="integer" value="500" label="The local window size to estimate the noise level" help="[winSize.noise]" />--> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
162 <param argument="snthresh" type="integer" value="3" label="Signal to Noise ratio cutoff" help="" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
163 <param argument="verboseColumns" type="boolean" checked="false" truevalue="TRUE" falsevalue="FALSE" label="verbose Columns" help="whether additional peak meta data columns should be returned" /> |
33
c363b9f1caef
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 7b226c3ba91a3cf654ec1c14b3ef85090968bb0f
lecorguille
parents:
32
diff
changeset
|
164 <param argument="scales" type="text" value="1,2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,36,40,44,48,52,56,60,64" label="Scales of the Continuous Wavelet Transform (CWT)" help="Scales are linked to the width of the peaks that are to be detected." > |
c363b9f1caef
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 7b226c3ba91a3cf654ec1c14b3ef85090968bb0f
lecorguille
parents:
32
diff
changeset
|
165 <expand macro="input_validator_list_integer"/> |
c363b9f1caef
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 7b226c3ba91a3cf654ec1c14b3ef85090968bb0f
lecorguille
parents:
32
diff
changeset
|
166 </param> |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
167 <param argument="nearbyPeak" type="boolean" checked="true" truevalue="TRUE" falsevalue="FALSE" label="Determine whether to include the nearby small peaks of major peaks" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
168 <!-- peakScaleRange --> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
169 <param argument="ampTh" type="float" value="0.01" label="Minimum required relative amplitude of the peak" help="Ratio to the maximum of CWT coefficients" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
170 <!-- minNoiseLevel --> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
171 <!-- ridgeLength --> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
172 <!-- peakThr --> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
173 <!-- tuneIn --> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
174 <!---@TODO <param argument="SNR_method" type="text" value="data.mean" label="SNR (Signal to Noise Ratio) method" help="[SNR.method] Method to estimate noise level. Currently, only 95 percentage quantile is supported." />--> |
0 | 175 </when> |
176 </conditional> | |
177 </inputs> | |
15
1a9bbd4670e8
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 92dd69e5b063aad05a9b2b75e21c78bfa46c4b94
lecorguille
parents:
13
diff
changeset
|
178 |
0 | 179 <outputs> |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
180 <data name="xsetRData" format="rdata.xcms.raw" label="${input.name.rsplit('.',1)[0]}.xset.RData" from_work_dir="xcmsSet.RData" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
181 <data name="sampleMetadata" format="tabular" label="${input.name.rsplit('.',1)[0]}.sampleMetadata.tsv" from_work_dir="sampleMetadata.tsv" > |
25
dc4d3e2b9968
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e1f22c9b6d39de7aabc6bb625f65aa5ba6a91312
lecorguille
parents:
24
diff
changeset
|
182 <filter>input.extension not in ["mzxml","mzml","mzdata","netcdf"]</filter> |
dc4d3e2b9968
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e1f22c9b6d39de7aabc6bb625f65aa5ba6a91312
lecorguille
parents:
24
diff
changeset
|
183 </data> |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
184 <data name="ticsRawPdf" format="pdf" label="${input.name.rsplit('.',1)[0]}.xset.TICs_raw.pdf" from_work_dir="TICs.pdf" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
185 <data name="bpcsRawPdf" format="pdf" label="${input.name.rsplit('.',1)[0]}.xset.BPCs_raw.pdf" from_work_dir="BICs.pdf" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
186 <data name="log" format="txt" label="${input.name.rsplit('.',1)[0]}.xset.log.txt" from_work_dir="log.txt" /> |
0 | 187 </outputs> |
15
1a9bbd4670e8
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 92dd69e5b063aad05a9b2b75e21c78bfa46c4b94
lecorguille
parents:
13
diff
changeset
|
188 |
0 | 189 <tests> |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
190 |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
191 <test> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
192 <param name="input" value="faahKO_reduce.zip" ftype="zip" /> |
33
c363b9f1caef
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 7b226c3ba91a3cf654ec1c14b3ef85090968bb0f
lecorguille
parents:
32
diff
changeset
|
193 <section name="filterSection"> |
c363b9f1caef
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 7b226c3ba91a3cf654ec1c14b3ef85090968bb0f
lecorguille
parents:
32
diff
changeset
|
194 <param name="filterAcquisitionNum" value="100,5000" /> |
c363b9f1caef
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 7b226c3ba91a3cf654ec1c14b3ef85090968bb0f
lecorguille
parents:
32
diff
changeset
|
195 <param name="filterRt" value="3000,4000" /> |
c363b9f1caef
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 7b226c3ba91a3cf654ec1c14b3ef85090968bb0f
lecorguille
parents:
32
diff
changeset
|
196 <param name="filterMz" value="300,400" /> |
c363b9f1caef
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 7b226c3ba91a3cf654ec1c14b3ef85090968bb0f
lecorguille
parents:
32
diff
changeset
|
197 </section> |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
198 <conditional name="methods"> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
199 <param name="method" value="CentWave" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
200 <param name="ppm" value="25" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
201 <param name="peakwidth" value="20,50" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
202 </conditional> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
203 <assert_stdout> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
204 <has_text text="ppm: 25" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
205 <has_text text="peakwidth: 20, 50" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
206 <has_text text="object with 4 samples" /> |
33
c363b9f1caef
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 7b226c3ba91a3cf654ec1c14b3ef85090968bb0f
lecorguille
parents:
32
diff
changeset
|
207 <has_text text="Time range: 3006.9-3978.7 seconds (50.1-66.3 minutes)" /> |
c363b9f1caef
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 7b226c3ba91a3cf654ec1c14b3ef85090968bb0f
lecorguille
parents:
32
diff
changeset
|
208 <has_text text="Mass range: 300-400 m/z" /> |
c363b9f1caef
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 7b226c3ba91a3cf654ec1c14b3ef85090968bb0f
lecorguille
parents:
32
diff
changeset
|
209 <has_text text="Peaks: 1311 (about 328 per sample)" /> |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
210 <has_text text="Peak Groups: 0" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
211 <has_text text="Sample classes: KO, WT" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
212 </assert_stdout> |
31
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
213 </test> |
6
60f6c208ca16
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
5
diff
changeset
|
214 <test> |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
215 <param name="input" value="MM14.mzML" ftype="mzxml" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
216 <conditional name="methods"> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
217 <param name="method" value="CentWave" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
218 <param name="ppm" value="56" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
219 <param name="peakwidth" value="5.275,13.5" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
220 </conditional> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
221 <assert_stdout> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
222 <has_text text="ppm: 56" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
223 <has_text text="peakwidth: 5.275, 13.5" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
224 <has_text text="object with 1 samples" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
225 <has_text text="Time range: 271-307.3 seconds (4.5-5.1 minutes)" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
226 <has_text text="Mass range: 117.0357-936.7059 m/z" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
227 <has_text text="Peaks: 222 (about 222 per sample)" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
228 <has_text text="Peak Groups: 0" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
229 <has_text text="Sample classes: ." /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
230 </assert_stdout> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
231 </test> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
232 <!-- DISABLE FOR TRAVIS |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
233 Useful to generate test-data for the further steps |
10
00ef27ba8abd
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
6
diff
changeset
|
234 <test> |
31
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
235 <param name="input" value="ko15.CDF" ftype="netcdf" /> |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
236 <conditional name="methods"> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
237 <param name="method" value="CentWave" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
238 <param name="ppm" value="25" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
239 <param name="peakwidth" value="20,50" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
240 </conditional> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
241 <assert_stdout> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
242 <has_text text="object with 1 samples" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
243 <has_text text="Time range: 2506.1-4471.7 seconds (41.8-74.5 minutes)" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
244 <has_text text="Mass range: 200.2-600 m/z" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
245 <has_text text="Peaks: 2262 (about 2262 per sample)" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
246 <has_text text="Peak Groups: 0" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
247 <has_text text="Sample classes: ." /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
248 </assert_stdout> |
31
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
249 </test> |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
250 <test> |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
251 <param name="input" value="ko16.CDF" ftype="netcdf" /> |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
252 <conditional name="methods"> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
253 <param name="method" value="CentWave" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
254 <param name="ppm" value="25" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
255 <param name="peakwidth" value="20,50" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
256 </conditional> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
257 <assert_stdout> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
258 <has_text text="object with 1 samples" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
259 <has_text text="Time range: 2521.7-4477.9 seconds (42-74.6 minutes)" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
260 <has_text text="Mass range: 200.1-600 m/z" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
261 <has_text text="Peaks: 2408 (about 2408 per sample)" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
262 <has_text text="Peak Groups: 0" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
263 <has_text text="Sample classes: ." /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
264 </assert_stdout> |
31
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
265 </test> |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
266 <test> |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
267 <param name="input" value="wt15.CDF" ftype="netcdf" /> |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
268 <conditional name="methods"> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
269 <param name="method" value="CentWave" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
270 <param name="ppm" value="25" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
271 <param name="peakwidth" value="20,50" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
272 </conditional> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
273 <assert_stdout> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
274 <has_text text="object with 1 samples" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
275 <has_text text="Time range: 2517-4473.2 seconds (42-74.6 minutes)" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
276 <has_text text="Mass range: 200.2-599.8 m/z" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
277 <has_text text="Peaks: 2278 (about 2278 per sample)" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
278 <has_text text="Peak Groups: 0" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
279 <has_text text="Sample classes: ." /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
280 </assert_stdout> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
281 </test> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
282 <test> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
283 <param name="input" value="wt16.CDF" ftype="netcdf" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
284 <conditional name="methods"> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
285 <param name="method" value="CentWave" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
286 <param name="ppm" value="25" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
287 <param name="peakwidth" value="20,50" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
288 </conditional> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
289 <assert_stdout> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
290 <has_text text="object with 1 samples" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
291 <has_text text="Time range: 2521.7-4468.5 seconds (42-74.5 minutes)" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
292 <has_text text="Mass range: 200.3-600 m/z" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
293 <has_text text="Peaks: 2303 (about 2303 per sample)" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
294 <has_text text="Peak Groups: 0" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
295 <has_text text="Sample classes: ." /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
296 </assert_stdout> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
297 </test> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
298 --> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
299 <!-- DISABLE FOR TRAVIS |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
300 Test to test the different methods parameters |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
301 <test> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
302 <param name="input" value="MM8.mzML" ftype="mzxml" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
303 <conditional name="methods"> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
304 <param name="method" value="MatchedFilter" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
305 <param name="fwhm" value="35" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
306 <conditional name="impute_cond"> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
307 <param name="impute" value="linbase" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
308 <param name="baseValue" value="0.1" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
309 <param name="distance" value="1" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
310 </conditional> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
311 </conditional> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
312 <assert_stdout> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
313 <has_text text="fwhm: 35" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
314 <has_text text="impute: linbase" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
315 <has_text text="baseValue: 0.1" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
316 <has_text text="distance: 1" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
317 </assert_stdout> |
31
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
318 </test> |
17
602acc32b549
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
16
diff
changeset
|
319 <test> |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
320 <param name="input" value="MM8.mzML" ftype="mzxml" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
321 <conditional name="methods"> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
322 <param name="method" value="MSW" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
323 <param name="snthresh" value="4" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
324 <param name="verboseColumns" value="true" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
325 </conditional> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
326 <assert_stdout> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
327 <has_text text="snthresh: 4" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
328 <has_text text="verboseColumns: TRUE" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
329 </assert_stdout> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
330 </test> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
331 --> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
332 <!-- DISABLE FOR TRAVIS |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
333 No more test-data/sacuri_dir_root.zip |
17
602acc32b549
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
16
diff
changeset
|
334 <test> |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
335 <param name="input" value="sacuri_dir_root.zip" ftype="zip" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
336 <conditional name="methods"> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
337 <param name="method" value="MatchedFilter" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
338 <param name="step" value="0.01" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
339 <param name="fwhm" value="4" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
340 <conditional name="options_m"> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
341 <param name="option" value="show" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
342 <param name="max" value="50" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
343 <param name="snthresh" value="1" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
344 <param name="steps" value="2" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
345 </conditional> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
346 </conditional> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
347 <assert_stdout> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
348 <has_text text="object with 4 samples" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
349 <has_text text="Time range: 0.7-1139.7 seconds (0-19 minutes)" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
350 <has_text text="Mass range: 50.0021-999.9863 m/z" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
351 <has_text text="Peaks: 59359 (about 14840 per sample)" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
352 <has_text text="Peak Groups: 0" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
353 <has_text text="Sample classes: bio, blank" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
354 </assert_stdout> |
17
602acc32b549
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
16
diff
changeset
|
355 </test> |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
356 --> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
357 <!-- DISABLE FOR TRAVIS |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
358 No more test-data/sacuri_current_root.zip |
17
602acc32b549
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
16
diff
changeset
|
359 <test> |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
360 <param name="input" value="sacuri_current_root.zip" ftype="zip" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
361 <conditional name="methods"> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
362 <param name="method" value="CentWave" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
363 <param name="ppm" value="25" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
364 <param name="peakwidth" value="20,50" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
365 </conditional> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
366 <assert_stdout> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
367 <has_text text="object with 4 samples" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
368 <has_text text="Time range: 3.5-1139.2 seconds (0.1-19 minutes)" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
369 <has_text text="Mass range: 57.9756-593.4086 m/z" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
370 <has_text text="Peaks: 1535 (about 384 per sample)" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
371 <has_text text="Peak Groups: 0" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
372 <has_text text="Sample classes: bio, blank" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
373 </assert_stdout> |
17
602acc32b549
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
16
diff
changeset
|
374 </test> |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
375 --> |
0 | 376 </tests> |
15
1a9bbd4670e8
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 92dd69e5b063aad05a9b2b75e21c78bfa46c4b94
lecorguille
parents:
13
diff
changeset
|
377 |
1 | 378 <help><![CDATA[ |
0 | 379 |
6
60f6c208ca16
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
5
diff
changeset
|
380 @HELP_AUTHORS@ |
0 | 381 |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
382 =================== |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
383 xcms findChromPeaks |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
384 =================== |
0 | 385 |
31
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
386 ----------- |
0 | 387 Description |
388 ----------- | |
389 | |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
390 This tool is used for preprocessing data from multiple LC/MS files (formats NetCDF, mzXML and mzData) using the xcms_ R package. It extracts ion from each sample independently and using a statistic model, peaks are filtered and integrated. |
0 | 391 You can read a tutorial on how to perform xcms preprocessing which is available here_. |
392 | |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
393 .. _xcms: https://bioconductor.org/packages/release/bioc/html/xcms.html |
0 | 394 .. _here: http://web11.sb-roscoff.fr/download/w4m/howto/w4m_HowToPerformXcmsPreprocessing_v02.pdf |
395 | |
396 | |
31
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
397 ----------------- |
0 | 398 Workflow position |
399 ----------------- | |
400 | |
401 **Upstream tools** | |
402 | |
31
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
403 ========================= ================= ======= ========= |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
404 Name output file format parameter |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
405 ========================= ================= ======= ========= |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
406 NA NA zip NA |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
407 ========================= ================= ======= ========= |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
408 |
0 | 409 |
410 **Downstream tools** | |
411 | |
412 +---------------------------+--------------------+-----------------+ | |
413 | Name | Output file | Format | | |
414 +===========================+====================+=================+ | |
415 |xcms.group | xset.RData | rdata.xcms.raw | | |
416 +---------------------------+--------------------+-----------------+ | |
31
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
417 |PCA ellipsoid by factors | sampleMetadata.tsv | Tabular | |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
418 +---------------------------+--------------------+-----------------+ |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
419 |Anova | sampleMetadata.tsv | Tabular | |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
420 +---------------------------+--------------------+-----------------+ |
0 | 421 |
422 | |
423 **Example of a metabolomic workflow** | |
424 | |
28
b90e4f92e8b5
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 392e432529877680e80a7b338e20d69a42e53767
lecorguille
parents:
26
diff
changeset
|
425 .. image:: xcms_xcmsset_workflow.png |
0 | 426 |
31
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
427 |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
428 ------ |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
429 |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
430 .. class:: infomark |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
431 |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
432 The output file is an xset.RData file. You can continue your analysis using it in **xcms.group** tool. |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
433 |
0 | 434 --------------------------------------------------- |
435 | |
31
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
436 |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
437 |
0 | 438 ----------- |
439 Input files | |
440 ----------- | |
441 | |
24
d8915395681f
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 87dc789d7cd70a3733a1ad0b5a427f4d5905795d
lecorguille
parents:
23
diff
changeset
|
442 +---------------------------+----------------------------------+ |
31
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
443 | Parameter : num + label | Format | |
24
d8915395681f
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 87dc789d7cd70a3733a1ad0b5a427f4d5905795d
lecorguille
parents:
23
diff
changeset
|
444 +===========================+==================================+ |
31
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
445 | OR : Zip file | zip | |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
446 +---------------------------+----------------------------------+ |
29
5dba1c94fb94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit bff1445c9b00ccdbe05ee3dc6ed24221033384b9
lecorguille
parents:
28
diff
changeset
|
447 | OR : Single file | mzXML, mzML, mzData, netCDF | |
5dba1c94fb94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit bff1445c9b00ccdbe05ee3dc6ed24221033384b9
lecorguille
parents:
28
diff
changeset
|
448 +---------------------------+----------------------------------+ |
31
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
449 |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
450 **Choose your inputs** |
0 | 451 |
452 You have two methods for your inputs: | |
453 | |
31
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
454 | 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" |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
455 | Zip file: You can put a zip file containing your inputs: myinputs.zip (containing all your conditions as sub-directories). |
0 | 456 |
31
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
457 Zip file: Steps for creating the zip file |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
458 ----------------------------------------- |
4 | 459 |
460 **Step1: Creating your directory and hierarchize the subdirectories** | |
461 | |
462 | |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
463 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). |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
464 |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
465 .. _7Zip: http://www.7-zip.org/ |
31
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
466 |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
467 Your zip should contain all your conditions as sub-directories. For example, two conditions (mutant and wild): |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
468 arabidopsis/wild/01.raw |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
469 arabidopsis/mutant/01.raw |
4 | 470 |
471 **Step2: Creating a zip file** | |
472 | |
31
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
473 Create your zip file (e.g.: arabidopsis.zip). |
4 | 474 |
475 **Step 3 : Uploading it to our Galaxy server** | |
476 | |
31
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
477 If your zip file is less than 2Gb, you get use the Get Data tool to upload it. |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
478 |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
479 Otherwise if your zip file is larger than 2Gb, please refer to the HOWTO_ on workflow4metabolomics.org. |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
480 |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
481 .. _HOWTO: http://application.sb-roscoff.fr/download/w4m/howto/galaxy_upload_up_2Go.pdf |
4 | 482 |
31
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
483 For more informations, don't hesitate to send us an email at supportATworkflow4metabolomics.org). |
4 | 484 |
31
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
485 Advices for converting your files for the XCMS input |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
486 ---------------------------------------------------- |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
487 |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
488 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. |
4 | 489 |
490 **We recommend you the following parameters:** | |
491 | |
31
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
492 Use Filtering: **True** |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
493 |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
494 Use Peak Picking: **True** |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
495 |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
496 Peak Peaking -Apply to MS Levels: **All Levels (1-)** : Centroid Mode |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
497 |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
498 Use zlib: **64** |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
499 |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
500 Binary Encoding: **64** |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
501 |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
502 m/z Encoding: **64** |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
503 |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
504 Intensity Encoding: **64** |
4 | 505 |
506 | |
0 | 507 ---------- |
508 Parameters | |
509 ---------- | |
510 | |
511 Extraction method for peaks detection | |
512 ------------------------------------- | |
513 | |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
514 **CentWave** |
0 | 515 |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
516 | The centWave algorithm perform peak density and wavelet based chromatographic peak detection for high resolution LC/MS data in centroid mode [Tautenhahn 2008]. |
0 | 517 | Due to the fact that peak centroids are used, a binning step is not necessary. |
518 | The method is capable of detecting close-by-peaks and also overlapping peaks. Some efforts are made to detect the exact peak boundaries to get precise peak integrals. | |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
519 | See the CentWave_manual_ |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
520 |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
521 **MatchedFilter** |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
522 |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
523 | The _matchedFilter_ algorithm identifies peaks in the chromatographic time domain as described in [Smith 2006]. The intensity values are binned by cutting The LC/MS data into slices (bins) of a mass unit (‘binSize’ m/z) wide. Within each bin the maximal intensity is selected. The chromatographic peak detection is then performed in each bin by extending it based on the ‘steps’ parameter to generate slices comprising bins ‘current_bin - steps +1’ to ‘current_bin + steps - 1’. Each of these slices is then filtered with matched filtration using a second-derative Gaussian as the model peak shape. After filtration peaks are detected using a signal-to-ratio cut-off. For more details and illustrations see [Smith 2006]. |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
524 | See the MatchedFilter_manual_ |
0 | 525 |
526 **MSW** | |
527 | |
528 | Wavelet based, used for direct infusion data. Continuous wavelet transform (CWT) can be used to locate chromatographic peaks on different scales. | |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
529 | See the MSW_manual_ |
0 | 530 |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
531 .. _CentWave_manual: https://rdrr.io/bioc/xcms/man/findChromPeaks-centWave.html#heading-2 |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
532 .. _MatchedFilter_manual: https://rdrr.io/bioc/xcms/man/findChromPeaks-matchedFilter.html#heading-2 |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
533 .. _MSW_manual: https://rdrr.io/bioc/xcms/man/findPeaks-MSW.html#heading-2 |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
534 |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
535 @HELP_XCMS_MANUAL@ |
0 | 536 |
537 ------------ | |
538 Output files | |
539 ------------ | |
540 | |
31
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
541 xset.TICs_raw.pdf |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
542 |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
543 | "Total Ion Chromatograms" graph in pdf format. |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
544 |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
545 xset.BPCs_raw.pdf |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
546 |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
547 | "Base Peak Chromatograms" graph in pdf format with each class samples opposed. |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
548 |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
549 sampleMetadata.tsv |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
550 |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
551 | Tabular file that contains for each sample, it's associated class and polarity (positive,negative and mixed). |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
552 | This file is necessary in the Anova and PCA step of the workflow. |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
553 |
0 | 554 xset.RData: rdata.xcms.raw format |
555 | |
556 | Rdata file that is necessary in the second step of the workflow "xcms.group". | |
15
1a9bbd4670e8
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 92dd69e5b063aad05a9b2b75e21c78bfa46c4b94
lecorguille
parents:
13
diff
changeset
|
557 |
31
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
558 ------ |
0 | 559 |
31
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
560 .. class:: infomark |
0 | 561 |
31
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
562 The output file is an xset.RData file. You can continue your analysis using it in **xcms.group** tool. |
0 | 563 |
564 --------------------------------------------------- | |
565 | |
566 --------------- | |
567 Working example | |
568 --------------- | |
569 | |
570 Input files | |
571 ----------- | |
572 | |
31
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
573 | zip_file -> **sacuri.zip** |
0 | 574 |
575 Parameters | |
576 ---------- | |
577 | |
31
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
578 | Method -> **matchedFilter** |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
579 | step -> **0.01** |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
580 | fwhm -> **4** |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
581 | Advanced option -> **show** |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
582 | max: -> **50** |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
583 | snthresh -> **1** |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
584 | steps -> **2** |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
585 |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
586 |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
587 Output files |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
588 ------------ |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
589 |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
590 | **1) xset.RData: RData file** |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
591 |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
592 | **2) Example of a sampleMetadata.tsv :** |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
593 |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
594 |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
595 +---------------------------+------------+---------+ |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
596 | sampleMetadata | class | polarity| |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
597 +===========================+============+=========+ |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
598 |HU_neg_017 | bio |negative | |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
599 +---------------------------+------------+---------+ |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
600 |HU_neg_028 | bio |negative | |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
601 +---------------------------+------------+---------+ |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
602 |HU_neg_034 | bio |negative | |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
603 +---------------------------+------------+---------+ |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
604 |Blanc04 | blank |negative | |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
605 +---------------------------+------------+---------+ |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
606 |Blanc06 | blank |negative | |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
607 +---------------------------+------------+---------+ |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
608 |Blanc09 | blank |negative | |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
609 +---------------------------+------------+---------+ |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
610 |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
611 |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
612 |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
613 | **3) Example of xset.TICs_raw.pdf (Total Ion Chromatograms) :** |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
614 |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
615 .. image:: xcms_tics.png |
0 | 616 |
617 | |
4 | 618 --------------------------------------------------- |
619 | |
620 Changelog/News | |
621 -------------- | |
622 | |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
623 **Version 3.0.0.0 - 14/02/2018** |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
624 |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
625 - UPGRADE: upgrade the xcms version from 1.46.0 to 3.0.0. So refactoring of a lot of underlining codes and methods |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
626 |
33
c363b9f1caef
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 7b226c3ba91a3cf654ec1c14b3ef85090968bb0f
lecorguille
parents:
32
diff
changeset
|
627 - NEW: a bunch of new options: Spectra Filters, CentWave.mzCenterFun, CentWave.fitgauss, CentWave.verboseColumns, MatchedFilter.sigma |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
628 |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
629 - UPDATE: since xcms 3.0.0, some options are no more available: scanrange, profmethod, MatchedFilter.step, MatchedFilter.sigma, MSW.winSize.noise, MSW.SNR.method |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
630 |
31
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
631 **Version 2.1.1 - 29/11/2017** |
29
5dba1c94fb94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit bff1445c9b00ccdbe05ee3dc6ed24221033384b9
lecorguille
parents:
28
diff
changeset
|
632 |
31
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
633 - BUGFIX: To avoid issues with accented letter in the parentFile tag of the mzXML files, we changed a hidden mechanim to LC_ALL=C |
29
5dba1c94fb94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit bff1445c9b00ccdbe05ee3dc6ed24221033384b9
lecorguille
parents:
28
diff
changeset
|
634 |
26
626d3db664ef
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit b1ebca6e0188e0aa0645e67259d6729ce80a6bdf
lecorguille
parents:
25
diff
changeset
|
635 **Version 2.1.0 - 22/02/2017** |
17
602acc32b549
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
16
diff
changeset
|
636 |
602acc32b549
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
16
diff
changeset
|
637 - NEW: The W4M tools will be able now to take as input a single file. It will allow to submit in parallel several files and merge them afterward using "xcms.xcmsSet Merger" before "xcms.group". |
602acc32b549
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
16
diff
changeset
|
638 |
26
626d3db664ef
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit b1ebca6e0188e0aa0645e67259d6729ce80a6bdf
lecorguille
parents:
25
diff
changeset
|
639 - BUGFIX: the default value of "matchedFilter" -> "Step size to use for profile generation" which was of 0.01 have been changed to fix with the XMCS default values to 0.1 |
626d3db664ef
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit b1ebca6e0188e0aa0645e67259d6729ce80a6bdf
lecorguille
parents:
25
diff
changeset
|
640 |
16
f28041d2180a
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 08e7f269a5c59687a7768be8db5fcb4e4d736093
lecorguille
parents:
15
diff
changeset
|
641 **Version 2.0.11 - 22/12/2016** |
f28041d2180a
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 08e7f269a5c59687a7768be8db5fcb4e4d736093
lecorguille
parents:
15
diff
changeset
|
642 |
f28041d2180a
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 08e7f269a5c59687a7768be8db5fcb4e4d736093
lecorguille
parents:
15
diff
changeset
|
643 - BUGFIX: propose scanrange for all methods |
f28041d2180a
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 08e7f269a5c59687a7768be8db5fcb4e4d736093
lecorguille
parents:
15
diff
changeset
|
644 |
15
1a9bbd4670e8
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 92dd69e5b063aad05a9b2b75e21c78bfa46c4b94
lecorguille
parents:
13
diff
changeset
|
645 **Version 2.0.10 - 22/12/2016** |
1a9bbd4670e8
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 92dd69e5b063aad05a9b2b75e21c78bfa46c4b94
lecorguille
parents:
13
diff
changeset
|
646 |
1a9bbd4670e8
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 92dd69e5b063aad05a9b2b75e21c78bfa46c4b94
lecorguille
parents:
13
diff
changeset
|
647 - BUGFIX: when having only one group (i.e. one folder of raw data) the BPC and TIC pdf files do not contain any graph |
1a9bbd4670e8
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 92dd69e5b063aad05a9b2b75e21c78bfa46c4b94
lecorguille
parents:
13
diff
changeset
|
648 |
13
68547432079b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit ec6f0c17bb277ea34f898d96d12d3357220f73d4
lecorguille
parents:
10
diff
changeset
|
649 **Version 2.0.9 - 06/07/2016** |
68547432079b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit ec6f0c17bb277ea34f898d96d12d3357220f73d4
lecorguille
parents:
10
diff
changeset
|
650 |
15
1a9bbd4670e8
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 92dd69e5b063aad05a9b2b75e21c78bfa46c4b94
lecorguille
parents:
13
diff
changeset
|
651 - UPGRADE: upgrade the xcms version from 1.44.0 to 1.46.0 |
13
68547432079b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit ec6f0c17bb277ea34f898d96d12d3357220f73d4
lecorguille
parents:
10
diff
changeset
|
652 |
6
60f6c208ca16
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
5
diff
changeset
|
653 **Version 2.0.8 - 06/04/2016** |
60f6c208ca16
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
5
diff
changeset
|
654 |
60f6c208ca16
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
5
diff
changeset
|
655 - TEST: refactoring to pass planemo test using conda dependencies |
60f6c208ca16
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
5
diff
changeset
|
656 |
4 | 657 **Version 2.0.7 - 10/02/2016** |
658 | |
659 - BUGFIX: better management of errors. Datasets remained green although the process failed | |
660 | |
661 - BUGFIX/IMPROVEMENT: New checking steps around the imported data in order to raise explicte error message before or after launch XCMS: checking of bad characters in the filenames, checking of the XML integrity and checking of duplicates which can appear in the sample names during the XCMS process because of bad characters | |
662 | |
663 - BUGFIX/IMPROVEMENT: New step to check and delete bad characters in the XML: accented characters in the storage path of the mass spectrometer | |
664 | |
665 - UPDATE: refactoring of internal management of inputs/outputs | |
666 | |
6
60f6c208ca16
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
5
diff
changeset
|
667 - TEST: refactoring to feed the new report tool |
4 | 668 |
29
5dba1c94fb94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit bff1445c9b00ccdbe05ee3dc6ed24221033384b9
lecorguille
parents:
28
diff
changeset
|
669 **Version 2.0.2 - 18/01/2016** |
4 | 670 |
671 - BUGFIX: Some zip files were tag as "corrupt" by R. We have changed the extraction mode to deal with thoses cases. | |
672 | |
673 **Version 2.0.2 - 09/10/2015** | |
674 | |
675 - BUGFIX: Some users reported a bug in xcms.xcmsSet. The preprocessing stops itself and doesn't import the whole dataset contained in the zip file without warning. But meanwhile, please check your samplemetadata dataset and the number of rows. | |
676 | |
677 **Version 2.0.2 - 02/06/2015** | |
678 | |
679 - NEW: The W4M workflows will now take as input a zip file to ease the transfer and to improve dataset exchange between tools and users. (See How_to_upload). The previous "Library directory name" is still available but we invite user to switch on the new zip system as soon as possible. | |
680 | |
681 - 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. | |
682 | |
683 - IMPROVEMENT: parameter labels have changed to facilitate their reading. | |
684 | |
1 | 685 ]]></help> |
0 | 686 |
6
60f6c208ca16
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
5
diff
changeset
|
687 <expand macro="citation" /> |
0 | 688 </tool> |