Re: [galaxy-dev] Fix for KeyError in templates/show_params.mako

2012-11-15 Thread Jeremy Goecks
Thanks for reporting this. I used your patch as inspiration to create the final fix, which is a bit more user friendly as it shows the parameter and explains that it was not used: https://bitbucket.org/galaxy/galaxy-central/changeset/ad6c2f4b3433/ J. On Nov 15, 2012, at 9:38 AM, Jim Johnson w

[galaxy-dev] Fix for KeyError in templates/show_params.mako

2012-11-15 Thread Jim Johnson
A user encountered a KeyError when clicking the "View Details" icon from an older Cuffdiff history item: File '/galaxy/PRODUCTION/database/compiled_templates/show_params.mako.py', line 106 in render_body __M_writer(unicode( inputs_recursive(tool.inputs, params_objects, depth=1) )) File '/gala