Mercurial > repos > iuc > ggplot2_histogram
comparison ggplot_histogram.xml @ 5:536078949ae4 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ggplot2 commit e239436217a7b5099ccdfc13ea5dff9a981f47eb
author | iuc |
---|---|
date | Tue, 02 Apr 2019 10:44:50 -0400 |
parents | f52035800250 |
children | 398e5104f8a2 |
comparison
equal
deleted
inserted
replaced
4:1f0242e49a58 | 5:536078949ae4 |
---|---|
116 <param name="additional_output_format" value="pdf" /> | 116 <param name="additional_output_format" value="pdf" /> |
117 <output name="output2" file="ggplot_histogram_result1.pdf" compare="sim_size"/> | 117 <output name="output2" file="ggplot_histogram_result1.pdf" compare="sim_size"/> |
118 </test> | 118 </test> |
119 </tests> | 119 </tests> |
120 <help><![CDATA[ | 120 <help><![CDATA[ |
121 This tool will generate a histogram representing the distrinutions of each numerical column. Each column should have a descriptive header with no spaces, which will be used in the plot legend to represent the corresponding column (group). | 121 This tool will generate a histogram representing the distributions of each numerical column. Each column should have a descriptive header with no spaces, which will be used in the plot legend to represent the corresponding column (group). |
122 | 122 |
123 Input data example: | 123 Input data example: |
124 ID Cond_A Cond_B | 124 ID Cond_A Cond_B |
125 gene_A 10 15 | 125 gene_A 10 15 |
126 gene_B 8 12 | 126 gene_B 8 12 |