1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/6641f66fdafd/ changeset: 6641f66fdafd user: fubar date: 2012-10-25 09:45:32 summary: Fix to enable columnlistparameter to correctly restore values on redo if use_header_names is set affected #: 1 file diff -r 75f3092d9978faebb6aa41f50df9b7f5dd5e8d53 -r 6641f66fdafd6684deda5c8d132c28491c5d39c7 lib/galaxy/tools/parameters/basic.py --- a/lib/galaxy/tools/parameters/basic.py +++ b/lib/galaxy/tools/parameters/basic.py @@ -1002,7 +1002,7 @@ for col in column_list: if col != 'None': if type(col) == type(()) and len(col) == 2: # fiddled - options.append((col[1],'c' + col[0],False)) + options.append((col[1],col[0],False)) else: options.append( ( 'c' + col, col, False ) ) return options 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.