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