Mercurial > repos > lecorguille > xcms_summary
annotate abims_xcms_summary.xml @ 46:18d050f7b9d4 draft default tip
planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/ commit 95721ced8347c09e79340e6d67ecb41c5cc64163
author | workflow4metabolomics |
---|---|
date | Mon, 03 Feb 2025 14:42:34 +0000 |
parents | 43122259be1f |
children |
rev | line source |
---|---|
45
43122259be1f
planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/ commit eca29d4347fe2f4802091c4a06715232a6fd9253
workflow4metabolomics
parents:
44
diff
changeset
|
1 <tool id="abims_xcms_summary" name="xcms process history" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> |
17
a2908411620e
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
16
diff
changeset
|
2 |
0 | 3 <description>Create a summary of XCMS analysis</description> |
9
dc6b3773f8de
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 1bf8810447bdd1268f67bfb64ead95ce82d8d85c
lecorguille
parents:
8
diff
changeset
|
4 |
dc6b3773f8de
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 1bf8810447bdd1268f67bfb64ead95ce82d8d85c
lecorguille
parents:
8
diff
changeset
|
5 <macros> |
dc6b3773f8de
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 1bf8810447bdd1268f67bfb64ead95ce82d8d85c
lecorguille
parents:
8
diff
changeset
|
6 <import>macros.xml</import> |
32
de3b88417327
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
31
diff
changeset
|
7 <import>macros_xcms.xml</import> |
17
a2908411620e
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
16
diff
changeset
|
8 </macros> |
9
dc6b3773f8de
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 1bf8810447bdd1268f67bfb64ead95ce82d8d85c
lecorguille
parents:
8
diff
changeset
|
9 |
39
1d2cc6c87acf
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f0d42bca2f34c58c04b55e5990058d479c0ae639
lecorguille
parents:
36
diff
changeset
|
10 <requirements> |
44
9df658383852
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit dcc90f9cf76e6980c0a7d9698c89fab826e7adae"
workflow4metabolomics
parents:
43
diff
changeset
|
11 <requirement type="package" version="@TOOL_VERSION@">bioconductor-xcms</requirement> |
9df658383852
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit dcc90f9cf76e6980c0a7d9698c89fab826e7adae"
workflow4metabolomics
parents:
43
diff
changeset
|
12 <requirement type="package" version="1.46.0">bioconductor-camera</requirement> |
42
5d59db39939a
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 7234c5fb8350990733e882693248c0433eee5ff8"
workflow4metabolomics
parents:
41
diff
changeset
|
13 <requirement type="package" version="1.1_5">r-batch</requirement> |
39
1d2cc6c87acf
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f0d42bca2f34c58c04b55e5990058d479c0ae639
lecorguille
parents:
36
diff
changeset
|
14 </requirements> |
46
18d050f7b9d4
planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/ commit 95721ced8347c09e79340e6d67ecb41c5cc64163
workflow4metabolomics
parents:
45
diff
changeset
|
15 <required_files> |
18d050f7b9d4
planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/ commit 95721ced8347c09e79340e6d67ecb41c5cc64163
workflow4metabolomics
parents:
45
diff
changeset
|
16 <include path="xcms_summary.r" /> |
18d050f7b9d4
planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/ commit 95721ced8347c09e79340e6d67ecb41c5cc64163
workflow4metabolomics
parents:
45
diff
changeset
|
17 <include path="lib.r" /> |
18d050f7b9d4
planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/ commit 95721ced8347c09e79340e6d67ecb41c5cc64163
workflow4metabolomics
parents:
45
diff
changeset
|
18 </required_files> |
9
dc6b3773f8de
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 1bf8810447bdd1268f67bfb64ead95ce82d8d85c
lecorguille
parents:
8
diff
changeset
|
19 <expand macro="stdio"/> |
17
a2908411620e
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
16
diff
changeset
|
20 |
9
dc6b3773f8de
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 1bf8810447bdd1268f67bfb64ead95ce82d8d85c
lecorguille
parents:
8
diff
changeset
|
21 <command><![CDATA[ |
46
18d050f7b9d4
planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/ commit 95721ced8347c09e79340e6d67ecb41c5cc64163
workflow4metabolomics
parents:
45
diff
changeset
|
22 @COMMAND_RSCRIPT@xcms_summary.r |
0 | 23 |
22
abb66f65f1af
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit b274c5c21db1a6ad63c28d425a7a6bce483a4af4
lecorguille
parents:
17
diff
changeset
|
24 image '$image' |
abb66f65f1af
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit b274c5c21db1a6ad63c28d425a7a6bce483a4af4
lecorguille
parents:
17
diff
changeset
|
25 htmlOutput '$htmlOutput' |
0 | 26 user_email $__user_email__ |
17
a2908411620e
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
16
diff
changeset
|
27 |
0 | 28 ]]></command> |
17
a2908411620e
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
16
diff
changeset
|
29 |
0 | 30 <inputs> |
31 | |
32
de3b88417327
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
31
diff
changeset
|
32 <param name="image" type="data" format="rdata.xcms.findchrompeaks,rdata.xcms.group,rdata.xcms.retcor,rdata.xcms.fillpeaks,rdata.camera.quick,rdata.camera.positive,rdata.camera.negative,rdata" label="xset RData file" help="output file from another function xcms (xcmsSet, group, retcor, fillpeaks etc.)" /> |
0 | 33 |
34 </inputs> | |
17
a2908411620e
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
16
diff
changeset
|
35 |
0 | 36 <outputs> |
37 <data name="htmlOutput" format="html" label="xcms summary html" /> | |
38 </outputs> | |
17
a2908411620e
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
16
diff
changeset
|
39 |
0 | 40 <tests> |
29
3d4339594010
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
28
diff
changeset
|
41 <!--<test> |
32
de3b88417327
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
31
diff
changeset
|
42 <param name="image" value="faahKO.xset.group.retcor.group.fillpeaks.RData" ftype="rdata"/> |
17
a2908411620e
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
16
diff
changeset
|
43 <output name="htmlOutput" file="faahKO.xset.group.retcor.group.fillpeaks.summary.html" /> |
29
3d4339594010
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
28
diff
changeset
|
44 </test>--> |
17
a2908411620e
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
16
diff
changeset
|
45 <test> |
32
de3b88417327
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
31
diff
changeset
|
46 <param name="image" value="faahKO-single.xset.merged.group.retcor.group.fillpeaks.RData" ftype="rdata"/> |
45
43122259be1f
planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/ commit eca29d4347fe2f4802091c4a06715232a6fd9253
workflow4metabolomics
parents:
44
diff
changeset
|
47 <output name="htmlOutput" file="faahKO-single.xset.merged.group.retcor.group.fillpeaks.summary.html" lines_diff="2"/> |
0 | 48 </test> |
49 </tests> | |
17
a2908411620e
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
16
diff
changeset
|
50 |
0 | 51 <help><![CDATA[ |
17
a2908411620e
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
16
diff
changeset
|
52 |
9
dc6b3773f8de
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 1bf8810447bdd1268f67bfb64ead95ce82d8d85c
lecorguille
parents:
8
diff
changeset
|
53 @HELP_AUTHORS@ |
0 | 54 |
29
3d4339594010
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
28
diff
changeset
|
55 ==================== |
3d4339594010
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
28
diff
changeset
|
56 xcms process history |
3d4339594010
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
28
diff
changeset
|
57 ==================== |
0 | 58 |
28
8ad83969888b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
27
diff
changeset
|
59 ----------- |
0 | 60 Description |
61 ----------- | |
62 | |
17
a2908411620e
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
16
diff
changeset
|
63 This tool provide a HTML summary which summarizes your analysis using the [W4M] XCMS and CAMERA tools |
0 | 64 |
28
8ad83969888b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
27
diff
changeset
|
65 ----------------- |
25
3a53e63555c7
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 392e432529877680e80a7b338e20d69a42e53767
lecorguille
parents:
22
diff
changeset
|
66 Workflow position |
3a53e63555c7
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 392e432529877680e80a7b338e20d69a42e53767
lecorguille
parents:
22
diff
changeset
|
67 ----------------- |
3a53e63555c7
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 392e432529877680e80a7b338e20d69a42e53767
lecorguille
parents:
22
diff
changeset
|
68 |
3a53e63555c7
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 392e432529877680e80a7b338e20d69a42e53767
lecorguille
parents:
22
diff
changeset
|
69 **Upstream tools** |
3a53e63555c7
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 392e432529877680e80a7b338e20d69a42e53767
lecorguille
parents:
22
diff
changeset
|
70 |
35
79fe34cedc56
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 088699d00f7e45bebb7da07bebc005c68df058d8
lecorguille
parents:
32
diff
changeset
|
71 ========================= =========================== ================================ |
79fe34cedc56
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 088699d00f7e45bebb7da07bebc005c68df058d8
lecorguille
parents:
32
diff
changeset
|
72 Name Output file Format |
79fe34cedc56
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 088699d00f7e45bebb7da07bebc005c68df058d8
lecorguille
parents:
32
diff
changeset
|
73 ========================= =========================== ================================ |
79fe34cedc56
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 088699d00f7e45bebb7da07bebc005c68df058d8
lecorguille
parents:
32
diff
changeset
|
74 xcms.findChromPeaks xset.RData rdata.xcms.findchrompeaks |
79fe34cedc56
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 088699d00f7e45bebb7da07bebc005c68df058d8
lecorguille
parents:
32
diff
changeset
|
75 ------------------------- --------------------------- -------------------------------- |
79fe34cedc56
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 088699d00f7e45bebb7da07bebc005c68df058d8
lecorguille
parents:
32
diff
changeset
|
76 xcms.groupChromPeaks ``*``.groupChromPeaks.RData rdata.xcms.group |
79fe34cedc56
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 088699d00f7e45bebb7da07bebc005c68df058d8
lecorguille
parents:
32
diff
changeset
|
77 ------------------------- --------------------------- -------------------------------- |
79fe34cedc56
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 088699d00f7e45bebb7da07bebc005c68df058d8
lecorguille
parents:
32
diff
changeset
|
78 xcms.adjustRtime ``*``.adjustRtime.RData rdata.xcms.retcor |
79fe34cedc56
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 088699d00f7e45bebb7da07bebc005c68df058d8
lecorguille
parents:
32
diff
changeset
|
79 ------------------------- --------------------------- -------------------------------- |
79fe34cedc56
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 088699d00f7e45bebb7da07bebc005c68df058d8
lecorguille
parents:
32
diff
changeset
|
80 xcms.fillChromPeaks ``*``.fillChromPeaks.RData rdata.xcms.fillpeaks |
79fe34cedc56
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 088699d00f7e45bebb7da07bebc005c68df058d8
lecorguille
parents:
32
diff
changeset
|
81 ------------------------- --------------------------- -------------------------------- |
79fe34cedc56
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 088699d00f7e45bebb7da07bebc005c68df058d8
lecorguille
parents:
32
diff
changeset
|
82 CAMERA.annotate ``*``.annotate.*.RData rdata.camera.``*`` |
79fe34cedc56
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 088699d00f7e45bebb7da07bebc005c68df058d8
lecorguille
parents:
32
diff
changeset
|
83 ========================= =========================== ================================ |
25
3a53e63555c7
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 392e432529877680e80a7b338e20d69a42e53767
lecorguille
parents:
22
diff
changeset
|
84 |
3a53e63555c7
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 392e432529877680e80a7b338e20d69a42e53767
lecorguille
parents:
22
diff
changeset
|
85 |
26
e6a6503d7d6d
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 392e432529877680e80a7b338e20d69a42e53767-dirty
lecorguille
parents:
25
diff
changeset
|
86 .. image:: xcms_summary_workflow.png |
0 | 87 |
45
43122259be1f
planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/ commit eca29d4347fe2f4802091c4a06715232a6fd9253
workflow4metabolomics
parents:
44
diff
changeset
|
88 @HELP_XCMS_MANUAL@ |
43122259be1f
planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/ commit eca29d4347fe2f4802091c4a06715232a6fd9253
workflow4metabolomics
parents:
44
diff
changeset
|
89 |
0 | 90 --------------------------------------------------- |
91 | |
92 Changelog/News | |
93 -------------- | |
94 | |
44
9df658383852
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit dcc90f9cf76e6980c0a7d9698c89fab826e7adae"
workflow4metabolomics
parents:
43
diff
changeset
|
95 @HELP_XCMS_NEWVERSION_31200@ |
9df658383852
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit dcc90f9cf76e6980c0a7d9698c89fab826e7adae"
workflow4metabolomics
parents:
43
diff
changeset
|
96 |
43
297ee37840ef
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 50478425b4773ebcb393c0e31f1e622b7406dcbb"
workflow4metabolomics
parents:
42
diff
changeset
|
97 **Version 3.6.1+galaxy2 - 23/09/2020** |
297ee37840ef
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 50478425b4773ebcb393c0e31f1e622b7406dcbb"
workflow4metabolomics
parents:
42
diff
changeset
|
98 |
297ee37840ef
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 50478425b4773ebcb393c0e31f1e622b7406dcbb"
workflow4metabolomics
parents:
42
diff
changeset
|
99 - BUGFIX: "Error: object 'sampleNamesList' not found" in case of .RData input from CAMERA |
297ee37840ef
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 50478425b4773ebcb393c0e31f1e622b7406dcbb"
workflow4metabolomics
parents:
42
diff
changeset
|
100 |
42
5d59db39939a
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 7234c5fb8350990733e882693248c0433eee5ff8"
workflow4metabolomics
parents:
41
diff
changeset
|
101 **Version 3.6.1+galaxy1 - 05/04/2020** |
5d59db39939a
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 7234c5fb8350990733e882693248c0433eee5ff8"
workflow4metabolomics
parents:
41
diff
changeset
|
102 |
5d59db39939a
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 7234c5fb8350990733e882693248c0433eee5ff8"
workflow4metabolomics
parents:
41
diff
changeset
|
103 - UPGRADE: upgrade the CAMERA version from 1.38.0 to 1.42.0 |
5d59db39939a
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 7234c5fb8350990733e882693248c0433eee5ff8"
workflow4metabolomics
parents:
41
diff
changeset
|
104 |
5d59db39939a
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 7234c5fb8350990733e882693248c0433eee5ff8"
workflow4metabolomics
parents:
41
diff
changeset
|
105 - BUGFIX: "Error in chromPeaks(from)[, "is_filled"] : subscript out of bounds" |
5d59db39939a
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 7234c5fb8350990733e882693248c0433eee5ff8"
workflow4metabolomics
parents:
41
diff
changeset
|
106 |
41
a7db001bfdaf
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f1caf2a3bf23cf319a75dd12c86402555dd02617"
workflow4metabolomics
parents:
40
diff
changeset
|
107 @HELP_XCMS_NEWVERSION_3610@ |
40
00be6777edc5
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a5136bfc124956893f4f0c91808d1c0d78c4ea01
lecorguille
parents:
39
diff
changeset
|
108 |
41
a7db001bfdaf
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f1caf2a3bf23cf319a75dd12c86402555dd02617"
workflow4metabolomics
parents:
40
diff
changeset
|
109 @HELP_XCMS_NEWVERSION_3440@ |
39
1d2cc6c87acf
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f0d42bca2f34c58c04b55e5990058d479c0ae639
lecorguille
parents:
36
diff
changeset
|
110 |
29
3d4339594010
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
28
diff
changeset
|
111 **Version 3.0.0.0 - 14/02/2018** |
3d4339594010
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
28
diff
changeset
|
112 |
31
0b5521b78c92
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 49203f8a5271fa5e6bb889e907df71ebf7757309
lecorguille
parents:
29
diff
changeset
|
113 - UPGRADE: upgrade the xcms version from 1.46.0 to 3.0.0. So refactoring of a lot of underlying codes and methods |
0b5521b78c92
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 49203f8a5271fa5e6bb889e907df71ebf7757309
lecorguille
parents:
29
diff
changeset
|
114 |
36
12c802da5367
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e131bacd37bfaf2c4132fd214c81db9b8a9df513
lecorguille
parents:
35
diff
changeset
|
115 - IMPROVEMENT: the tool now shows all the parameters and not only those which were set. |
31
0b5521b78c92
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 49203f8a5271fa5e6bb889e907df71ebf7757309
lecorguille
parents:
29
diff
changeset
|
116 |
29
3d4339594010
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
28
diff
changeset
|
117 |
28
8ad83969888b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
27
diff
changeset
|
118 **Version 1.0.4 - 13/02/2018** |
8ad83969888b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
27
diff
changeset
|
119 |
8ad83969888b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
27
diff
changeset
|
120 - UPGRADE: upgrate the CAMERA version from 1.26.0 to 1.32.0 |
8ad83969888b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
27
diff
changeset
|
121 |
31
0b5521b78c92
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 49203f8a5271fa5e6bb889e907df71ebf7757309
lecorguille
parents:
29
diff
changeset
|
122 |
17
a2908411620e
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
16
diff
changeset
|
123 **Version 1.0.3 - 03/02/2017** |
a2908411620e
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
16
diff
changeset
|
124 |
a2908411620e
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
16
diff
changeset
|
125 - IMPROVEMENT: xcms.summary can deal with merged individual data |
a2908411620e
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
16
diff
changeset
|
126 |
31
0b5521b78c92
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 49203f8a5271fa5e6bb889e907df71ebf7757309
lecorguille
parents:
29
diff
changeset
|
127 |
14
c575dc541049
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit ec6f0c17bb277ea34f898d96d12d3357220f73d4
lecorguille
parents:
11
diff
changeset
|
128 **Version 1.0.2 - 06/07/2016** |
c575dc541049
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit ec6f0c17bb277ea34f898d96d12d3357220f73d4
lecorguille
parents:
11
diff
changeset
|
129 |
c575dc541049
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit ec6f0c17bb277ea34f898d96d12d3357220f73d4
lecorguille
parents:
11
diff
changeset
|
130 - UPGRADE: upgrate the xcms version from 1.44.0 to 1.46.0 |
c575dc541049
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit ec6f0c17bb277ea34f898d96d12d3357220f73d4
lecorguille
parents:
11
diff
changeset
|
131 |
31
0b5521b78c92
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 49203f8a5271fa5e6bb889e907df71ebf7757309
lecorguille
parents:
29
diff
changeset
|
132 |
9
dc6b3773f8de
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 1bf8810447bdd1268f67bfb64ead95ce82d8d85c
lecorguille
parents:
8
diff
changeset
|
133 **Version 1.0.1 - 04/04/2016** |
dc6b3773f8de
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 1bf8810447bdd1268f67bfb64ead95ce82d8d85c
lecorguille
parents:
8
diff
changeset
|
134 |
dc6b3773f8de
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 1bf8810447bdd1268f67bfb64ead95ce82d8d85c
lecorguille
parents:
8
diff
changeset
|
135 - TEST: refactoring to pass planemo test using conda dependencies |
dc6b3773f8de
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 1bf8810447bdd1268f67bfb64ead95ce82d8d85c
lecorguille
parents:
8
diff
changeset
|
136 |
dc6b3773f8de
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 1bf8810447bdd1268f67bfb64ead95ce82d8d85c
lecorguille
parents:
8
diff
changeset
|
137 |
0 | 138 **Version 1.0.0 - 10/02/2016** |
139 | |
140 - NEW: Create a summary of XCMS analysis | |
141 | |
142 | |
143 ]]></help> | |
144 | |
145 | |
9
dc6b3773f8de
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 1bf8810447bdd1268f67bfb64ead95ce82d8d85c
lecorguille
parents:
8
diff
changeset
|
146 <expand macro="citation" /> |
0 | 147 |
148 </tool> |