Mercurial > repos > greg > kaks_analysis_barplot
view kaks_analysis_barplot.xml @ 4:a419970e9c19 draft
Uploaded
author | greg |
---|---|
date | Wed, 08 Mar 2017 14:07:30 -0500 |
parents | 9ec2b94ff094 |
children |
line wrap: on
line source
<tool id="kaks_barplot" name="Orthologous or paralogous KaKs barplot" version="1.0.0"> <description></description> <requirements> <requirement type="package" version="1.3.0">r-optparse</requirement> </requirements> <command> <![CDATA[ Rscript $__tool_directory__/kaks_analysis_barplot.R -k '${kaks}' -c '${components}' -o "$output" ]]> </command> <inputs> <param name="kaks" format="tabular" type="data" label="KaKs analysis file" /> <param name="components" format="tabular" type="data" label="Significant components in the ks distribution" /> </inputs> <outputs> <data name="output" format="pdf"/> </outputs> <tests> <test> <param name="kaks" value="kaks.tabular" ftype="tabular" /> <param name="components" value="components.tabular" ftype="tabular" /> <output name="output" file="output.pdf" ftype="pdf" compare="contains" /> </test> </tests> <help> **What it does** Draws a barplot of the significant components in the ks distribution. </help> <citations> <citation type="bibtex"> @unpublished{None, author = {Eric Wafula}, title = {None}, year = {None}, url = {https://github.com/dePamphilis/PlantTribes} } </citation> </citations> </tool>