Various tool fixes, eliminated now unnecessary "refresh_on_change", eliminated old aggregation tool, fixed db conditional in mapping.

This commit is contained in:
Greg Von Kuster
2007-10-12 13:11:17 +00:00
parent 8e3f797331
commit 4f8eb6578b
9 changed files with 18 additions and 74 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
<description>of two numeric columns</description>
<command interpreter="python">scatterplot.py $input $out_file1 $col1 $col2 "$title" "$xlab" "$ylab"</command>
<inputs>
<param name="input" type="data" format="tabular" label="Dataset" refresh_on_change="True" help="Query missing? See TIP below"/>
<param name="input" type="data" format="tabular" label="Dataset" help="Query missing? See TIP below"/>
<param name="col1" type="columnlist" assoc_dataset="input" numerical="True" label="Numerical column for x axis" />
<param name="col2" type="columnlist" assoc_dataset="input" numerical="True" label="Numerical column for y axis" />
<param name="title" size="30" type="text" value="Scatterplot" label="Plot title"/>