annotate abims_xcms_summary.xml @ 28:018a9771de28 draft

"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit dcc90f9cf76e6980c0a7d9698c89fab826e7adae"
author workflow4metabolomics
date Wed, 07 Apr 2021 16:46:50 +0000
parents bed23aa27b4b
children 2a2850fdf29e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
28
018a9771de28 "planemo upload for repository https://github.com/workflow4metabolomics/xcms commit dcc90f9cf76e6980c0a7d9698c89fab826e7adae"
workflow4metabolomics
parents: 27
diff changeset
1 <tool id="abims_xcms_summary" name="xcms process history" version="@TOOL_VERSION@+galaxy0">
12
27e7da5f6848 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents: 11
diff changeset
2
0
930478b22633 planemo upload
lecorguille
parents:
diff changeset
3 <description>Create a summary of XCMS analysis</description>
6
ca7c9a6da2c6 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents: 5
diff changeset
4
ca7c9a6da2c6 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents: 5
diff changeset
5 <macros>
ca7c9a6da2c6 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents: 5
diff changeset
6 <import>macros.xml</import>
15
97ca0321931b planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 14
diff changeset
7 <import>macros_xcms.xml</import>
12
27e7da5f6848 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents: 11
diff changeset
8 </macros>
6
ca7c9a6da2c6 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents: 5
diff changeset
9
20
46be2c523a7f planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f0d42bca2f34c58c04b55e5990058d479c0ae639
lecorguille
parents: 15
diff changeset
10 <requirements>
28
018a9771de28 "planemo upload for repository https://github.com/workflow4metabolomics/xcms commit dcc90f9cf76e6980c0a7d9698c89fab826e7adae"
workflow4metabolomics
parents: 27
diff changeset
11 <requirement type="package" version="@TOOL_VERSION@">bioconductor-xcms</requirement>
018a9771de28 "planemo upload for repository https://github.com/workflow4metabolomics/xcms commit dcc90f9cf76e6980c0a7d9698c89fab826e7adae"
workflow4metabolomics
parents: 27
diff changeset
12 <requirement type="package" version="1.46.0">bioconductor-camera</requirement>
26
db6549f27ad1 "planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 7234c5fb8350990733e882693248c0433eee5ff8"
workflow4metabolomics
parents: 25
diff changeset
13 <requirement type="package" version="1.1_5">r-batch</requirement>
20
46be2c523a7f planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f0d42bca2f34c58c04b55e5990058d479c0ae639
lecorguille
parents: 15
diff changeset
14 </requirements>
12
27e7da5f6848 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents: 11
diff changeset
15
6
ca7c9a6da2c6 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents: 5
diff changeset
16 <expand macro="stdio"/>
12
27e7da5f6848 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents: 11
diff changeset
17
6
ca7c9a6da2c6 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents: 5
diff changeset
18 <command><![CDATA[
15
97ca0321931b planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 14
diff changeset
19 @COMMAND_RSCRIPT@/xcms_summary.r
0
930478b22633 planemo upload
lecorguille
parents:
diff changeset
20
12
27e7da5f6848 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents: 11
diff changeset
21 image '$image'
27e7da5f6848 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents: 11
diff changeset
22 htmlOutput '$htmlOutput'
0
930478b22633 planemo upload
lecorguille
parents:
diff changeset
23 user_email $__user_email__
12
27e7da5f6848 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents: 11
diff changeset
24
0
930478b22633 planemo upload
lecorguille
parents:
diff changeset
25 ]]></command>
12
27e7da5f6848 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents: 11
diff changeset
26
0
930478b22633 planemo upload
lecorguille
parents:
diff changeset
27 <inputs>
930478b22633 planemo upload
lecorguille
parents:
diff changeset
28
15
97ca0321931b planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 14
diff changeset
29 <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
930478b22633 planemo upload
lecorguille
parents:
diff changeset
30
930478b22633 planemo upload
lecorguille
parents:
diff changeset
31 </inputs>
12
27e7da5f6848 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents: 11
diff changeset
32
0
930478b22633 planemo upload
lecorguille
parents:
diff changeset
33 <outputs>
930478b22633 planemo upload
lecorguille
parents:
diff changeset
34 <data name="htmlOutput" format="html" label="xcms summary html" />
930478b22633 planemo upload
lecorguille
parents:
diff changeset
35 </outputs>
12
27e7da5f6848 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents: 11
diff changeset
36
0
930478b22633 planemo upload
lecorguille
parents:
diff changeset
37 <tests>
15
97ca0321931b planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 14
diff changeset
38 <!--<test>
97ca0321931b planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 14
diff changeset
39 <param name="image" value="faahKO.xset.group.retcor.group.fillpeaks.RData" ftype="rdata"/>
12
27e7da5f6848 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents: 11
diff changeset
40 <output name="htmlOutput" file="faahKO.xset.group.retcor.group.fillpeaks.summary.html" />
15
97ca0321931b planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 14
diff changeset
41 </test>-->
12
27e7da5f6848 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents: 11
diff changeset
42 <test>
15
97ca0321931b planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 14
diff changeset
43 <param name="image" value="faahKO-single.xset.merged.group.retcor.group.fillpeaks.RData" ftype="rdata"/>
12
27e7da5f6848 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents: 11
diff changeset
44 <output name="htmlOutput" file="faahKO-single.xset.merged.group.retcor.group.fillpeaks.summary.html" />
0
930478b22633 planemo upload
lecorguille
parents:
diff changeset
45 </test>
930478b22633 planemo upload
lecorguille
parents:
diff changeset
46 </tests>
12
27e7da5f6848 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents: 11
diff changeset
47
0
930478b22633 planemo upload
lecorguille
parents:
diff changeset
48 <help><![CDATA[
12
27e7da5f6848 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents: 11
diff changeset
49
6
ca7c9a6da2c6 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents: 5
diff changeset
50 @HELP_AUTHORS@
0
930478b22633 planemo upload
lecorguille
parents:
diff changeset
51
15
97ca0321931b planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 14
diff changeset
52 ====================
97ca0321931b planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 14
diff changeset
53 xcms process history
97ca0321931b planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 14
diff changeset
54 ====================
0
930478b22633 planemo upload
lecorguille
parents:
diff changeset
55
930478b22633 planemo upload
lecorguille
parents:
diff changeset
56 -----------
930478b22633 planemo upload
lecorguille
parents:
diff changeset
57 Description
930478b22633 planemo upload
lecorguille
parents:
diff changeset
58 -----------
930478b22633 planemo upload
lecorguille
parents:
diff changeset
59
12
27e7da5f6848 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents: 11
diff changeset
60 This tool provide a HTML summary which summarizes your analysis using the [W4M] XCMS and CAMERA tools
27e7da5f6848 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents: 11
diff changeset
61
27e7da5f6848 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents: 11
diff changeset
62 -----------------
27e7da5f6848 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents: 11
diff changeset
63 Workflow position
27e7da5f6848 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents: 11
diff changeset
64 -----------------
27e7da5f6848 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents: 11
diff changeset
65
27e7da5f6848 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents: 11
diff changeset
66 **Upstream tools**
0
930478b22633 planemo upload
lecorguille
parents:
diff changeset
67
15
97ca0321931b planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 14
diff changeset
68 ========================= =========================== ================================
97ca0321931b planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 14
diff changeset
69 Name Output file Format
97ca0321931b planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 14
diff changeset
70 ========================= =========================== ================================
97ca0321931b planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 14
diff changeset
71 xcms.findChromPeaks xset.RData rdata.xcms.findchrompeaks
97ca0321931b planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 14
diff changeset
72 ------------------------- --------------------------- --------------------------------
97ca0321931b planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 14
diff changeset
73 xcms.groupChromPeaks ``*``.groupChromPeaks.RData rdata.xcms.group
97ca0321931b planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 14
diff changeset
74 ------------------------- --------------------------- --------------------------------
97ca0321931b planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 14
diff changeset
75 xcms.adjustRtime ``*``.adjustRtime.RData rdata.xcms.retcor
97ca0321931b planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 14
diff changeset
76 ------------------------- --------------------------- --------------------------------
97ca0321931b planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 14
diff changeset
77 xcms.fillChromPeaks ``*``.fillChromPeaks.RData rdata.xcms.fillpeaks
97ca0321931b planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 14
diff changeset
78 ------------------------- --------------------------- --------------------------------
97ca0321931b planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 14
diff changeset
79 CAMERA.annotate ``*``.annotate.*.RData rdata.camera.``*``
97ca0321931b planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 14
diff changeset
80 ========================= =========================== ================================
12
27e7da5f6848 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents: 11
diff changeset
81
27e7da5f6848 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents: 11
diff changeset
82
27e7da5f6848 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents: 11
diff changeset
83 .. image:: xcms_summary_workflow.png
0
930478b22633 planemo upload
lecorguille
parents:
diff changeset
84
930478b22633 planemo upload
lecorguille
parents:
diff changeset
85 ---------------------------------------------------
930478b22633 planemo upload
lecorguille
parents:
diff changeset
86
930478b22633 planemo upload
lecorguille
parents:
diff changeset
87 Changelog/News
930478b22633 planemo upload
lecorguille
parents:
diff changeset
88 --------------
930478b22633 planemo upload
lecorguille
parents:
diff changeset
89
28
018a9771de28 "planemo upload for repository https://github.com/workflow4metabolomics/xcms commit dcc90f9cf76e6980c0a7d9698c89fab826e7adae"
workflow4metabolomics
parents: 27
diff changeset
90 @HELP_XCMS_NEWVERSION_31200@
018a9771de28 "planemo upload for repository https://github.com/workflow4metabolomics/xcms commit dcc90f9cf76e6980c0a7d9698c89fab826e7adae"
workflow4metabolomics
parents: 27
diff changeset
91
27
bed23aa27b4b "planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 50478425b4773ebcb393c0e31f1e622b7406dcbb"
workflow4metabolomics
parents: 26
diff changeset
92 **Version 3.6.1+galaxy2 - 23/09/2020**
bed23aa27b4b "planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 50478425b4773ebcb393c0e31f1e622b7406dcbb"
workflow4metabolomics
parents: 26
diff changeset
93
bed23aa27b4b "planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 50478425b4773ebcb393c0e31f1e622b7406dcbb"
workflow4metabolomics
parents: 26
diff changeset
94 - BUGFIX: "Error: object 'sampleNamesList' not found" in case of .RData input from CAMERA
bed23aa27b4b "planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 50478425b4773ebcb393c0e31f1e622b7406dcbb"
workflow4metabolomics
parents: 26
diff changeset
95
26
db6549f27ad1 "planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 7234c5fb8350990733e882693248c0433eee5ff8"
workflow4metabolomics
parents: 25
diff changeset
96 **Version 3.6.1+galaxy1 - 05/04/2020**
db6549f27ad1 "planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 7234c5fb8350990733e882693248c0433eee5ff8"
workflow4metabolomics
parents: 25
diff changeset
97
db6549f27ad1 "planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 7234c5fb8350990733e882693248c0433eee5ff8"
workflow4metabolomics
parents: 25
diff changeset
98 - UPGRADE: upgrade the CAMERA version from 1.38.0 to 1.42.0
db6549f27ad1 "planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 7234c5fb8350990733e882693248c0433eee5ff8"
workflow4metabolomics
parents: 25
diff changeset
99
db6549f27ad1 "planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 7234c5fb8350990733e882693248c0433eee5ff8"
workflow4metabolomics
parents: 25
diff changeset
100 - BUGFIX: "Error in chromPeaks(from)[, "is_filled"] : subscript out of bounds"
db6549f27ad1 "planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 7234c5fb8350990733e882693248c0433eee5ff8"
workflow4metabolomics
parents: 25
diff changeset
101
25
acc66e5c23d7 "planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f1caf2a3bf23cf319a75dd12c86402555dd02617"
workflow4metabolomics
parents: 23
diff changeset
102 @HELP_XCMS_NEWVERSION_3610@
21
534708fa071c planemo upload for repository https://github.com/workflow4metabolomics/xcms commit d481a27556155e3587901d702d364b71f28e30b9
lecorguille
parents: 20
diff changeset
103
25
acc66e5c23d7 "planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f1caf2a3bf23cf319a75dd12c86402555dd02617"
workflow4metabolomics
parents: 23
diff changeset
104 @HELP_XCMS_NEWVERSION_3440@
20
46be2c523a7f planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f0d42bca2f34c58c04b55e5990058d479c0ae639
lecorguille
parents: 15
diff changeset
105
15
97ca0321931b planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 14
diff changeset
106 **Version 3.0.0.0 - 14/02/2018**
97ca0321931b planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 14
diff changeset
107
97ca0321931b planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 14
diff changeset
108 - UPGRADE: upgrade the xcms version from 1.46.0 to 3.0.0. So refactoring of a lot of underlying codes and methods
97ca0321931b planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 14
diff changeset
109
97ca0321931b planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 14
diff changeset
110 - IMPROVEMENT: the tool now shows all the parameters and not only those which were set.
97ca0321931b planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 14
diff changeset
111
97ca0321931b planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 14
diff changeset
112
14
4c757d1ba7b4 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents: 12
diff changeset
113 **Version 1.0.4 - 13/02/2018**
4c757d1ba7b4 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents: 12
diff changeset
114
4c757d1ba7b4 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents: 12
diff changeset
115 - UPGRADE: upgrate the CAMERA version from 1.26.0 to 1.32.0
4c757d1ba7b4 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
lecorguille
parents: 12
diff changeset
116
15
97ca0321931b planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 14
diff changeset
117
12
27e7da5f6848 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents: 11
diff changeset
118 **Version 1.0.3 - 03/02/2017**
27e7da5f6848 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents: 11
diff changeset
119
27e7da5f6848 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents: 11
diff changeset
120 - IMPROVEMENT: xcms.summary can deal with merged individual data
27e7da5f6848 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit a6f5f18b3d6130f7d7fbb9f2df856838c6217797
lecorguille
parents: 11
diff changeset
121
15
97ca0321931b planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 14
diff changeset
122
10
420f42a57916 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit ec6f0c17bb277ea34f898d96d12d3357220f73d4
lecorguille
parents: 7
diff changeset
123 **Version 1.0.2 - 06/07/2016**
420f42a57916 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit ec6f0c17bb277ea34f898d96d12d3357220f73d4
lecorguille
parents: 7
diff changeset
124
420f42a57916 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit ec6f0c17bb277ea34f898d96d12d3357220f73d4
lecorguille
parents: 7
diff changeset
125 - UPGRADE: upgrate the xcms version from 1.44.0 to 1.46.0
420f42a57916 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit ec6f0c17bb277ea34f898d96d12d3357220f73d4
lecorguille
parents: 7
diff changeset
126
15
97ca0321931b planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 9f72e947d9c241d11221cad561f3525d27231857
lecorguille
parents: 14
diff changeset
127
6
ca7c9a6da2c6 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents: 5
diff changeset
128 **Version 1.0.1 - 04/04/2016**
ca7c9a6da2c6 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents: 5
diff changeset
129
ca7c9a6da2c6 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents: 5
diff changeset
130 - TEST: refactoring to pass planemo test using conda dependencies
ca7c9a6da2c6 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents: 5
diff changeset
131
ca7c9a6da2c6 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents: 5
diff changeset
132
0
930478b22633 planemo upload
lecorguille
parents:
diff changeset
133 **Version 1.0.0 - 10/02/2016**
930478b22633 planemo upload
lecorguille
parents:
diff changeset
134
930478b22633 planemo upload
lecorguille
parents:
diff changeset
135 - NEW: Create a summary of XCMS analysis
930478b22633 planemo upload
lecorguille
parents:
diff changeset
136
930478b22633 planemo upload
lecorguille
parents:
diff changeset
137
930478b22633 planemo upload
lecorguille
parents:
diff changeset
138 ]]></help>
930478b22633 planemo upload
lecorguille
parents:
diff changeset
139
930478b22633 planemo upload
lecorguille
parents:
diff changeset
140
6
ca7c9a6da2c6 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents: 5
diff changeset
141 <expand macro="citation" />
0
930478b22633 planemo upload
lecorguille
parents:
diff changeset
142
930478b22633 planemo upload
lecorguille
parents:
diff changeset
143 </tool>