Mercurial > repos > lecorguille > xcms_xcmsset
annotate abims_xcms_xcmsSet.xml @ 52:3d01d97f7335 draft default tip
planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/ commit 95721ced8347c09e79340e6d67ecb41c5cc64163
author | workflow4metabolomics |
---|---|
date | Mon, 03 Feb 2025 14:41:55 +0000 |
parents | 44ab040fffa0 |
children |
rev | line source |
---|---|
51
44ab040fffa0
planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/ commit eca29d4347fe2f4802091c4a06715232a6fd9253
workflow4metabolomics
parents:
50
diff
changeset
|
1 <tool id="abims_xcms_xcmsSet" name="xcms findChromPeaks (xcmsSet)" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> |
32
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> |
35
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
6 <import>macros_xcms.xml</import> |
6
60f6c208ca16
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
5
diff
changeset
|
7 </macros> |
60f6c208ca16
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
5
diff
changeset
|
8 |
60f6c208ca16
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
5
diff
changeset
|
9 <expand macro="requirements"/> |
52
3d01d97f7335
planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/ commit 95721ced8347c09e79340e6d67ecb41c5cc64163
workflow4metabolomics
parents:
51
diff
changeset
|
10 <required_files> |
3d01d97f7335
planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/ commit 95721ced8347c09e79340e6d67ecb41c5cc64163
workflow4metabolomics
parents:
51
diff
changeset
|
11 <include path="xcms_xcmsSet.r" /> |
3d01d97f7335
planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/ commit 95721ced8347c09e79340e6d67ecb41c5cc64163
workflow4metabolomics
parents:
51
diff
changeset
|
12 <include path="lib.r" /> |
3d01d97f7335
planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/ commit 95721ced8347c09e79340e6d67ecb41c5cc64163
workflow4metabolomics
parents:
51
diff
changeset
|
13 </required_files> |
6
60f6c208ca16
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
5
diff
changeset
|
14 <expand macro="stdio"/> |
15
1a9bbd4670e8
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 92dd69e5b063aad05a9b2b75e21c78bfa46c4b94
lecorguille
parents:
13
diff
changeset
|
15 |
1 | 16 <command><![CDATA[ |
52
3d01d97f7335
planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/ commit 95721ced8347c09e79340e6d67ecb41c5cc64163
workflow4metabolomics
parents:
51
diff
changeset
|
17 @COMMAND_RSCRIPT@xcms_xcmsSet.r |
17
602acc32b549
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
16
diff
changeset
|
18 |
35
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
19 image '$image' |
0 | 20 |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
21 BPPARAM \${GALAXY_SLOTS:-1} |
33
c363b9f1caef
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 7b226c3ba91a3cf654ec1c14b3ef85090968bb0f
lecorguille
parents:
32
diff
changeset
|
22 |
c363b9f1caef
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 7b226c3ba91a3cf654ec1c14b3ef85090968bb0f
lecorguille
parents:
32
diff
changeset
|
23 #if $filterSection.filterAcquisitionNum != "": |
c363b9f1caef
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 7b226c3ba91a3cf654ec1c14b3ef85090968bb0f
lecorguille
parents:
32
diff
changeset
|
24 filterAcquisitionNum "c($filterSection.filterAcquisitionNum)" |
c363b9f1caef
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 7b226c3ba91a3cf654ec1c14b3ef85090968bb0f
lecorguille
parents:
32
diff
changeset
|
25 #end if |
c363b9f1caef
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 7b226c3ba91a3cf654ec1c14b3ef85090968bb0f
lecorguille
parents:
32
diff
changeset
|
26 #if $filterSection.filterRt != "": |
c363b9f1caef
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 7b226c3ba91a3cf654ec1c14b3ef85090968bb0f
lecorguille
parents:
32
diff
changeset
|
27 filterRt "c($filterSection.filterRt)" |
c363b9f1caef
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 7b226c3ba91a3cf654ec1c14b3ef85090968bb0f
lecorguille
parents:
32
diff
changeset
|
28 #end if |
c363b9f1caef
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 7b226c3ba91a3cf654ec1c14b3ef85090968bb0f
lecorguille
parents:
32
diff
changeset
|
29 #if $filterSection.filterMz != "": |
c363b9f1caef
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 7b226c3ba91a3cf654ec1c14b3ef85090968bb0f
lecorguille
parents:
32
diff
changeset
|
30 filterMz "c($filterSection.filterMz)" |
c363b9f1caef
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 7b226c3ba91a3cf654ec1c14b3ef85090968bb0f
lecorguille
parents:
32
diff
changeset
|
31 #end if |
c363b9f1caef
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 7b226c3ba91a3cf654ec1c14b3ef85090968bb0f
lecorguille
parents:
32
diff
changeset
|
32 |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
33 method $methods.method |
16
f28041d2180a
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 08e7f269a5c59687a7768be8db5fcb4e4d736093
lecorguille
parents:
15
diff
changeset
|
34 |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
35 #if $methods.method == "CentWave": |
35
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
36 @COMMAND_CENTWAVE@ |
49
d4a0eed3099d
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 42a0bcde81726702194f1b4ecd741d0545648d40"
workflow4metabolomics
parents:
48
diff
changeset
|
37 peaklist $methods.CentWaveAdv.peaklist |
35
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
38 ## List of regions-of-interest (ROI) |
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
39 #set $sectionROI = $methods.CentWaveAdv.CentWaveAdvROI |
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
40 @COMMAND_CENTWAVEADVROI@ |
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
41 #elif $methods.method == "CentWavePredIso": |
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
42 @COMMAND_CENTWAVE@ |
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
43 ## List of regions-of-interest (ROI) |
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
44 #set $sectionROI = $methods.CentWaveAdvROI |
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
45 @COMMAND_CENTWAVEADVROI@ |
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
46 snthreshIsoROIs $sectionROI.snthreshIsoROIs |
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
47 maxCharge $sectionROI.maxCharge |
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
48 maxIso $sectionROI.maxIso |
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
49 mzIntervalExtension $sectionROI.mzIntervalExtension |
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
50 polarity $sectionROI.polarity |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
51 #elif $methods.method == "MatchedFilter": |
0 | 52 fwhm $methods.fwhm |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
53 binSize $methods.binSize |
37
9ada611dd63f
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 3922356e5edae763800a4311146e2fdeb52c296e
lecorguille
parents:
36
diff
changeset
|
54 ## Advanced |
9ada611dd63f
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 3922356e5edae763800a4311146e2fdeb52c296e
lecorguille
parents:
36
diff
changeset
|
55 impute $methods.MatchedFilterAdv.impute_cond.impute |
9ada611dd63f
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 3922356e5edae763800a4311146e2fdeb52c296e
lecorguille
parents:
36
diff
changeset
|
56 #if $methods.MatchedFilterAdv.impute_cond.impute == "linbase": |
9ada611dd63f
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 3922356e5edae763800a4311146e2fdeb52c296e
lecorguille
parents:
36
diff
changeset
|
57 #if $methods.MatchedFilterAdv.impute_cond.baseValue != "": |
9ada611dd63f
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 3922356e5edae763800a4311146e2fdeb52c296e
lecorguille
parents:
36
diff
changeset
|
58 baseValue $methods.MatchedFilterAdv.impute_cond.baseValue |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
59 #end if |
37
9ada611dd63f
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 3922356e5edae763800a4311146e2fdeb52c296e
lecorguille
parents:
36
diff
changeset
|
60 distance $methods.MatchedFilterAdv.impute_cond.distance |
0 | 61 #end if |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
62 #if $methods.MatchedFilterAdv.sigma != "": |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
63 sigma $methods.MatchedFilterAdv.sigma |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
64 #end if |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
65 max $methods.MatchedFilterAdv.max |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
66 snthresh $methods.MatchedFilterAdv.snthresh |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
67 steps $methods.MatchedFilterAdv.steps |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
68 mzdiff $methods.MatchedFilterAdv.mzdiff |
49
d4a0eed3099d
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 42a0bcde81726702194f1b4ecd741d0545648d40"
workflow4metabolomics
parents:
48
diff
changeset
|
69 peaklist $methods.MatchedFilterAdv.peaklist |
0 | 70 #elif $methods.method == "MSW": |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
71 snthresh $methods.snthresh |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
72 verboseColumns $methods.verboseColumns |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
73 scales "c($methods.scales)" |
0 | 74 nearbyPeak $methods.nearbyPeak |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
75 ampTh $methods.ampTh |
0 | 76 #end if |
35
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
77 |
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
78 @COMMAND_FILE_LOAD@ |
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
79 |
31
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
80 @COMMAND_LOG_EXIT@ |
1 | 81 ]]></command> |
15
1a9bbd4670e8
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 92dd69e5b063aad05a9b2b75e21c78bfa46c4b94
lecorguille
parents:
13
diff
changeset
|
82 |
0 | 83 <inputs> |
84 | |
35
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
85 <param name="image" type="data" format="rdata.msnbase.raw,rdata" label="@INPUT_IMAGE_LABEL@" help="@INPUT_IMAGE_HELP@ from MSnbase readMSData" /> |
0 | 86 |
33
c363b9f1caef
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 7b226c3ba91a3cf654ec1c14b3ef85090968bb0f
lecorguille
parents:
32
diff
changeset
|
87 <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
|
88 <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
|
89 <expand macro="input_validator_range_integer"/> |
c363b9f1caef
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 7b226c3ba91a3cf654ec1c14b3ef85090968bb0f
lecorguille
parents:
32
diff
changeset
|
90 </param> |
c363b9f1caef
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 7b226c3ba91a3cf654ec1c14b3ef85090968bb0f
lecorguille
parents:
32
diff
changeset
|
91 <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
|
92 <expand macro="input_validator_range_integer"/> |
c363b9f1caef
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 7b226c3ba91a3cf654ec1c14b3ef85090968bb0f
lecorguille
parents:
32
diff
changeset
|
93 </param> |
c363b9f1caef
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 7b226c3ba91a3cf654ec1c14b3ef85090968bb0f
lecorguille
parents:
32
diff
changeset
|
94 <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
|
95 <expand macro="input_validator_range_integer"/> |
c363b9f1caef
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 7b226c3ba91a3cf654ec1c14b3ef85090968bb0f
lecorguille
parents:
32
diff
changeset
|
96 </param> |
c363b9f1caef
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 7b226c3ba91a3cf654ec1c14b3ef85090968bb0f
lecorguille
parents:
32
diff
changeset
|
97 </section> |
16
f28041d2180a
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 08e7f269a5c59687a7768be8db5fcb4e4d736093
lecorguille
parents:
15
diff
changeset
|
98 |
0 | 99 <conditional name="methods"> |
33
c363b9f1caef
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 7b226c3ba91a3cf654ec1c14b3ef85090968bb0f
lecorguille
parents:
32
diff
changeset
|
100 <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
|
101 <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
|
102 <option value="CentWave">CentWave - chromatographic peak detection using the centWave method</option> |
35
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
103 <option value="CentWavePredIso">CentWaveWithPredIsoROIs - performs a two-step centWave-based chromatographic peak detection</option> |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
104 <option value="MSW">MSW - single-spectrum non-chromatography MS data peak detection</option> |
0 | 105 </param> |
106 | |
35
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
107 <!-- CentWave --> |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
108 <when value="CentWave"> |
35
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
109 <expand macro="input_centwave"/> |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
110 <section name="CentWaveAdv" title="Advanced Options" expanded="False"> |
35
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
111 <expand macro="input_centwaveAdv"/> |
49
d4a0eed3099d
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 42a0bcde81726702194f1b4ecd741d0545648d40"
workflow4metabolomics
parents:
48
diff
changeset
|
112 <param argument="peaklist" type="boolean" checked="false" truevalue="TRUE" falsevalue="FALSE" label="Get a list of found chromatographic peaks" help="Generates a tabular file with all the chromatographic peaks obtained." /> |
35
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
113 <section name="CentWaveAdvROI" title="List of regions-of-interest (ROI)" expanded="False"> |
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
114 <expand macro="input_centwaveAdvROI" optional="true"/> |
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
115 </section> |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
116 </section> |
0 | 117 </when> |
118 | |
35
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
119 <!-- MatchedFilter --> |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
120 <when value="MatchedFilter"> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
121 <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
|
122 <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
|
123 <section name="MatchedFilterAdv" title="Advanced Options" expanded="False"> |
37
9ada611dd63f
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 3922356e5edae763800a4311146e2fdeb52c296e
lecorguille
parents:
36
diff
changeset
|
124 <conditional name="impute_cond"> |
9ada611dd63f
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 3922356e5edae763800a4311146e2fdeb52c296e
lecorguille
parents:
36
diff
changeset
|
125 <param argument="impute" type="select" label="Method to be used for missing value imputation" help="(previously profmethod)"> |
9ada611dd63f
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 3922356e5edae763800a4311146e2fdeb52c296e
lecorguille
parents:
36
diff
changeset
|
126 <option value="none">none - no linear interpolation</option> |
9ada611dd63f
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 3922356e5edae763800a4311146e2fdeb52c296e
lecorguille
parents:
36
diff
changeset
|
127 <option value="lin">lin - linear interpolation</option> |
9ada611dd63f
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 3922356e5edae763800a4311146e2fdeb52c296e
lecorguille
parents:
36
diff
changeset
|
128 <option value="linbase">linbase - linear interpolation within a certain bin-neighborhood</option> |
9ada611dd63f
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 3922356e5edae763800a4311146e2fdeb52c296e
lecorguille
parents:
36
diff
changeset
|
129 <option value="intlin">intlin - integral of the linearly interpolated data from plus to minus half the step size</option> |
9ada611dd63f
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 3922356e5edae763800a4311146e2fdeb52c296e
lecorguille
parents:
36
diff
changeset
|
130 </param> |
9ada611dd63f
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 3922356e5edae763800a4311146e2fdeb52c296e
lecorguille
parents:
36
diff
changeset
|
131 <when value="none" /> |
9ada611dd63f
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 3922356e5edae763800a4311146e2fdeb52c296e
lecorguille
parents:
36
diff
changeset
|
132 <when value="lin" /> |
9ada611dd63f
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 3922356e5edae763800a4311146e2fdeb52c296e
lecorguille
parents:
36
diff
changeset
|
133 <when value="linbase"> |
9ada611dd63f
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 3922356e5edae763800a4311146e2fdeb52c296e
lecorguille
parents:
36
diff
changeset
|
134 <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)." /> |
9ada611dd63f
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 3922356e5edae763800a4311146e2fdeb52c296e
lecorguille
parents:
36
diff
changeset
|
135 <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." /> |
9ada611dd63f
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 3922356e5edae763800a4311146e2fdeb52c296e
lecorguille
parents:
36
diff
changeset
|
136 </when> |
9ada611dd63f
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 3922356e5edae763800a4311146e2fdeb52c296e
lecorguille
parents:
36
diff
changeset
|
137 <when value="intlin" /> |
9ada611dd63f
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 3922356e5edae763800a4311146e2fdeb52c296e
lecorguille
parents:
36
diff
changeset
|
138 </conditional> |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
139 <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
|
140 <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
|
141 <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
|
142 <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)" /> |
39
e8d7395a70b2
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e131bacd37bfaf2c4132fd214c81db9b8a9df513
lecorguille
parents:
38
diff
changeset
|
143 <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-binSize*steps " /> |
49
d4a0eed3099d
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 42a0bcde81726702194f1b4ecd741d0545648d40"
workflow4metabolomics
parents:
48
diff
changeset
|
144 <param argument="peaklist" type="boolean" checked="false" truevalue="TRUE" falsevalue="FALSE" label="Get a list of found chromatographic peaks" help="Generates a tabular file with all the chromatographic peaks obtained." /> |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
145 <!-- index --> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
146 </section> |
0 | 147 </when> |
148 | |
35
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
149 <!-- CentWaveWithPredIsoROIs --> |
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
150 <when value="CentWavePredIso"> |
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
151 <expand macro="input_centwave"/> |
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
152 <section name="CentWaveAdv" title="Advanced Options" expanded="False"> |
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
153 <expand macro="input_centwaveAdv"/> |
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
154 </section> |
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
155 <section name="CentWaveAdvROI" title="List of regions-of-interest (ROI)" expanded="True"> |
40
6ef6e99ace9e
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 8dfca81480bcbfb5b164ee736b2e2cad324ad8a1-dirty
lecorguille
parents:
39
diff
changeset
|
156 <expand macro="input_centwaveAdvROI" optional="true" /> |
35
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
157 <param argument="snthreshIsoROIs" type="float" value="6.25" label="Signal to noise ratio cutoff" help="used in the second centWave run to identify peaks for predicted isotope ROIs." /> |
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
158 <param argument="maxCharge" type="integer" value="3" label="Maximal isotope charge" help="Isotopes will be defined for charges ‘1:maxCharge’." /> |
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
159 <param argument="maxIso" type="integer" value="5" label="Number of isotope peaks that should be predicted for each peak identified in the first centWave run" /> |
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
160 <param argument="mzIntervalExtension" type="boolean" checked="true" truevalue="TRUE" falsevalue="FALSE" label="Is the mz range for the predicted isotope ROIs should be extended to increase detection of low intensity peaks" /> |
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
161 <param argument="polarity" type="select" label="Polarity of the data"> |
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
162 <option value="unknown">unknown</option> |
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
163 <option value="positive">positive</option> |
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
164 <option value="negative">negative</option> |
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
165 </param> |
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
166 </section> |
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
167 </when> |
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
168 |
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
169 <!-- MSW --> |
0 | 170 <when value="MSW"> |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
171 <!---@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
|
172 <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
|
173 <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
|
174 <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
|
175 <expand macro="input_validator_list_integer"/> |
c363b9f1caef
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 7b226c3ba91a3cf654ec1c14b3ef85090968bb0f
lecorguille
parents:
32
diff
changeset
|
176 </param> |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
177 <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
|
178 <!-- peakScaleRange --> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
179 <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
|
180 <!-- minNoiseLevel --> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
181 <!-- ridgeLength --> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
182 <!-- peakThr --> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
183 <!-- tuneIn --> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
184 <!---@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 | 185 </when> |
186 </conditional> | |
35
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
187 |
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
188 <expand macro="input_file_load"/> |
0 | 189 </inputs> |
15
1a9bbd4670e8
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 92dd69e5b063aad05a9b2b75e21c78bfa46c4b94
lecorguille
parents:
13
diff
changeset
|
190 |
0 | 191 <outputs> |
35
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
192 <data name="xsetRData" format="rdata.xcms.findchrompeaks" label="${image.name.rsplit('.',1)[0]}.xset.RData" from_work_dir="xcmsSet.RData" /> |
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
193 <data name="log" format="txt" label="${image.name.rsplit('.',1)[0]}.xset.log.txt" from_work_dir="log.txt" /> |
51
44ab040fffa0
planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/ commit eca29d4347fe2f4802091c4a06715232a6fd9253
workflow4metabolomics
parents:
50
diff
changeset
|
194 <data name="peaklist_out" format="tabular" label="${image.name[:-6]}.chromPeak_table.tsv" from_work_dir="chromPeak_table.tsv" > |
44ab040fffa0
planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/ commit eca29d4347fe2f4802091c4a06715232a6fd9253
workflow4metabolomics
parents:
50
diff
changeset
|
195 <filter>methods['method'] in ['CentWave', 'MatchedFilter'] and (methods['CentWaveAdv']['peaklist'])</filter> |
49
d4a0eed3099d
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 42a0bcde81726702194f1b4ecd741d0545648d40"
workflow4metabolomics
parents:
48
diff
changeset
|
196 </data> |
0 | 197 </outputs> |
15
1a9bbd4670e8
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 92dd69e5b063aad05a9b2b75e21c78bfa46c4b94
lecorguille
parents:
13
diff
changeset
|
198 |
0 | 199 <tests> |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
200 |
35
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
201 <!--<test> |
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
202 <param name="image" value="faahKO.raw.Rdata" ftype="rdata" /> |
33
c363b9f1caef
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 7b226c3ba91a3cf654ec1c14b3ef85090968bb0f
lecorguille
parents:
32
diff
changeset
|
203 <section name="filterSection"> |
c363b9f1caef
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 7b226c3ba91a3cf654ec1c14b3ef85090968bb0f
lecorguille
parents:
32
diff
changeset
|
204 <param name="filterAcquisitionNum" value="100,5000" /> |
c363b9f1caef
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 7b226c3ba91a3cf654ec1c14b3ef85090968bb0f
lecorguille
parents:
32
diff
changeset
|
205 <param name="filterRt" value="3000,4000" /> |
c363b9f1caef
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 7b226c3ba91a3cf654ec1c14b3ef85090968bb0f
lecorguille
parents:
32
diff
changeset
|
206 <param name="filterMz" value="300,400" /> |
c363b9f1caef
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 7b226c3ba91a3cf654ec1c14b3ef85090968bb0f
lecorguille
parents:
32
diff
changeset
|
207 </section> |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
208 <conditional name="methods"> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
209 <param name="method" value="CentWave" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
210 <param name="ppm" value="25" /> |
35
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
211 <param name="peakwidth" value="20,50" />--> |
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
212 <!-- DISABLE: just for testing the arguments |
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
213 <section name="CentWaveAdv"> |
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
214 <section name="CentWaveAdvROI"> |
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
215 <param name="roiList" value="roiList.txt" ftype="tabular" /> |
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
216 </section> |
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
217 </section>--> |
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
218 <!--</conditional> |
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
219 <expand macro="test_file_load_zip"/> |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
220 <assert_stdout> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
221 <has_text text="ppm: 25" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
222 <has_text text="peakwidth: 20, 50" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
223 <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
|
224 <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
|
225 <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
|
226 <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
|
227 <has_text text="Peak Groups: 0" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
228 <has_text text="Sample classes: KO, WT" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
229 </assert_stdout> |
35
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
230 </test>--> |
51
44ab040fffa0
planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/ commit eca29d4347fe2f4802091c4a06715232a6fd9253
workflow4metabolomics
parents:
50
diff
changeset
|
231 <test expect_num_outputs="2"> |
37
9ada611dd63f
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 3922356e5edae763800a4311146e2fdeb52c296e
lecorguille
parents:
36
diff
changeset
|
232 <param name="image" value="ko15-raw.RData" ftype="rdata" /> |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
233 <conditional name="methods"> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
234 <param name="method" value="CentWave" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
235 <param name="ppm" value="25" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
236 <param name="peakwidth" value="20,50" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
237 </conditional> |
48
b3a1e98a4cc8
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f1caf2a3bf23cf319a75dd12c86402555dd02617"
workflow4metabolomics
parents:
47
diff
changeset
|
238 <expand macro="test_file_load_single_file" filename="ko15"/> |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
239 <assert_stdout> |
35
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
240 <has_text text="ppm: 25" /> |
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
241 <has_text text="peakwidth: 20, 50" /> |
32
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> |
48
b3a1e98a4cc8
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f1caf2a3bf23cf319a75dd12c86402555dd02617"
workflow4metabolomics
parents:
47
diff
changeset
|
249 <!--<output name="xsetRData" file="ko15-xset.RData" />--> |
31
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
250 </test> |
35
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
251 <!-- DISABLE FOR TRAVIS |
37
9ada611dd63f
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 3922356e5edae763800a4311146e2fdeb52c296e
lecorguille
parents:
36
diff
changeset
|
252 Useful to generate test-data for the further steps |
31
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
253 <test> |
37
9ada611dd63f
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 3922356e5edae763800a4311146e2fdeb52c296e
lecorguille
parents:
36
diff
changeset
|
254 <param name="image" value="ko16-raw.RData" ftype="rdata" /> |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
255 <conditional name="methods"> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
256 <param name="method" value="CentWave" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
257 <param name="ppm" value="25" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
258 <param name="peakwidth" value="20,50" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
259 </conditional> |
48
b3a1e98a4cc8
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f1caf2a3bf23cf319a75dd12c86402555dd02617"
workflow4metabolomics
parents:
47
diff
changeset
|
260 <expand macro="test_file_load_single_file" filename="ko16"/> |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
261 <assert_stdout> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
262 <has_text text="object with 1 samples" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
263 <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
|
264 <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
|
265 <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
|
266 <has_text text="Peak Groups: 0" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
267 <has_text text="Sample classes: ." /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
268 </assert_stdout> |
48
b3a1e98a4cc8
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f1caf2a3bf23cf319a75dd12c86402555dd02617"
workflow4metabolomics
parents:
47
diff
changeset
|
269 <output name="xsetRData" file="ko16-xset.RData" /> |
31
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
270 </test> |
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
271 <test> |
37
9ada611dd63f
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 3922356e5edae763800a4311146e2fdeb52c296e
lecorguille
parents:
36
diff
changeset
|
272 <param name="image" value="wt15-raw.RData" ftype="rdata" /> |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
273 <conditional name="methods"> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
274 <param name="method" value="CentWave" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
275 <param name="ppm" value="25" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
276 <param name="peakwidth" value="20,50" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
277 </conditional> |
48
b3a1e98a4cc8
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f1caf2a3bf23cf319a75dd12c86402555dd02617"
workflow4metabolomics
parents:
47
diff
changeset
|
278 <expand macro="test_file_load_single_file" filename="wt15"/> |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
279 <assert_stdout> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
280 <has_text text="object with 1 samples" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
281 <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
|
282 <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
|
283 <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
|
284 <has_text text="Peak Groups: 0" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
285 <has_text text="Sample classes: ." /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
286 </assert_stdout> |
48
b3a1e98a4cc8
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f1caf2a3bf23cf319a75dd12c86402555dd02617"
workflow4metabolomics
parents:
47
diff
changeset
|
287 <output name="xsetRData" file="wt15-xset.RData" /> |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
288 </test> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
289 <test> |
37
9ada611dd63f
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 3922356e5edae763800a4311146e2fdeb52c296e
lecorguille
parents:
36
diff
changeset
|
290 <param name="image" value="wt16-raw.RData" ftype="rdata" /> |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
291 <conditional name="methods"> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
292 <param name="method" value="CentWave" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
293 <param name="ppm" value="25" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
294 <param name="peakwidth" value="20,50" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
295 </conditional> |
48
b3a1e98a4cc8
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f1caf2a3bf23cf319a75dd12c86402555dd02617"
workflow4metabolomics
parents:
47
diff
changeset
|
296 <expand macro="test_file_load_single_file" filename="wt16"/> |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
297 <assert_stdout> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
298 <has_text text="object with 1 samples" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
299 <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
|
300 <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
|
301 <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
|
302 <has_text text="Peak Groups: 0" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
303 <has_text text="Sample classes: ." /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
304 </assert_stdout> |
48
b3a1e98a4cc8
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f1caf2a3bf23cf319a75dd12c86402555dd02617"
workflow4metabolomics
parents:
47
diff
changeset
|
305 <output name="xsetRData" file="wt16-xset.RData" /> |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
306 </test> |
37
9ada611dd63f
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 3922356e5edae763800a4311146e2fdeb52c296e
lecorguille
parents:
36
diff
changeset
|
307 --> |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
308 <!-- DISABLE FOR TRAVIS |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
309 Test to test the different methods parameters |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
310 <test> |
37
9ada611dd63f
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 3922356e5edae763800a4311146e2fdeb52c296e
lecorguille
parents:
36
diff
changeset
|
311 <param name="image" value="ko15-raw.RData" ftype="rdata" /> |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
312 <conditional name="methods"> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
313 <param name="method" value="MatchedFilter" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
314 <param name="fwhm" value="35" /> |
37
9ada611dd63f
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 3922356e5edae763800a4311146e2fdeb52c296e
lecorguille
parents:
36
diff
changeset
|
315 <section name="MatchedFilterAdv" |
9ada611dd63f
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 3922356e5edae763800a4311146e2fdeb52c296e
lecorguille
parents:
36
diff
changeset
|
316 <conditional name="impute_cond"> |
9ada611dd63f
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 3922356e5edae763800a4311146e2fdeb52c296e
lecorguille
parents:
36
diff
changeset
|
317 <param name="impute" value="linbase" /> |
9ada611dd63f
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 3922356e5edae763800a4311146e2fdeb52c296e
lecorguille
parents:
36
diff
changeset
|
318 <param name="baseValue" value="0.1" /> |
9ada611dd63f
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 3922356e5edae763800a4311146e2fdeb52c296e
lecorguille
parents:
36
diff
changeset
|
319 <param name="distance" value="1" /> |
9ada611dd63f
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 3922356e5edae763800a4311146e2fdeb52c296e
lecorguille
parents:
36
diff
changeset
|
320 </conditional> |
9ada611dd63f
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 3922356e5edae763800a4311146e2fdeb52c296e
lecorguille
parents:
36
diff
changeset
|
321 </section> |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
322 </conditional> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
323 <assert_stdout> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
324 <has_text text="fwhm: 35" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
325 <has_text text="impute: linbase" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
326 <has_text text="baseValue: 0.1" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
327 <has_text text="distance: 1" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
328 </assert_stdout> |
31
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
329 </test> |
17
602acc32b549
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
16
diff
changeset
|
330 <test> |
37
9ada611dd63f
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 3922356e5edae763800a4311146e2fdeb52c296e
lecorguille
parents:
36
diff
changeset
|
331 <param name="image" value="ko15-raw.RData" ftype="rdata" /> |
35
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
332 <conditional name="methods"> |
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
333 <param name="method" value="CentWavePredIso" /> |
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
334 <param name="ppm" value="56" /> |
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
335 <param name="peakwidth" value="5.275,13.5" /> |
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
336 <section name="CentWaveAdvROI"> |
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
337 <param name="roiList" value="roiList.txt" ftype="tabular" /> |
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
338 </section> |
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
339 </conditional> |
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
340 <assert_stdout> |
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
341 <has_text text=" scmin scmax mzmin mzmax length intensity" /> |
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
342 <has_text text="1 200 300 300 350 100 5000" /> |
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
343 </assert_stdout> |
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
344 </test> |
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
345 <test> |
37
9ada611dd63f
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 3922356e5edae763800a4311146e2fdeb52c296e
lecorguille
parents:
36
diff
changeset
|
346 <param name="image" value="ko15-raw.RData" ftype="rdata" /> |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
347 <conditional name="methods"> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
348 <param name="method" value="MSW" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
349 <param name="snthresh" value="4" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
350 <param name="verboseColumns" value="true" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
351 </conditional> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
352 <assert_stdout> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
353 <has_text text="snthresh: 4" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
354 <has_text text="verboseColumns: TRUE" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
355 </assert_stdout> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
356 </test> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
357 --> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
358 <!-- DISABLE FOR TRAVIS |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
359 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
|
360 <test> |
35
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
361 <param name="image" value="sacuri_dir_root.zip" ftype="zip" /> |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
362 <conditional name="methods"> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
363 <param name="method" value="MatchedFilter" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
364 <param name="step" value="0.01" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
365 <param name="fwhm" value="4" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
366 <conditional name="options_m"> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
367 <param name="option" value="show" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
368 <param name="max" value="50" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
369 <param name="snthresh" value="1" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
370 <param name="steps" value="2" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
371 </conditional> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
372 </conditional> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
373 <assert_stdout> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
374 <has_text text="object with 4 samples" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
375 <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
|
376 <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
|
377 <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
|
378 <has_text text="Peak Groups: 0" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
379 <has_text text="Sample classes: bio, blank" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
380 </assert_stdout> |
17
602acc32b549
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
16
diff
changeset
|
381 </test> |
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 <!-- DISABLE FOR TRAVIS |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
384 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
|
385 <test> |
35
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
386 <param name="image" value="sacuri_current_root.zip" ftype="zip" /> |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
387 <conditional name="methods"> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
388 <param name="method" value="CentWave" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
389 <param name="ppm" value="25" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
390 <param name="peakwidth" value="20,50" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
391 </conditional> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
392 <assert_stdout> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
393 <has_text text="object with 4 samples" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
394 <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
|
395 <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
|
396 <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
|
397 <has_text text="Peak Groups: 0" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
398 <has_text text="Sample classes: bio, blank" /> |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
399 </assert_stdout> |
17
602acc32b549
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
16
diff
changeset
|
400 </test> |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
401 --> |
0 | 402 </tests> |
15
1a9bbd4670e8
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 92dd69e5b063aad05a9b2b75e21c78bfa46c4b94
lecorguille
parents:
13
diff
changeset
|
403 |
1 | 404 <help><![CDATA[ |
0 | 405 |
6
60f6c208ca16
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
5
diff
changeset
|
406 @HELP_AUTHORS@ |
0 | 407 |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
408 =================== |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
409 xcms findChromPeaks |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
410 =================== |
0 | 411 |
31
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
412 ----------- |
0 | 413 Description |
414 ----------- | |
415 | |
46
bea0471f41b9
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 4dc5751176d47d41fa1dec33eb443e335a1a316f
workflow4metabolomics
parents:
45
diff
changeset
|
416 This tool is used for preprocessing data from multiple LC/MS files (NetCDF, mzXML and mzData formats) using the xcms_ R package. |
bea0471f41b9
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 4dc5751176d47d41fa1dec33eb443e335a1a316f
workflow4metabolomics
parents:
45
diff
changeset
|
417 It extracts ions from each sample independently, and using a statistical model, peaks are filtered and integrated. |
bea0471f41b9
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 4dc5751176d47d41fa1dec33eb443e335a1a316f
workflow4metabolomics
parents:
45
diff
changeset
|
418 A tutorial on how to perform xcms preprocessing is available as GTN_ (Galaxy Training Network). |
0 | 419 |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
420 .. _xcms: https://bioconductor.org/packages/release/bioc/html/xcms.html |
46
bea0471f41b9
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 4dc5751176d47d41fa1dec33eb443e335a1a316f
workflow4metabolomics
parents:
45
diff
changeset
|
421 .. _GTN: https://training.galaxyproject.org/training-material/topics/metabolomics/tutorials/lcms/tutorial.html |
0 | 422 |
423 | |
31
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
424 ----------------- |
0 | 425 Workflow position |
426 ----------------- | |
427 | |
428 **Upstream tools** | |
429 | |
38
e66eeca443e4
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 088699d00f7e45bebb7da07bebc005c68df058d8
lecorguille
parents:
37
diff
changeset
|
430 ========================= ================= ============================== |
e66eeca443e4
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 088699d00f7e45bebb7da07bebc005c68df058d8
lecorguille
parents:
37
diff
changeset
|
431 Name Output file Format |
e66eeca443e4
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 088699d00f7e45bebb7da07bebc005c68df058d8
lecorguille
parents:
37
diff
changeset
|
432 ========================= ================= ============================== |
e66eeca443e4
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 088699d00f7e45bebb7da07bebc005c68df058d8
lecorguille
parents:
37
diff
changeset
|
433 MSnbase.readMSData ``*``.raw.RData rdata.msnbase.raw |
e66eeca443e4
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 088699d00f7e45bebb7da07bebc005c68df058d8
lecorguille
parents:
37
diff
changeset
|
434 ========================= ================= ============================== |
31
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
435 |
0 | 436 |
437 **Downstream tools** | |
438 | |
38
e66eeca443e4
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 088699d00f7e45bebb7da07bebc005c68df058d8
lecorguille
parents:
37
diff
changeset
|
439 ==================================== ======================== ========================= |
e66eeca443e4
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 088699d00f7e45bebb7da07bebc005c68df058d8
lecorguille
parents:
37
diff
changeset
|
440 Name Output file Format |
e66eeca443e4
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 088699d00f7e45bebb7da07bebc005c68df058d8
lecorguille
parents:
37
diff
changeset
|
441 ==================================== ======================== ========================= |
e66eeca443e4
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 088699d00f7e45bebb7da07bebc005c68df058d8
lecorguille
parents:
37
diff
changeset
|
442 xcms.findChromPeaks Merger (single) ``*``.raw.xset.RData rdata.xcms.findchrompeaks |
e66eeca443e4
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 088699d00f7e45bebb7da07bebc005c68df058d8
lecorguille
parents:
37
diff
changeset
|
443 ------------------------------------ ------------------------ ------------------------- |
e66eeca443e4
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 088699d00f7e45bebb7da07bebc005c68df058d8
lecorguille
parents:
37
diff
changeset
|
444 xcms.groupChromPeaks (zip) ``*``.raw.xset.RData rdata.xcms.findchrompeaks |
e66eeca443e4
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 088699d00f7e45bebb7da07bebc005c68df058d8
lecorguille
parents:
37
diff
changeset
|
445 ==================================== ======================== ========================= |
0 | 446 |
447 | |
448 **Example of a metabolomic workflow** | |
449 | |
28
b90e4f92e8b5
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 392e432529877680e80a7b338e20d69a42e53767
lecorguille
parents:
26
diff
changeset
|
450 .. image:: xcms_xcmsset_workflow.png |
0 | 451 |
452 --------------------------------------------------- | |
453 | |
454 ---------- | |
455 Parameters | |
456 ---------- | |
457 | |
458 Extraction method for peaks detection | |
459 ------------------------------------- | |
460 | |
35
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
461 **MatchedFilter** |
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
462 |
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
463 | 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]. |
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
464 | See the MatchedFilter_manual_ |
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
465 |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
466 **CentWave** |
0 | 467 |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
468 | The centWave algorithm perform peak density and wavelet based chromatographic peak detection for high resolution LC/MS data in centroid mode [Tautenhahn 2008]. |
0 | 469 | Due to the fact that peak centroids are used, a binning step is not necessary. |
470 | 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
|
471 | See the CentWave_manual_ |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
472 |
35
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
473 **CentWaveWithPredIsoROIs** |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
474 |
35
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
475 | This method performs a two-step centWave-based chromatographic peak detection: in a first centWave run peaks are identified for which then the location of their potential isotopes in the mz-retention time is predicted. A second centWave run is then performed on these regions of interest (ROIs). The final list of chromatographic peaks comprises all non-overlapping peaks from both centWave runs. |
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
476 | See the CentWaveWithPredIsoROIs_manual_ |
0 | 477 |
478 **MSW** | |
479 | |
480 | 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
|
481 | See the MSW_manual_ |
0 | 482 |
35
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
483 .. _MatchedFilter_manual: https://rdrr.io/bioc/xcms/man/findChromPeaks-matchedFilter.html#heading-2 |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
484 .. _CentWave_manual: https://rdrr.io/bioc/xcms/man/findChromPeaks-centWave.html#heading-2 |
35
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
485 .. _CentWaveWithPredIsoROIs_manual: https://rdrr.io/bioc/xcms/man/findChromPeaks-centWaveWithPredIsoROIs.html#heading-2 |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
486 .. _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
|
487 |
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
488 @HELP_XCMS_MANUAL@ |
0 | 489 |
490 ------------ | |
491 Output files | |
492 ------------ | |
493 | |
35
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
494 xset.RData: rdata.xcms.findchrompeaks format |
0 | 495 |
39
e8d7395a70b2
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e131bacd37bfaf2c4132fd214c81db9b8a9df513
lecorguille
parents:
38
diff
changeset
|
496 | (single) RData files that are necessary in the second step of the workflow "xcms.groupChromPeaks" - must be merged first using "xcms.findChromPeaks Merger" |
38
e66eeca443e4
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 088699d00f7e45bebb7da07bebc005c68df058d8
lecorguille
parents:
37
diff
changeset
|
497 | (zip) RData file that is necessary in the second step of the workflow "xcms.groupChromPeaks". |
15
1a9bbd4670e8
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 92dd69e5b063aad05a9b2b75e21c78bfa46c4b94
lecorguille
parents:
13
diff
changeset
|
498 |
4 | 499 --------------------------------------------------- |
500 | |
501 Changelog/News | |
502 -------------- | |
503 | |
50
1c63d9d402e6
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit dcc90f9cf76e6980c0a7d9698c89fab826e7adae"
workflow4metabolomics
parents:
49
diff
changeset
|
504 @HELP_XCMS_NEWVERSION_31200@ |
43
a8f0dd2aff5a
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f0d42bca2f34c58c04b55e5990058d479c0ae639
lecorguille
parents:
40
diff
changeset
|
505 |
49
d4a0eed3099d
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 42a0bcde81726702194f1b4ecd741d0545648d40"
workflow4metabolomics
parents:
48
diff
changeset
|
506 **Version 3.6.1+galaxy1 - 22/04/2020** |
d4a0eed3099d
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 42a0bcde81726702194f1b4ecd741d0545648d40"
workflow4metabolomics
parents:
48
diff
changeset
|
507 |
50
1c63d9d402e6
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit dcc90f9cf76e6980c0a7d9698c89fab826e7adae"
workflow4metabolomics
parents:
49
diff
changeset
|
508 - NEW: possibility to get a tabular file with all the chromatographic peaks obtained with the CentWave and MatchedFilter methods. |
49
d4a0eed3099d
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 42a0bcde81726702194f1b4ecd741d0545648d40"
workflow4metabolomics
parents:
48
diff
changeset
|
509 |
d4a0eed3099d
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 42a0bcde81726702194f1b4ecd741d0545648d40"
workflow4metabolomics
parents:
48
diff
changeset
|
510 |
48
b3a1e98a4cc8
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f1caf2a3bf23cf319a75dd12c86402555dd02617"
workflow4metabolomics
parents:
47
diff
changeset
|
511 @HELP_XCMS_NEWVERSION_3610@ |
b3a1e98a4cc8
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f1caf2a3bf23cf319a75dd12c86402555dd02617"
workflow4metabolomics
parents:
47
diff
changeset
|
512 |
45
6f9224f32a34
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 60ad498b7bd01542a69d6603160d36494c97077a
lecorguille
parents:
44
diff
changeset
|
513 **Version 3.4.4.1 - 30/04/2019** |
6f9224f32a34
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 60ad498b7bd01542a69d6603160d36494c97077a
lecorguille
parents:
44
diff
changeset
|
514 |
6f9224f32a34
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 60ad498b7bd01542a69d6603160d36494c97077a
lecorguille
parents:
44
diff
changeset
|
515 - BUGFIX: remove the pre-compute of the chromatograms which was memory consuming. Now, only xcms plot chromatogram will generate the Chromatograms. |
6f9224f32a34
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 60ad498b7bd01542a69d6603160d36494c97077a
lecorguille
parents:
44
diff
changeset
|
516 |
48
b3a1e98a4cc8
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f1caf2a3bf23cf319a75dd12c86402555dd02617"
workflow4metabolomics
parents:
47
diff
changeset
|
517 @HELP_XCMS_NEWVERSION_3440@ |
35
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
518 |
34
efd23113d5f4
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 49203f8a5271fa5e6bb889e907df71ebf7757309
lecorguille
parents:
33
diff
changeset
|
519 **Version 3.0.0.0 - 08/03/2018** |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
520 |
34
efd23113d5f4
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 49203f8a5271fa5e6bb889e907df71ebf7757309
lecorguille
parents:
33
diff
changeset
|
521 - UPGRADE: upgrade the xcms version from 1.46.0 to 3.0.0. So refactoring of a lot of underlying codes and methods. Some parameters may have been renamed. |
efd23113d5f4
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 49203f8a5271fa5e6bb889e907df71ebf7757309
lecorguille
parents:
33
diff
changeset
|
522 |
35
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
523 - CHANGE: xcms.findChromPeaks no longer read the raw data. You have to run MSnbase readMSData first. |
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
524 |
34
efd23113d5f4
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 49203f8a5271fa5e6bb889e907df71ebf7757309
lecorguille
parents:
33
diff
changeset
|
525 - NEW: a bunch of new options: Spectra Filters (previously scanrange), CentWave.(mzCenterFun, fitgauss, verboseColumns), MatchedFilter.(sigma, impute, baseValue, max), MSW.(verboseColumns), ... |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
526 |
35
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
527 - NEW: new Filters for Spectra |
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
528 |
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
529 - NEW: new methods: CentWaveWithPredIsoROIs |
7f636ad1162b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
34
diff
changeset
|
530 |
34
efd23113d5f4
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 49203f8a5271fa5e6bb889e907df71ebf7757309
lecorguille
parents:
33
diff
changeset
|
531 - UPDATE: since xcms 3.0.0, some options are no more available: scanrange (replace by filters), profmethod, MatchedFilter.step, MatchedFilter.sigma, MSW.winSize.noise, MSW.SNR.method |
efd23113d5f4
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 49203f8a5271fa5e6bb889e907df71ebf7757309
lecorguille
parents:
33
diff
changeset
|
532 |
efd23113d5f4
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 49203f8a5271fa5e6bb889e907df71ebf7757309
lecorguille
parents:
33
diff
changeset
|
533 - IMPROVEMENT: the advanced options are now in sections. It will allow you to access to all the parameters and to know their default values. |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
534 |
34
efd23113d5f4
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 49203f8a5271fa5e6bb889e907df71ebf7757309
lecorguille
parents:
33
diff
changeset
|
535 - IMPROVEMENT: the tool "should" be now more flexible in term of file naming: it "should" accept space and comma. But don't be too imaginative :) |
efd23113d5f4
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 49203f8a5271fa5e6bb889e907df71ebf7757309
lecorguille
parents:
33
diff
changeset
|
536 |
efd23113d5f4
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 49203f8a5271fa5e6bb889e907df71ebf7757309
lecorguille
parents:
33
diff
changeset
|
537 - CHANGE: removing of the TIC and BPC plots. You can new use the dedicated tool "xcms plot chromatogram" |
efd23113d5f4
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 49203f8a5271fa5e6bb889e907df71ebf7757309
lecorguille
parents:
33
diff
changeset
|
538 |
32
2bf1cb023c94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
31
diff
changeset
|
539 |
31
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
540 **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
|
541 |
31
e93153c07be0
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
30
diff
changeset
|
542 - 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
|
543 |
34
efd23113d5f4
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 49203f8a5271fa5e6bb889e907df71ebf7757309
lecorguille
parents:
33
diff
changeset
|
544 |
26
626d3db664ef
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit b1ebca6e0188e0aa0645e67259d6729ce80a6bdf
lecorguille
parents:
25
diff
changeset
|
545 **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
|
546 |
602acc32b549
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
16
diff
changeset
|
547 - 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
|
548 |
26
626d3db664ef
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit b1ebca6e0188e0aa0645e67259d6729ce80a6bdf
lecorguille
parents:
25
diff
changeset
|
549 - 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
|
550 |
34
efd23113d5f4
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 49203f8a5271fa5e6bb889e907df71ebf7757309
lecorguille
parents:
33
diff
changeset
|
551 |
16
f28041d2180a
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 08e7f269a5c59687a7768be8db5fcb4e4d736093
lecorguille
parents:
15
diff
changeset
|
552 **Version 2.0.11 - 22/12/2016** |
f28041d2180a
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 08e7f269a5c59687a7768be8db5fcb4e4d736093
lecorguille
parents:
15
diff
changeset
|
553 |
f28041d2180a
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 08e7f269a5c59687a7768be8db5fcb4e4d736093
lecorguille
parents:
15
diff
changeset
|
554 - BUGFIX: propose scanrange for all methods |
f28041d2180a
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 08e7f269a5c59687a7768be8db5fcb4e4d736093
lecorguille
parents:
15
diff
changeset
|
555 |
34
efd23113d5f4
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 49203f8a5271fa5e6bb889e907df71ebf7757309
lecorguille
parents:
33
diff
changeset
|
556 |
15
1a9bbd4670e8
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 92dd69e5b063aad05a9b2b75e21c78bfa46c4b94
lecorguille
parents:
13
diff
changeset
|
557 **Version 2.0.10 - 22/12/2016** |
1a9bbd4670e8
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 92dd69e5b063aad05a9b2b75e21c78bfa46c4b94
lecorguille
parents:
13
diff
changeset
|
558 |
1a9bbd4670e8
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 92dd69e5b063aad05a9b2b75e21c78bfa46c4b94
lecorguille
parents:
13
diff
changeset
|
559 - 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
|
560 |
34
efd23113d5f4
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 49203f8a5271fa5e6bb889e907df71ebf7757309
lecorguille
parents:
33
diff
changeset
|
561 |
13
68547432079b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit ec6f0c17bb277ea34f898d96d12d3357220f73d4
lecorguille
parents:
10
diff
changeset
|
562 **Version 2.0.9 - 06/07/2016** |
68547432079b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit ec6f0c17bb277ea34f898d96d12d3357220f73d4
lecorguille
parents:
10
diff
changeset
|
563 |
15
1a9bbd4670e8
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 92dd69e5b063aad05a9b2b75e21c78bfa46c4b94
lecorguille
parents:
13
diff
changeset
|
564 - 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
|
565 |
34
efd23113d5f4
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 49203f8a5271fa5e6bb889e907df71ebf7757309
lecorguille
parents:
33
diff
changeset
|
566 |
6
60f6c208ca16
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
5
diff
changeset
|
567 **Version 2.0.8 - 06/04/2016** |
60f6c208ca16
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
5
diff
changeset
|
568 |
60f6c208ca16
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
5
diff
changeset
|
569 - TEST: refactoring to pass planemo test using conda dependencies |
60f6c208ca16
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
5
diff
changeset
|
570 |
34
efd23113d5f4
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 49203f8a5271fa5e6bb889e907df71ebf7757309
lecorguille
parents:
33
diff
changeset
|
571 |
4 | 572 **Version 2.0.7 - 10/02/2016** |
573 | |
574 - BUGFIX: better management of errors. Datasets remained green although the process failed | |
575 | |
576 - 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 | |
577 | |
578 - BUGFIX/IMPROVEMENT: New step to check and delete bad characters in the XML: accented characters in the storage path of the mass spectrometer | |
579 | |
580 - UPDATE: refactoring of internal management of inputs/outputs | |
581 | |
6
60f6c208ca16
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
5
diff
changeset
|
582 - TEST: refactoring to feed the new report tool |
4 | 583 |
34
efd23113d5f4
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 49203f8a5271fa5e6bb889e907df71ebf7757309
lecorguille
parents:
33
diff
changeset
|
584 |
29
5dba1c94fb94
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit bff1445c9b00ccdbe05ee3dc6ed24221033384b9
lecorguille
parents:
28
diff
changeset
|
585 **Version 2.0.2 - 18/01/2016** |
4 | 586 |
587 - BUGFIX: Some zip files were tag as "corrupt" by R. We have changed the extraction mode to deal with thoses cases. | |
588 | |
34
efd23113d5f4
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 49203f8a5271fa5e6bb889e907df71ebf7757309
lecorguille
parents:
33
diff
changeset
|
589 |
4 | 590 **Version 2.0.2 - 09/10/2015** |
591 | |
592 - 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. | |
593 | |
34
efd23113d5f4
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 49203f8a5271fa5e6bb889e907df71ebf7757309
lecorguille
parents:
33
diff
changeset
|
594 |
4 | 595 **Version 2.0.2 - 02/06/2015** |
596 | |
597 - 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. | |
598 | |
599 - 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. | |
600 | |
601 - IMPROVEMENT: parameter labels have changed to facilitate their reading. | |
602 | |
1 | 603 ]]></help> |
0 | 604 |
6
60f6c208ca16
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
5
diff
changeset
|
605 <expand macro="citation" /> |
0 | 606 </tool> |