Mercurial > repos > bebatut > plot_barplot
diff plot_barplot.xml @ 1:7e3103db022d draft default tip
planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_barplot commit 5653f2982dc5aeccd7701970fdfea444e3e53e3c-dirty
author | bebatut |
---|---|
date | Wed, 18 May 2016 12:26:19 -0400 |
parents | a8e03ffaaedc |
children |
line wrap: on
line diff
--- a/plot_barplot.xml Mon Apr 18 10:35:54 2016 -0400 +++ b/plot_barplot.xml Wed May 18 12:26:19 2016 -0400 @@ -28,6 +28,7 @@ --data_column $column_with_data --names_column $names_column --xlab "$xlab" + --log $log --col $col --bottom_margin $bottom_margin --left_margin $left_margin @@ -51,6 +52,8 @@ <param name="xlab" type="text" value="" label="Label for x axis" help="(--xlab)"/> + <param name="log" type="boolean" truevalue="TRUE" falsevalue="FALSE" label="Log scale?" help="(--log)"/> + <param name="col" label="Bar color" type="text" value= "blue" help="R color (--col)"/> <param name="bottom_margin" type="integer" value="5" label="Bottom margin" help="(--bottom_margin)"/> @@ -83,6 +86,7 @@ <param name="names_column" value="1"/> <param name="xlab" value=""/> <param name="col" value="blue"/> + <param name='log' value="FALSE"/> <param name="bottom_margin" value="5"/> <param name="left_margin" value="19"/> <param name="top_margin" value="1"/> @@ -96,6 +100,7 @@ <param name="column_with_data" value="3"/> <param name="names_column" value="1"/> <param name="xlab" value=""/> + <param name='log' value="FALSE"/> <param name="col" value="red"/> <param name="bottom_margin" value="5"/> <param name="left_margin" value="19"/>