The question is in the title. I begin with Galaxy :)
I want to make some statistics on several files. The number of files to treat together can change. (3 or more)
For this,I need to parse several files to get their values. My pipeline do that but i'd like to be able to integrate it inside galaxy.
For instance, i only found a way to input a file, or input a library that will be treated independently in batch mode.
But how to pass several files at the same time (or a path to a repertory) to read through it and get all file names and contents.
Update :
Ok using 'type="data" multiple="True" ' seems to work. Now how to retrieve them. Their path, their name, and set the outputname accordinly the input ?
Thanks.
Can you show us your code?