details: http://www.bx.psu.edu/hg/galaxy/rev/4e8785b6815c changeset: 3354:4e8785b6815c user: Nate Coraor <nate@bx.psu.edu> date: Mon Feb 08 10:00:30 2010 -0500 description: Fix from Assaf Gordon for Cheetah syntax errors in the Bar Chart tool. diffstat: tools/plotting/bar_chart.py | 1 - tools/plotting/bar_chart.xml | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diffs (25 lines): diff -r 390dfb039df7 -r 4e8785b6815c tools/plotting/bar_chart.py --- a/tools/plotting/bar_chart.py Mon Feb 08 09:53:20 2010 -0500 +++ b/tools/plotting/bar_chart.py Mon Feb 08 10:00:30 2010 -0500 @@ -23,7 +23,6 @@ """ -from Numeric import * import Gnuplot, Gnuplot.funcutils import sys, string, tempfile, os diff -r 390dfb039df7 -r 4e8785b6815c tools/plotting/bar_chart.xml --- a/tools/plotting/bar_chart.xml Mon Feb 08 09:53:20 2010 -0500 +++ b/tools/plotting/bar_chart.xml Mon Feb 08 10:00:30 2010 -0500 @@ -1,8 +1,8 @@ <tool id="barchart_gnuplot" name="Bar chart"> <description>for multiple columns</description> <command interpreter="python"> - #if $xtic.userSpecified == "Yes": #bar_chart.py $input $xtic.xticColumn $colList "$title" "$ylabel" $ymin $ymax $out_file1 "$pdf_size" - #else: #bar_chart.py $input 0 $colList "$title" "$ylabel" $ymin $ymax $out_file1 "$pdf_size" + #if $xtic.userSpecified == "Yes" #bar_chart.py $input $xtic.xticColumn $colList "$title" "$ylabel" $ymin $ymax $out_file1 "$pdf_size" + #else #bar_chart.py $input 0 $colList "$title" "$ylabel" $ymin $ymax $out_file1 "$pdf_size" #end if </command> <inputs>