comparison plot_barplot.xml @ 2:f8cec112f5f9 draft

planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_barplot commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
author bebatut
date Tue, 12 Apr 2016 03:09:36 -0400
parents 7c1274bf54c6
children 81d4e20b0b23
comparison
equal deleted inserted replaced
1:7c1274bf54c6 2:f8cec112f5f9
14 <version_command></version_command> 14 <version_command></version_command>
15 15
16 <command><![CDATA[ 16 <command><![CDATA[
17 Rscript $__tool_directory__/plot_barplot.R 17 Rscript $__tool_directory__/plot_barplot.R
18 --input_file $input_file 18 --input_file $input_file
19 --header $header
19 20
20 #if str($output_format)=="pdf" 21 #if str($output_format)=="pdf"
21 --output_pdf_file $output_pdf_file 22 --output_pdf_file $output_pdf_file
22 #else 23 #else
23 --output_svg_file $output_svg_file 24 --output_svg_file $output_svg_file
34 --right_margin $right_margin 35 --right_margin $right_margin
35 ]]></command> 36 ]]></command>
36 37
37 <inputs> 38 <inputs>
38 <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)"/> 39 <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)"/>
40
41 <param name="header" type="boolean" truevalue="TRUE" falsevalue="FALSE" checked="false" label="Header in first line?" help="(--header)"/>
39 42
40 <param name="output_format" label="Format for output image" type="select" help=""> 43 <param name="output_format" label="Format for output image" type="select" help="">
41 <option value="pdf" selected="True">PDF</option> 44 <option value="pdf" selected="True">PDF</option>
42 <option value="svg">SVG</option> 45 <option value="svg">SVG</option>
43 </param> 46 </param>