Mercurial > repos > lecorguille > xcms_summary
annotate abims_xcms_summary.xml @ 40:00be6777edc5 draft
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a5136bfc124956893f4f0c91808d1c0d78c4ea01
author | lecorguille |
---|---|
date | Mon, 29 Apr 2019 06:15:21 -0400 |
parents | 1d2cc6c87acf |
children | a7db001bfdaf |
rev | line source |
---|---|
29
3d4339594010
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
28
diff
changeset
|
1 <tool id="abims_xcms_summary" name="xcms process history" version="@WRAPPER_VERSION@.0"> |
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> |
40
00be6777edc5
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a5136bfc124956893f4f0c91808d1c0d78c4ea01
lecorguille
parents:
39
diff
changeset
|
11 <requirement type="package" version="1.38.1">bioconductor-camera</requirement> |
39
1d2cc6c87acf
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f0d42bca2f34c58c04b55e5990058d479c0ae639
lecorguille
parents:
36
diff
changeset
|
12 <requirement type="package" version="1.1_4">r-batch</requirement> |
1d2cc6c87acf
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f0d42bca2f34c58c04b55e5990058d479c0ae639
lecorguille
parents:
36
diff
changeset
|
13 </requirements> |
17
a2908411620e
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
16
diff
changeset
|
14 |
9
dc6b3773f8de
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 1bf8810447bdd1268f67bfb64ead95ce82d8d85c
lecorguille
parents:
8
diff
changeset
|
15 <expand macro="stdio"/> |
17
a2908411620e
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
16
diff
changeset
|
16 |
9
dc6b3773f8de
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 1bf8810447bdd1268f67bfb64ead95ce82d8d85c
lecorguille
parents:
8
diff
changeset
|
17 <command><![CDATA[ |
32
de3b88417327
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
31
diff
changeset
|
18 @COMMAND_RSCRIPT@/xcms_summary.r |
0 | 19 |
22
abb66f65f1af
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit b274c5c21db1a6ad63c28d425a7a6bce483a4af4
lecorguille
parents:
17
diff
changeset
|
20 image '$image' |
abb66f65f1af
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit b274c5c21db1a6ad63c28d425a7a6bce483a4af4
lecorguille
parents:
17
diff
changeset
|
21 htmlOutput '$htmlOutput' |
0 | 22 user_email $__user_email__ |
17
a2908411620e
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
16
diff
changeset
|
23 |
0 | 24 ]]></command> |
17
a2908411620e
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
16
diff
changeset
|
25 |
0 | 26 <inputs> |
27 | |
32
de3b88417327
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
31
diff
changeset
|
28 <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 | 29 |
30 </inputs> | |
17
a2908411620e
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
16
diff
changeset
|
31 |
0 | 32 <outputs> |
33 <data name="htmlOutput" format="html" label="xcms summary html" /> | |
34 </outputs> | |
17
a2908411620e
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
16
diff
changeset
|
35 |
0 | 36 <tests> |
29
3d4339594010
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
28
diff
changeset
|
37 <!--<test> |
32
de3b88417327
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f01148783819c37e474790dbd56619862960448a
lecorguille
parents:
31
diff
changeset
|
38 <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
|
39 <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
|
40 </test>--> |
17
a2908411620e
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
16
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-single.xset.merged.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-single.xset.merged.group.retcor.group.fillpeaks.summary.html" /> |
0 | 44 </test> |
45 </tests> | |
17
a2908411620e
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
16
diff
changeset
|
46 |
0 | 47 <help><![CDATA[ |
17
a2908411620e
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
16
diff
changeset
|
48 |
9
dc6b3773f8de
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 1bf8810447bdd1268f67bfb64ead95ce82d8d85c
lecorguille
parents:
8
diff
changeset
|
49 @HELP_AUTHORS@ |
0 | 50 |
29
3d4339594010
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
28
diff
changeset
|
51 ==================== |
3d4339594010
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
28
diff
changeset
|
52 xcms process history |
3d4339594010
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
28
diff
changeset
|
53 ==================== |
0 | 54 |
28
8ad83969888b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
27
diff
changeset
|
55 ----------- |
0 | 56 Description |
57 ----------- | |
58 | |
17
a2908411620e
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
16
diff
changeset
|
59 This tool provide a HTML summary which summarizes your analysis using the [W4M] XCMS and CAMERA tools |
0 | 60 |
28
8ad83969888b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
27
diff
changeset
|
61 ----------------- |
25
3a53e63555c7
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 392e432529877680e80a7b338e20d69a42e53767
lecorguille
parents:
22
diff
changeset
|
62 Workflow position |
3a53e63555c7
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 392e432529877680e80a7b338e20d69a42e53767
lecorguille
parents:
22
diff
changeset
|
63 ----------------- |
3a53e63555c7
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 392e432529877680e80a7b338e20d69a42e53767
lecorguille
parents:
22
diff
changeset
|
64 |
3a53e63555c7
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 392e432529877680e80a7b338e20d69a42e53767
lecorguille
parents:
22
diff
changeset
|
65 **Upstream tools** |
3a53e63555c7
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 392e432529877680e80a7b338e20d69a42e53767
lecorguille
parents:
22
diff
changeset
|
66 |
35
79fe34cedc56
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 088699d00f7e45bebb7da07bebc005c68df058d8
lecorguille
parents:
32
diff
changeset
|
67 ========================= =========================== ================================ |
79fe34cedc56
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 088699d00f7e45bebb7da07bebc005c68df058d8
lecorguille
parents:
32
diff
changeset
|
68 Name Output file Format |
79fe34cedc56
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 088699d00f7e45bebb7da07bebc005c68df058d8
lecorguille
parents:
32
diff
changeset
|
69 ========================= =========================== ================================ |
79fe34cedc56
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 088699d00f7e45bebb7da07bebc005c68df058d8
lecorguille
parents:
32
diff
changeset
|
70 xcms.findChromPeaks xset.RData rdata.xcms.findchrompeaks |
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 xcms.groupChromPeaks ``*``.groupChromPeaks.RData rdata.xcms.group |
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.adjustRtime ``*``.adjustRtime.RData rdata.xcms.retcor |
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.fillChromPeaks ``*``.fillChromPeaks.RData rdata.xcms.fillpeaks |
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 CAMERA.annotate ``*``.annotate.*.RData rdata.camera.``*`` |
79fe34cedc56
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 088699d00f7e45bebb7da07bebc005c68df058d8
lecorguille
parents:
32
diff
changeset
|
79 ========================= =========================== ================================ |
25
3a53e63555c7
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 392e432529877680e80a7b338e20d69a42e53767
lecorguille
parents:
22
diff
changeset
|
80 |
3a53e63555c7
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 392e432529877680e80a7b338e20d69a42e53767
lecorguille
parents:
22
diff
changeset
|
81 |
26
e6a6503d7d6d
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 392e432529877680e80a7b338e20d69a42e53767-dirty
lecorguille
parents:
25
diff
changeset
|
82 .. image:: xcms_summary_workflow.png |
0 | 83 |
84 --------------------------------------------------- | |
85 | |
86 Changelog/News | |
87 -------------- | |
88 | |
40
00be6777edc5
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a5136bfc124956893f4f0c91808d1c0d78c4ea01
lecorguille
parents:
39
diff
changeset
|
89 .. _News: https://bioconductor.org/packages/release/bioc/news/xcms/NEWS |
39
1d2cc6c87acf
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f0d42bca2f34c58c04b55e5990058d479c0ae639
lecorguille
parents:
36
diff
changeset
|
90 |
40
00be6777edc5
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a5136bfc124956893f4f0c91808d1c0d78c4ea01
lecorguille
parents:
39
diff
changeset
|
91 **Version 3.4.4.0 - 08/02/2019** |
00be6777edc5
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a5136bfc124956893f4f0c91808d1c0d78c4ea01
lecorguille
parents:
39
diff
changeset
|
92 |
00be6777edc5
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a5136bfc124956893f4f0c91808d1c0d78c4ea01
lecorguille
parents:
39
diff
changeset
|
93 - UPGRADE: upgrade the xcms version from 3.0.0 to 3.4.4 (see XCMS News_) |
39
1d2cc6c87acf
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f0d42bca2f34c58c04b55e5990058d479c0ae639
lecorguille
parents:
36
diff
changeset
|
94 |
29
3d4339594010
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
28
diff
changeset
|
95 **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
|
96 |
31
0b5521b78c92
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 49203f8a5271fa5e6bb889e907df71ebf7757309
lecorguille
parents:
29
diff
changeset
|
97 - 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
|
98 |
36
12c802da5367
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e131bacd37bfaf2c4132fd214c81db9b8a9df513
lecorguille
parents:
35
diff
changeset
|
99 - 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
|
100 |
29
3d4339594010
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
28
diff
changeset
|
101 |
28
8ad83969888b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
27
diff
changeset
|
102 **Version 1.0.4 - 13/02/2018** |
8ad83969888b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
27
diff
changeset
|
103 |
8ad83969888b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
27
diff
changeset
|
104 - 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
|
105 |
31
0b5521b78c92
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 49203f8a5271fa5e6bb889e907df71ebf7757309
lecorguille
parents:
29
diff
changeset
|
106 |
17
a2908411620e
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
16
diff
changeset
|
107 **Version 1.0.3 - 03/02/2017** |
a2908411620e
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
16
diff
changeset
|
108 |
a2908411620e
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
16
diff
changeset
|
109 - 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
|
110 |
31
0b5521b78c92
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 49203f8a5271fa5e6bb889e907df71ebf7757309
lecorguille
parents:
29
diff
changeset
|
111 |
14
c575dc541049
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit ec6f0c17bb277ea34f898d96d12d3357220f73d4
lecorguille
parents:
11
diff
changeset
|
112 **Version 1.0.2 - 06/07/2016** |
c575dc541049
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit ec6f0c17bb277ea34f898d96d12d3357220f73d4
lecorguille
parents:
11
diff
changeset
|
113 |
c575dc541049
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit ec6f0c17bb277ea34f898d96d12d3357220f73d4
lecorguille
parents:
11
diff
changeset
|
114 - 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
|
115 |
31
0b5521b78c92
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 49203f8a5271fa5e6bb889e907df71ebf7757309
lecorguille
parents:
29
diff
changeset
|
116 |
9
dc6b3773f8de
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 1bf8810447bdd1268f67bfb64ead95ce82d8d85c
lecorguille
parents:
8
diff
changeset
|
117 **Version 1.0.1 - 04/04/2016** |
dc6b3773f8de
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 1bf8810447bdd1268f67bfb64ead95ce82d8d85c
lecorguille
parents:
8
diff
changeset
|
118 |
dc6b3773f8de
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 1bf8810447bdd1268f67bfb64ead95ce82d8d85c
lecorguille
parents:
8
diff
changeset
|
119 - 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
|
120 |
dc6b3773f8de
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 1bf8810447bdd1268f67bfb64ead95ce82d8d85c
lecorguille
parents:
8
diff
changeset
|
121 |
0 | 122 **Version 1.0.0 - 10/02/2016** |
123 | |
124 - NEW: Create a summary of XCMS analysis | |
125 | |
126 | |
127 ]]></help> | |
128 | |
129 | |
9
dc6b3773f8de
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 1bf8810447bdd1268f67bfb64ead95ce82d8d85c
lecorguille
parents:
8
diff
changeset
|
130 <expand macro="citation" /> |
0 | 131 |
132 </tool> |