Mercurial > repos > bebatut > plot_generic_x_y_plot
comparison plot_generic_x_y_plot.xml @ 2:5aef8588b14e draft default tip
planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/plot_generic_x_y_plot commit e4da8b5a999456b2b6dabdf6b8f3bfea1eba5504-dirty
author | bebatut |
---|---|
date | Mon, 18 Apr 2016 11:09:40 -0400 |
parents | 3bacff87ad39 |
children |
comparison
equal
deleted
inserted
replaced
1:3bacff87ad39 | 2:5aef8588b14e |
---|---|
85 <filter>output_format=="svg"</filter> | 85 <filter>output_format=="svg"</filter> |
86 </data> | 86 </data> |
87 </outputs> | 87 </outputs> |
88 | 88 |
89 <tests> | 89 <tests> |
90 <test> | |
91 <param name="input_file" value="input_file.txt" /> | |
92 <param name="header" value="FALSE" /> | |
93 <param name="output_format" value="pdf" /> | |
94 <param name="x_column_id" value="2" /> | |
95 <param name="y_column_id" value="3" /> | |
96 <param name="xlog" value="FALSE" /> | |
97 <param name="ylog" value="FALSE" /> | |
98 <param name="xlab" value="" /> | |
99 <param name="ylab" value="" /> | |
100 <param name="color" value= "grey25" /> | |
101 <param name="pch" value="21" /> | |
102 <param name="lim" value="FALSE" /> | |
103 <param name="abline" value="FALSE" /> | |
104 <param name="bottom_margin" value="5" /> | |
105 <param name="left_margin" value="5" /> | |
106 <param name="top_margin" value="1" /> | |
107 <param name="right_margin" value="1" /> | |
108 <output name="output_pdf_file" file="output_file.pdf" /> | |
109 </test> | |
90 </tests> | 110 </tests> |
91 | 111 |
92 <help><![CDATA[ | 112 <help><![CDATA[ |
93 **What it does** | 113 **What it does** |
94 | 114 |
95 This tool plot a generic X-Y plot from a tabular file into different format files given different customizable parameters: | 115 This tool plot a generic X-Y plot: |
96 | 116 |
97 .. image:: $PATH_TO_IMAGES/output.png | 117 .. image:: $PATH_TO_IMAGES/output.png |
98 :scale: 50 % | 118 :scale: 50 % |
99 | 119 |
100 This tool relies on R's plot function. | 120 This tool relies on R's plot function. The input file must be a tabular file with at least two data columns. The output image is customizable (margin, legend positions, ...) and can be export in different format. |
101 | |
102 ]]></help> | 121 ]]></help> |
103 | 122 |
104 <citations> | 123 <citations> |
105 </citations> | 124 </citations> |
106 </tool> | 125 </tool> |