1 new changeset in galaxy-central: http://bitbucket.org/galaxy/galaxy-central/changeset/1c997fdae745/ changeset: r4990:1c997fdae745 user: natefoo date: 2011-02-03 21:52:44 summary: Fix for the histogram tool for the "'x' must be numeric" error experienced by some local installations. Thanks, Jim Johnson. affected #: 1 file (7 bytes) --- a/tools/plotting/histogram.py Thu Feb 03 15:33:45 2011 -0500 +++ b/tools/plotting/histogram.py Thu Feb 03 15:52:44 2011 -0500 @@ -69,7 +69,7 @@ first_invalid_line = i+1 if valid: - matrix.append( row ) + matrix += row if skipped_lines < i: try: Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.