Re: [galaxy-dev] How to build an application that uses a set of files?

2014-08-23 Thread George Weingart
Hi John, Worked on first try! Thanks! George Weingart PhD On Thu, Aug 21, 2014 at 12:43 PM, John Chilton jmchil...@gmail.com wrote: Hmm... in that case I think you can just create a multiple input data parameter. input type=data format=tabular multiple=true name=inputs label=blah /

[galaxy-dev] How to build an application that uses a set of files?

2014-08-21 Thread George Weingart
Hello, I would like to get advice how to implement the following application into Galaxy: We have a set of say, 17 tabular files, we would like to present them to the User and allow him to select a subset of them, say 9. Once he selected these files we would like to invoke our program

Re: [galaxy-dev] How to build an application that uses a set of files?

2014-08-21 Thread John Chilton
Are these 17 files fairly dynamic - i.e. are they going to depend on previous steps in a history or user uploads - or are they literally just 17 more or less fixed files associated with that tool and every user should see roughly the same 17 options. -John On Thu, Aug 21, 2014 at 3:03 PM, George

Re: [galaxy-dev] How to build an application that uses a set of files?

2014-08-21 Thread George Weingart
They are totally dynamic. Say all the files of tabular type that the User has at the moment. On Thu, Aug 21, 2014 at 12:28 PM, John Chilton jmchil...@gmail.com wrote: Are these 17 files fairly dynamic - i.e. are they going to depend on previous steps in a history or user uploads - or are they