Re: [galaxy-dev] AttributeError: 'list' object has no attribute 'missing_meta' when doing multiple=true input datasets

2011-07-05 Thread Kip Bodi
Hi Leandro, Thanks! I had to change one line to get it working: command interpreter=perl ... #for $i in $add_inputs ${i.extra_table.file_name} #end for /command repeat name=add_inputs title=Extra Fitness Tables param format=txt name=extra_table type=data

Re: [galaxy-dev] AttributeError: 'list' object has no attribute 'missing_meta' when doing multiple=true input datasets

2011-07-01 Thread Leandro Hermida
Hi Kip, For the time being we are using this method to achieve the same result, although its not as nice as just having a multi-select menu in the form: command ... $input1 #for $r in $add_inputs $r.$input2 #end for ... /command In inputs: param name=input1 type=data/

Re: [galaxy-dev] AttributeError: 'list' object has no attribute 'missing_meta' when doing multiple=true input datasets

2011-06-30 Thread Kip Bodi
Hi all, I'm having the same problem. I have a script that tries to take several history data sets as a single input: command interpreter=perlaggregate.pl --out $outfile $list_of_items_in_history/command inputs param format=txt name=fitness_tables type=data multiple=true label=Fitness

Re: [galaxy-dev] AttributeError: 'list' object has no attribute 'missing_meta' when doing multiple=true input datasets

2011-06-30 Thread Kip Bodi
Sorry, I tried to edit that, to make it simpler, but missed the param block. The 'name' does match the one in the 'command' on my end (list_of_items_in_history). On Thu, Jun 30, 2011 at 10:45 AM, Kip Bodi kip.b...@tufts.edu wrote: Hi all, I'm having the same problem. I have a script that

Re: [galaxy-dev] AttributeError: 'list' object has no attribute 'missing_meta' when doing multiple=true input datasets

2011-05-24 Thread Nate Coraor
Hi Leandro, The Galaxy Team has recently been preparing for and traveling in advance of the Galaxy Community Conference, which begins today. Unfortunately I don't have an answer for you, but when we're all back at work next week, someone should be able to respond. Thanks, --nate Leandro

Re: [galaxy-dev] AttributeError: 'list' object has no attribute 'missing_meta' when doing multiple=true input datasets

2011-05-24 Thread Leandro Hermida
Hi Nate, Thanks for the ping, have fun at the conference! On Tue, May 24, 2011 at 11:22 AM, Nate Coraor n...@bx.psu.edu wrote: Hi Leandro, The Galaxy Team has recently been preparing for and traveling in advance of the Galaxy Community Conference, which begins today. Unfortunately I don't

Re: [galaxy-dev] AttributeError: 'list' object has no attribute 'missing_meta' when doing multiple=true input datasets

2011-05-19 Thread Leandro Hermida
Hi again, I tried changing the format to txt and tabular which I have other datasets in my history and still the same error and stack trace in Galaxy. Is it possible at all to have a select multiple of datasets as an input parameter?? best, Leandro On Thu, May 19, 2011 at 6:59 PM, Leandro