Re: [galaxy-dev] Python ValueError: too many values to unpack

2016-10-18 Thread Peter Cock
I just found this old email by a very similar exception logged as: https://github.com/galaxyproject/galaxy/issues/2987 There do seem to be some corner cases where missing default values are not handled nicely. Peter On Tue, Jan 26, 2016 at 2:38 PM, Matthias De Smet wrote: > Wow, great tip! Th

Re: [galaxy-dev] Python ValueError: too many values to unpack

2016-01-26 Thread Matthias De Smet
Wow, great tip! This fixed it! Thanks a bunch! Matthias > Op 26 jan. 2016, om 15:20 heeft Hans-Rudolf Hotz het volgende > geschreven: > > Hi Matthias > > > Make sure 'listing' is a list of (displayName,value,boolean) > > Though, there might be other errors as well > > > Regards, Hans-Rud

Re: [galaxy-dev] Python ValueError: too many values to unpack

2016-01-26 Thread Hans-Rudolf Hotz
Hi Matthias Make sure 'listing' is a list of (displayName,value,boolean) Though, there might be other errors as well Regards, Hans-Rudolf I am not sure, whether this On 01/26/2016 01:22 PM, Matthias De Smet wrote: Hi all, I’m trying to develop a tool that lets you select a file on the serv

[galaxy-dev] Python ValueError: too many values to unpack

2016-01-26 Thread Matthias De Smet
Hi all, I’m trying to develop a tool that lets you select a file on the server. I’m using the dynamic_options setting to let Galaxy render a dropdown list of available file. However, when I try to test the tool in its current form, I get the following error: galaxy.web.framework.decorators