annotate abims_xcms_summary.xml @ 11:cb599006715f draft

planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 08e7f269a5c59687a7768be8db5fcb4e4d736093
author lecorguille
date Mon, 30 Jan 2017 08:54:06 -0500
parents 420f42a57916
children 27e7da5f6848
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
10
420f42a57916 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit ec6f0c17bb277ea34f898d96d12d3357220f73d4
lecorguille
parents: 7
diff changeset
1 <tool id="abims_xcms_summary" name="xcms.summary" version="1.0.2">
0
930478b22633 planemo upload
lecorguille
parents:
diff changeset
2
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>
ca7c9a6da2c6 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents: 5
diff changeset
7 </macros>
ca7c9a6da2c6 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents: 5
diff changeset
8
0
930478b22633 planemo upload
lecorguille
parents:
diff changeset
9 <requirements>
11
cb599006715f planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 08e7f269a5c59687a7768be8db5fcb4e4d736093
lecorguille
parents: 10
diff changeset
10 <requirement type="package" version="1.26.0">bioconductor-camera</requirement>
6
ca7c9a6da2c6 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents: 5
diff changeset
11 <requirement type="package" version="1.1_4">r-batch</requirement>
0
930478b22633 planemo upload
lecorguille
parents:
diff changeset
12 </requirements>
930478b22633 planemo upload
lecorguille
parents:
diff changeset
13
6
ca7c9a6da2c6 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents: 5
diff changeset
14 <expand macro="stdio"/>
0
930478b22633 planemo upload
lecorguille
parents:
diff changeset
15
6
ca7c9a6da2c6 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents: 5
diff changeset
16 <command><![CDATA[
ca7c9a6da2c6 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents: 5
diff changeset
17 $__tool_directory__/xcms_summary.r
0
930478b22633 planemo upload
lecorguille
parents:
diff changeset
18
930478b22633 planemo upload
lecorguille
parents:
diff changeset
19 image $image
930478b22633 planemo upload
lecorguille
parents:
diff changeset
20 htmlOutput $htmlOutput
930478b22633 planemo upload
lecorguille
parents:
diff changeset
21 user_email $__user_email__
930478b22633 planemo upload
lecorguille
parents:
diff changeset
22
930478b22633 planemo upload
lecorguille
parents:
diff changeset
23 ]]></command>
930478b22633 planemo upload
lecorguille
parents:
diff changeset
24
930478b22633 planemo upload
lecorguille
parents:
diff changeset
25 <inputs>
930478b22633 planemo upload
lecorguille
parents:
diff changeset
26
930478b22633 planemo upload
lecorguille
parents:
diff changeset
27 <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.)" />
930478b22633 planemo upload
lecorguille
parents:
diff changeset
28
930478b22633 planemo upload
lecorguille
parents:
diff changeset
29 </inputs>
930478b22633 planemo upload
lecorguille
parents:
diff changeset
30
930478b22633 planemo upload
lecorguille
parents:
diff changeset
31 <outputs>
930478b22633 planemo upload
lecorguille
parents:
diff changeset
32 <data name="htmlOutput" format="html" label="xcms summary html" />
930478b22633 planemo upload
lecorguille
parents:
diff changeset
33 </outputs>
930478b22633 planemo upload
lecorguille
parents:
diff changeset
34
930478b22633 planemo upload
lecorguille
parents:
diff changeset
35 <tests>
930478b22633 planemo upload
lecorguille
parents:
diff changeset
36 <test>
7
ed8d80fc927c planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents: 6
diff changeset
37 <param name="image" value="faahKO.xset.group.retcor.group.fillpeaks.RData" />
6
ca7c9a6da2c6 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents: 5
diff changeset
38 <output name="htmlOutput" file="summary.html" />
0
930478b22633 planemo upload
lecorguille
parents:
diff changeset
39 </test>
930478b22633 planemo upload
lecorguille
parents:
diff changeset
40 </tests>
930478b22633 planemo upload
lecorguille
parents:
diff changeset
41
930478b22633 planemo upload
lecorguille
parents:
diff changeset
42 <help><![CDATA[
6
ca7c9a6da2c6 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents: 5
diff changeset
43
ca7c9a6da2c6 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents: 5
diff changeset
44 @HELP_AUTHORS@
0
930478b22633 planemo upload
lecorguille
parents:
diff changeset
45
930478b22633 planemo upload
lecorguille
parents:
diff changeset
46 ============
930478b22633 planemo upload
lecorguille
parents:
diff changeset
47 Xcms.summary
930478b22633 planemo upload
lecorguille
parents:
diff changeset
48 ============
930478b22633 planemo upload
lecorguille
parents:
diff changeset
49
930478b22633 planemo upload
lecorguille
parents:
diff changeset
50 -----------
930478b22633 planemo upload
lecorguille
parents:
diff changeset
51 Description
930478b22633 planemo upload
lecorguille
parents:
diff changeset
52 -----------
930478b22633 planemo upload
lecorguille
parents:
diff changeset
53
930478b22633 planemo upload
lecorguille
parents:
diff changeset
54 This tool provide a HTML summary which summarizes your analysis using the [W4M] XCMS and CAMERA tools
930478b22633 planemo upload
lecorguille
parents:
diff changeset
55
930478b22633 planemo upload
lecorguille
parents:
diff changeset
56
930478b22633 planemo upload
lecorguille
parents:
diff changeset
57 ---------------------------------------------------
930478b22633 planemo upload
lecorguille
parents:
diff changeset
58
930478b22633 planemo upload
lecorguille
parents:
diff changeset
59 Changelog/News
930478b22633 planemo upload
lecorguille
parents:
diff changeset
60 --------------
930478b22633 planemo upload
lecorguille
parents:
diff changeset
61
10
420f42a57916 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit ec6f0c17bb277ea34f898d96d12d3357220f73d4
lecorguille
parents: 7
diff changeset
62 **Version 1.0.2 - 06/07/2016**
420f42a57916 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit ec6f0c17bb277ea34f898d96d12d3357220f73d4
lecorguille
parents: 7
diff changeset
63
420f42a57916 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit ec6f0c17bb277ea34f898d96d12d3357220f73d4
lecorguille
parents: 7
diff changeset
64 - 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
65
6
ca7c9a6da2c6 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents: 5
diff changeset
66 **Version 1.0.1 - 04/04/2016**
ca7c9a6da2c6 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents: 5
diff changeset
67
ca7c9a6da2c6 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents: 5
diff changeset
68 - 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
69
ca7c9a6da2c6 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents: 5
diff changeset
70
0
930478b22633 planemo upload
lecorguille
parents:
diff changeset
71 **Version 1.0.0 - 10/02/2016**
930478b22633 planemo upload
lecorguille
parents:
diff changeset
72
930478b22633 planemo upload
lecorguille
parents:
diff changeset
73 - NEW: Create a summary of XCMS analysis
930478b22633 planemo upload
lecorguille
parents:
diff changeset
74
930478b22633 planemo upload
lecorguille
parents:
diff changeset
75
930478b22633 planemo upload
lecorguille
parents:
diff changeset
76 ]]></help>
930478b22633 planemo upload
lecorguille
parents:
diff changeset
77
930478b22633 planemo upload
lecorguille
parents:
diff changeset
78
6
ca7c9a6da2c6 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 83b80dcd96b379518c2e4ace992affc889d32ca6
lecorguille
parents: 5
diff changeset
79 <expand macro="citation" />
0
930478b22633 planemo upload
lecorguille
parents:
diff changeset
80
930478b22633 planemo upload
lecorguille
parents:
diff changeset
81 </tool>