[galaxy-dev] format=input

2011-06-08 Thread Mariette
Hi everyone, I'm facing a little problem ... I have the following input : param name=input type=data format=sff,fasta,fastq label=454 reads / param name=qual_file type=data format=qual optional=true label=Quality reads file (if input is a fasta) / and the following output: data name=output

Re: [galaxy-dev] Components

2011-06-07 Thread Mariette
directory is the job_working_directory, there is anyway to access my main script just like it's done for the wrapper ? thanks for your answer, Jerome Peter Cock a écrit : On Mon, Jun 6, 2011 at 2:45 PM, Mariette jmari...@toulouse.inra.fr wrote: Hi everyone, I'm new in galaxy and I want

Re: [galaxy-dev] Components

2011-06-07 Thread Mariette
/ #if $clean_pairends.clean_pairends_select==y: data name=output format=input/ #end if /outputs but this is not working ... there is a way to do what I want ? thx Jerome Peter Cock a écrit : On Tue, Jun 7, 2011 at 9:24 AM, Mariette jmari...@toulouse.inra.fr wrote: Thanks for the answer, so I tryed

Re: [galaxy-dev] Components

2011-06-07 Thread Mariette
label=${clean_pairends.clean_pairends_select} filter${clean_pairends.clean_pairends_select} == y/filter /data the data file is created with a label n ! Is it not weird ? Jerome Mariette a écrit : Thanks this is what I was looking for !! I succeded to make it work when

[galaxy-dev] Components

2011-06-06 Thread Mariette
Hi everyone, I'm new in galaxy and I want to create a component, so I have multiple questions. The component executes a script which takes different formats : fasta|fastq|sff. As output it takes a folder, to do so I used the extra_files_path attribute of an output data