comparison scatterplot.xml @ 2:53eb2c412783 draft

planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/scatterplot commit de7140295cce07e1bc1697e51dab4271c8d7a8a6
author devteam
date Fri, 18 Dec 2015 19:14:12 -0500
parents 4afd68392187
children 1dacc8aeb452
comparison
equal deleted inserted replaced
1:4afd68392187 2:53eb2c412783
1 <tool id="scatterplot_rpy" name="Scatterplot" version="1.0.0"> 1 <tool id="scatterplot_rpy" name="Scatterplot" version="1.0.1">
2 <description>of two numeric columns</description> 2 <description>of two numeric columns</description>
3 <requirements> 3 <requirements>
4 <requirement type="package" version="1.9">numpy</requirement>
4 <requirement type="package" version="1.0.3">rpy</requirement> 5 <requirement type="package" version="1.0.3">rpy</requirement>
5 </requirements> 6 </requirements>
6 <command interpreter="python">scatterplot.py $input $out_file1 $col1 $col2 "$title" "$xlab" "$ylab"</command> 7 <command interpreter="python">scatterplot.py $input $out_file1 $col1 $col2 "$title" "$xlab" "$ylab"</command>
7 <inputs> 8 <inputs>
8 <param name="input" type="data" format="tabular" label="Dataset" help="Dataset missing? See TIP below"/> 9 <param name="input" type="data" format="tabular" label="Dataset" help="Dataset missing? See TIP below"/>
28 <output name="out_file1" file="scatterplot_out1.pdf" /> 29 <output name="out_file1" file="scatterplot_out1.pdf" />
29 </test> 30 </test>
30 </tests> 31 </tests>
31 --> 32 -->
32 <help> 33 <help>
33
34 .. class:: infomark 34 .. class:: infomark
35 35
36 **TIP:** If your data is not TAB delimited, use *Text Manipulation-&gt;Convert* 36 **TIP:** If your data is not TAB delimited, use *Text Manipulation-&gt;Convert*
37 37
38 ----- 38 -----
64 10 69 3.7 64 10 69 3.7
65 65
66 - Create a simple scatterplot between the variables in column 2 and column 3 of the above dataset. 66 - Create a simple scatterplot between the variables in column 2 and column 3 of the above dataset.
67 67
68 .. image:: scatterplot.png 68 .. image:: scatterplot.png
69
70 </help> 69 </help>
71 </tool> 70 </tool>