Mercurial > repos > lecorguille > xcms_report
diff abims_xcms_report.xml @ 0:f9b3dae104eb draft
planemo upload commit 73f46f4e08141f78927056fa3e4709d0ab323972
author | lecorguille |
---|---|
date | Wed, 23 Dec 2015 03:38:38 -0500 |
parents | |
children | f117dbd84303 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/abims_xcms_report.xml Wed Dec 23 03:38:38 2015 -0500 @@ -0,0 +1,69 @@ +<tool id="abims_xcms_report" name="xcms.report" version="0.1.0"> + + <description>Create a report of XCMS analysis</description> + + <requirements> + <requirement type="package" version="3.1.2">R</requirement> + <requirement type="binary">Rscript</requirement> + <requirement type="package" version="1.44.0">xcms</requirement> + </requirements> + + <stdio> + <exit_code range="1:" level="fatal" /> + </stdio> + + <command interpreter="Rscript"><![CDATA[ + xcms_report.r + + image $image + htmlOutput $htmlOutput + user_email $__user_email__ + + ]]></command> + + <inputs> + + <param name="image" type="data" format="rdata.xcms.raw,rdata.xcms.group,rdata.xcms.retcor,rdata.xcms.fillpeaks,rdata" label="xset RData file" help="output file from another function xcms (xcmsSet, group, retcor, fillpeaks etc.)" /> + + </inputs> + + <outputs> + <data name="htmlOutput" format="html" label="xcms report html" /> + </outputs> + + <tests> + <test> + <param name="image" value="fillpeaks.RData" /> + <output name="htmlOutput" file="report.html" /> + </test> + </tests> + + <help><![CDATA[ + +.. class:: infomark + +**Galaxy integration** ABiMS TEAM - UPMC/CNRS - Station biologique de Roscoff part of Workflow4Metabolomics.org [W4M] + + | Contact support@workflow4metabolomics.org for any questions or concerns about the Galaxy implementation of this tool. + +--------------------------------------------------- + +============ +Xcms.report +============ + +----------- +Description +----------- + +This tool provide a HTML report which summarizes your analysis using the [W4M] XCMS and CAMERA tools + + + ]]></help> + + + <citations> + <citation type="doi">10.1093/bioinformatics/btu813</citation> + </citations> + +</tool>