annotate plot_grouped_barplot.xml @ 1:ed13c93bfdf0 draft

planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 4785c4bee4319462106fa2dd05b2a631c510e218-dirty
author bebatut
date Fri, 15 Apr 2016 05:40:22 -0400
parents 217f96dbd973
children 7cdad1c7d6ea
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
1 <tool id="plot_grouped_barplot" name="Plot grouped barplot" version="0.1.0">
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
2 <description>with R</description>
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
3
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
4 <requirements>
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
5 <requirement type="package" version="3.2.1">R</requirement>
1
ed13c93bfdf0 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 4785c4bee4319462106fa2dd05b2a631c510e218-dirty
bebatut
parents: 0
diff changeset
6 <requirement type="package" version="1.20.0">r-getopt</requirement>
0
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
7 </requirements>
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
8
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
9 <stdio>
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
10 <exit_code range="1:" />
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
11 <exit_code range=":-1" />
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
12 </stdio>
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
13
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
14 <version_command></version_command>
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
15
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
16 <command><![CDATA[
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
17 Rscript $__tool_directory__/plot_grouped_barplot.R
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
18 --input_file $input_file
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
19 --header $header
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
20
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
21 #if str($output_format)=="pdf"
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
22 --output_pdf_file $output_pdf_file
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
23 #else
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
24 --output_svg_file $output_svg_file
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
25 #end if
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
26
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
27 #set $column_with_data=""
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
28 #set $colors=""
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
29 #set $names=""
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
30 #set $sep=""
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
31 #for sample in $samples:
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
32 #set $column_with_data = $column_with_data + $sep + str($sample.column_id)
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
33 #set $colors = $colors + $sep + str($sample.color)
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
34 #set $names = $names + $sep +str($sample.name)
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
35 #set $sep=","
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
36 #end for
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
37 #set $column_with_data = $column_with_data
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
38 #set $colors = $colors
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
39 #set $names = $names
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
40
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
41 --data_column $column_with_data
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
42 --col "$colors"
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
43 --names "$names"
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
44 --replace_null $replace_null
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
45 --order $order
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
46 --names_column $names_column
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
47 --xlab "$xlab"
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
48 --log $log
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
49 --bottom_margin $bottom_margin
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
50 --left_margin $left_margin
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
51 --top_margin $top_margin
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
52 --right_margin $right_margin
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
53 --legend_pos $legend_pos
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
54 ]]></command>
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
55
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
56 <inputs>
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
57 <param name="input_file" type="data" format="tabular,tsv,csv" label="Input file" help="File in tabular format with tab-separated columns and header in first line (--input_file)"/>
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
58
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
59 <param name="header" type="boolean" truevalue="TRUE" falsevalue="FALSE" checked="false" label="Header in first line?" help="(--header)"/>
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
60
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
61 <param name="output_format" label="Format for output image" type="select" help="">
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
62 <option value="pdf" selected="True">PDF</option>
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
63 <option value="svg">SVG</option>
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
64 </param>
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
65
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
66 <repeat name="samples" title="Add sample information (column id, name, color)" >
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
67 <param name="name" type="text" label="Name of the data" help="(--sample_name)"/>
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
68 <param name="column_id" type="data_column" data_ref="input_file" label="Column containing corresponding data" multiple="false" numerical="true" help="(after normalization, --charact_input_file)"/>
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
69 <param name="color" label="Bar color" type="text" value= "blue" help="R color (--col)"/>
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
70 </repeat>
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
71 <param name="replace_null" type="boolean" truevalue="TRUE" falsevalue="FALSE" label="Replace null values by NA?" help="(--replace_null)"/>
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
72 <param name="order" type="boolean" truevalue="TRUE" falsevalue="FALSE" label="Order given the first chosen data?" help="(--order)"/>
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
73
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
74 <param name="names_column" type="data_column" data_ref="input_file" multiple="false" numerical="false" label="Column containing data names?" help="(--names_column)" />
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
75
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
76 <param name="xlab" type="text" value="" label="Label for x axis" help="(--xlab)"/>
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
77
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
78 <param name="log" type="boolean" truevalue="TRUE" falsevalue="FALSE" label="Log scale?" help="(--log)"/>
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
79
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
80 <param name="bottom_margin" type="integer" value="5" label="Bottom margin" help="(--bottom_margin)"/>
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
81 <param name="left_margin" type="integer" value="19" label="Left margin" help="(--left_margin)"/>
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
82 <param name="top_margin" type="integer" value="1" label="Top margin" help="(--top_margin)"/>
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
83 <param name="right_margin" type="integer" value="1" label="Right margin" help="(--right_margin)"/>
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
84 <param name="legend_pos" label="Position of the legend" type="select" help="">
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
85 <option value="topright" selected="True">Top right</option>
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
86 <option value="topleft">Top left</option>
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
87 <option value="bottomright">Bottom right</option>
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
88 <option value="bottomleft">Bottom left</option>
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
89 </param>
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
90 </inputs>
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
91
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
92 <outputs>
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
93 <data name="output_pdf_file" format="pdf"
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
94 label="${tool.name} on ${on_string}: PDF barplot">
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
95 <filter>output_format=="pdf"</filter>
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
96 </data>
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
97 <data name="output_png_file" format="png"
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
98 label="${tool.name} on ${on_string}: PNG barplot">
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
99 <filter>output_format=="png"</filter>
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
100 </data>
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
101 <data name="output_svg_file" format="svg"
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
102 label="${tool.name} on ${on_string}: SVG barplot">
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
103 <filter>output_format=="svg"</filter>
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
104 </data>
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
105 </outputs>
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
106
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
107 <tests>
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
108 </tests>
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
109
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
110 <help><![CDATA[
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
111 **What it does**
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
112
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
113 This tool plot a grouped barplot from a tabular file into different format files given different customizable parameters:
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
114
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
115 .. image:: $PATH_TO_IMAGES/output.png
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
116 :scale: 50 %
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
117
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
118 This tool relies on R's barplot function.
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
119
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
120 ]]></help>
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
121
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
122 <citations>
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
123 </citations>
217f96dbd973 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_grouped_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
124 </tool>