Mercurial > repos > lecorguille > xcms_summary
annotate abims_xcms_summary.xml @ 31:0b5521b78c92 draft
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 49203f8a5271fa5e6bb889e907df71ebf7757309
author | lecorguille |
---|---|
date | Thu, 08 Mar 2018 05:55:26 -0500 |
parents | 3d4339594010 |
children | de3b88417327 |
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> |
17
a2908411620e
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
16
diff
changeset
|
7 </macros> |
9
dc6b3773f8de
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 1bf8810447bdd1268f67bfb64ead95ce82d8d85c
lecorguille
parents:
8
diff
changeset
|
8 |
29
3d4339594010
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
28
diff
changeset
|
9 <expand macro="requirements"> |
28
8ad83969888b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
27
diff
changeset
|
10 <requirement type="package" version="1.32.0">bioconductor-camera</requirement> |
29
3d4339594010
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
28
diff
changeset
|
11 </expand> |
17
a2908411620e
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
16
diff
changeset
|
12 |
9
dc6b3773f8de
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 1bf8810447bdd1268f67bfb64ead95ce82d8d85c
lecorguille
parents:
8
diff
changeset
|
13 <expand macro="stdio"/> |
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 <command><![CDATA[ |
dc6b3773f8de
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 1bf8810447bdd1268f67bfb64ead95ce82d8d85c
lecorguille
parents:
8
diff
changeset
|
16 $__tool_directory__/xcms_summary.r |
0 | 17 |
22
abb66f65f1af
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit b274c5c21db1a6ad63c28d425a7a6bce483a4af4
lecorguille
parents:
17
diff
changeset
|
18 image '$image' |
abb66f65f1af
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit b274c5c21db1a6ad63c28d425a7a6bce483a4af4
lecorguille
parents:
17
diff
changeset
|
19 htmlOutput '$htmlOutput' |
0 | 20 user_email $__user_email__ |
17
a2908411620e
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
16
diff
changeset
|
21 |
0 | 22 ]]></command> |
17
a2908411620e
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
16
diff
changeset
|
23 |
0 | 24 <inputs> |
25 | |
9
dc6b3773f8de
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 1bf8810447bdd1268f67bfb64ead95ce82d8d85c
lecorguille
parents:
8
diff
changeset
|
26 <param name="image" type="data" format="rdata.xcms.raw,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 | 27 |
28 </inputs> | |
17
a2908411620e
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
16
diff
changeset
|
29 |
0 | 30 <outputs> |
31 <data name="htmlOutput" format="html" label="xcms summary html" /> | |
32 </outputs> | |
17
a2908411620e
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
16
diff
changeset
|
33 |
0 | 34 <tests> |
29
3d4339594010
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
28
diff
changeset
|
35 <!--<test> |
11
b302779347de
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
9
diff
changeset
|
36 <param name="image" value="faahKO.xset.group.retcor.group.fillpeaks.RData" /> |
17
a2908411620e
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
16
diff
changeset
|
37 <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
|
38 </test>--> |
17
a2908411620e
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
16
diff
changeset
|
39 <test> |
a2908411620e
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
16
diff
changeset
|
40 <param name="image" value="faahKO-single.xset.merged.group.retcor.group.fillpeaks.RData" /> |
a2908411620e
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
16
diff
changeset
|
41 <output name="htmlOutput" file="faahKO-single.xset.merged.group.retcor.group.fillpeaks.summary.html" /> |
0 | 42 </test> |
43 </tests> | |
17
a2908411620e
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
16
diff
changeset
|
44 |
0 | 45 <help><![CDATA[ |
17
a2908411620e
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
16
diff
changeset
|
46 |
9
dc6b3773f8de
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 1bf8810447bdd1268f67bfb64ead95ce82d8d85c
lecorguille
parents:
8
diff
changeset
|
47 @HELP_AUTHORS@ |
0 | 48 |
29
3d4339594010
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
28
diff
changeset
|
49 ==================== |
3d4339594010
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
28
diff
changeset
|
50 xcms process history |
3d4339594010
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
28
diff
changeset
|
51 ==================== |
0 | 52 |
28
8ad83969888b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
27
diff
changeset
|
53 ----------- |
0 | 54 Description |
55 ----------- | |
56 | |
17
a2908411620e
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
16
diff
changeset
|
57 This tool provide a HTML summary which summarizes your analysis using the [W4M] XCMS and CAMERA tools |
0 | 58 |
28
8ad83969888b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
27
diff
changeset
|
59 ----------------- |
25
3a53e63555c7
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 392e432529877680e80a7b338e20d69a42e53767
lecorguille
parents:
22
diff
changeset
|
60 Workflow position |
3a53e63555c7
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 392e432529877680e80a7b338e20d69a42e53767
lecorguille
parents:
22
diff
changeset
|
61 ----------------- |
3a53e63555c7
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 392e432529877680e80a7b338e20d69a42e53767
lecorguille
parents:
22
diff
changeset
|
62 |
3a53e63555c7
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 392e432529877680e80a7b338e20d69a42e53767
lecorguille
parents:
22
diff
changeset
|
63 **Upstream tools** |
3a53e63555c7
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 392e432529877680e80a7b338e20d69a42e53767
lecorguille
parents:
22
diff
changeset
|
64 |
28
8ad83969888b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
27
diff
changeset
|
65 ========================= ================= ===================== ========== |
8ad83969888b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
27
diff
changeset
|
66 Name output file format parameter |
8ad83969888b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
27
diff
changeset
|
67 ========================= ================= ===================== ========== |
8ad83969888b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
27
diff
changeset
|
68 xcms.xcmsSet xset.RData rdata.xcms.raw RData file |
8ad83969888b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
27
diff
changeset
|
69 ------------------------- ----------------- --------------------- ---------- |
8ad83969888b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
27
diff
changeset
|
70 xcms.group xset.RData rdata.xcms.group RData file |
8ad83969888b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
27
diff
changeset
|
71 ------------------------- ----------------- --------------------- ---------- |
8ad83969888b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
27
diff
changeset
|
72 xcms.retcor xset.RData rdata.xcms.retcor RData file |
8ad83969888b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
27
diff
changeset
|
73 ------------------------- ----------------- --------------------- ---------- |
8ad83969888b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
27
diff
changeset
|
74 xcms.fillpeaks xset.RData rdata.xcms.fillpeaks RData file |
8ad83969888b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
27
diff
changeset
|
75 ------------------------- ----------------- --------------------- ---------- |
8ad83969888b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
27
diff
changeset
|
76 CAMERA.annotate xset.RData rdata.camera.* RData file |
8ad83969888b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
27
diff
changeset
|
77 ========================= ================= ===================== ========== |
25
3a53e63555c7
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 392e432529877680e80a7b338e20d69a42e53767
lecorguille
parents:
22
diff
changeset
|
78 |
3a53e63555c7
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 392e432529877680e80a7b338e20d69a42e53767
lecorguille
parents:
22
diff
changeset
|
79 |
26
e6a6503d7d6d
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 392e432529877680e80a7b338e20d69a42e53767-dirty
lecorguille
parents:
25
diff
changeset
|
80 .. image:: xcms_summary_workflow.png |
0 | 81 |
82 --------------------------------------------------- | |
83 | |
84 Changelog/News | |
85 -------------- | |
86 | |
29
3d4339594010
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
28
diff
changeset
|
87 **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
|
88 |
31
0b5521b78c92
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 49203f8a5271fa5e6bb889e907df71ebf7757309
lecorguille
parents:
29
diff
changeset
|
89 - 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
|
90 |
0b5521b78c92
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 49203f8a5271fa5e6bb889e907df71ebf7757309
lecorguille
parents:
29
diff
changeset
|
91 - IMPROVEMENT: the tool now shows all the parameters and not only those which were setted. |
0b5521b78c92
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 49203f8a5271fa5e6bb889e907df71ebf7757309
lecorguille
parents:
29
diff
changeset
|
92 |
29
3d4339594010
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e384d6dd5f410799ec211f73bca0b5d5d7bc651e
lecorguille
parents:
28
diff
changeset
|
93 |
28
8ad83969888b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
27
diff
changeset
|
94 **Version 1.0.4 - 13/02/2018** |
8ad83969888b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
27
diff
changeset
|
95 |
8ad83969888b
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents:
27
diff
changeset
|
96 - 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
|
97 |
31
0b5521b78c92
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 49203f8a5271fa5e6bb889e907df71ebf7757309
lecorguille
parents:
29
diff
changeset
|
98 |
17
a2908411620e
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
16
diff
changeset
|
99 **Version 1.0.3 - 03/02/2017** |
a2908411620e
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
16
diff
changeset
|
100 |
a2908411620e
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
16
diff
changeset
|
101 - 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
|
102 |
31
0b5521b78c92
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 49203f8a5271fa5e6bb889e907df71ebf7757309
lecorguille
parents:
29
diff
changeset
|
103 |
14
c575dc541049
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit ec6f0c17bb277ea34f898d96d12d3357220f73d4
lecorguille
parents:
11
diff
changeset
|
104 **Version 1.0.2 - 06/07/2016** |
c575dc541049
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit ec6f0c17bb277ea34f898d96d12d3357220f73d4
lecorguille
parents:
11
diff
changeset
|
105 |
c575dc541049
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit ec6f0c17bb277ea34f898d96d12d3357220f73d4
lecorguille
parents:
11
diff
changeset
|
106 - 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
|
107 |
31
0b5521b78c92
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 49203f8a5271fa5e6bb889e907df71ebf7757309
lecorguille
parents:
29
diff
changeset
|
108 |
9
dc6b3773f8de
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 1bf8810447bdd1268f67bfb64ead95ce82d8d85c
lecorguille
parents:
8
diff
changeset
|
109 **Version 1.0.1 - 04/04/2016** |
dc6b3773f8de
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 1bf8810447bdd1268f67bfb64ead95ce82d8d85c
lecorguille
parents:
8
diff
changeset
|
110 |
dc6b3773f8de
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 1bf8810447bdd1268f67bfb64ead95ce82d8d85c
lecorguille
parents:
8
diff
changeset
|
111 - 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
|
112 |
dc6b3773f8de
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 1bf8810447bdd1268f67bfb64ead95ce82d8d85c
lecorguille
parents:
8
diff
changeset
|
113 |
0 | 114 **Version 1.0.0 - 10/02/2016** |
115 | |
116 - NEW: Create a summary of XCMS analysis | |
117 | |
118 | |
119 ]]></help> | |
120 | |
121 | |
9
dc6b3773f8de
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 1bf8810447bdd1268f67bfb64ead95ce82d8d85c
lecorguille
parents:
8
diff
changeset
|
122 <expand macro="citation" /> |
0 | 123 |
124 </tool> |