Re: [galaxy-dev] Limits for enumerate for multiple input files

2014-04-25 Thread John Chilton
Don't have a ton to add to Peter's suggestion I just wanted chime in that there is definitely not some inherit Galaxy limit on the backend for the number selections allow in a multiple input widget. I just tried a test with 4 times this number of inputs and it worked fine. This could well be reachi

Re: [galaxy-dev] Limits for enumerate for multiple input files

2014-04-22 Thread Peter Cock
On Tue, Apr 22, 2014 at 4:34 PM, Ulf Schaefer wrote: > Hi Peter > > I removed the unnecessary code. > > If I run the tool with just a couple of inputs I see entries in the log > files either from galaxy.jobs.runners.drmaa or from > galaxy.jobs.runners.local that the job is being dispatched as norm

Re: [galaxy-dev] Limits for enumerate for multiple input files

2014-04-22 Thread Ulf Schaefer
Hi Peter I removed the unnecessary code. If I run the tool with just a couple of inputs I see entries in the log files either from galaxy.jobs.runners.drmaa or from galaxy.jobs.runners.local that the job is being dispatched as normal. Unfortunately there is no sign of the job in the log files

Re: [galaxy-dev] Limits for enumerate for multiple input files

2014-04-22 Thread Peter Cock
On Tue, Apr 22, 2014 at 3:02 PM, Ulf Schaefer wrote: > Dear all > > I am using this control to allow the user to input multiple files: > > label="Input VCF file(s)" /> > > and I am using this for loop in the cheetah code to access the control: > > script.sh > ... > #for $i, $input_vcf in enumera