Mercurial > repos > bioitcore > splicetrap
comparison splice_trap.xml @ 5:2ebca9da5e42 draft default tip
planemo upload
| author | bioitcore |
|---|---|
| date | Thu, 07 Sep 2017 17:39:24 -0400 |
| parents | cd336e593a92 |
| children |
comparison
equal
deleted
inserted
replaced
| 4:cd336e593a92 | 5:2ebca9da5e42 |
|---|---|
| 12 $input_type_conditional.input.forward -2 $input_type_conditional.input.reverse | 12 $input_type_conditional.input.forward -2 $input_type_conditional.input.reverse |
| 13 #end if | 13 #end if |
| 14 -s $read_size $output1 $output2 | 14 -s $read_size $output1 $output2 |
| 15 </command> | 15 </command> |
| 16 <inputs> | 16 <inputs> |
| 17 <conditional name="input_type_conditional"> | 17 <conditional name="input_type_conditional"> |
| 18 <param name="spliceTrap_input_type" type="select" label="Input Type" help="Select between paired and paired collection"> | 18 <param name="spliceTrap_input_type" type="select" label="Input Type" help="Select between paired and paired collection"> |
| 19 <option value="paired" selected="true">Paired</option> | 19 <option value="paired" selected="true">Paired</option> |
| 20 <option value="paired_collection">Paired Collection</option> | 20 <option value="paired_collection">Paired Collection</option> |
| 21 </param> | 21 </param> |
| 22 <when value="paired"> | 22 <when value="paired"> |
| 23 <param format='fastq' name='input_1' type='data' label="FASTQ file, reverse reads" /> | 23 <param format='fastq' name='input_1' type='data' label="FASTQ file, reverse reads" /> |
| 24 <param format='fastq' name='input_2' type='data' label="FASTQ file, forward reads" /> | 24 <param format='fastq' name='input_2' type='data' label="FASTQ file, forward reads" /> |
| 25 </when> | 25 </when> |
| 26 <when value="paired_collection"> | 26 <when value="paired_collection"> |
| 27 <param format="fastq" name='input' type="data_collection" collection_type="paired" label="Select a paired collection" help="Specify paired dataset collection containing paired reads"/> | 27 <param format="fastq" name='input' type="data_collection" collection_type="paired" label="Select a paired collection" help="Specify paired dataset collection containing paired reads"/> |
| 28 </when> | 28 </when> |
| 29 </conditional> | 29 </conditional> |
| 30 | 30 |
| 31 <param name='read_size' type='integer' value='50' label="Read size" /> | 31 <param name='read_size' type='integer' value='50' label="Read size" /> |
| 32 </inputs> | 32 </inputs> |
| 33 <outputs> | 33 <outputs> |
| 34 <data format="txt" name="output1" /> | 34 <data format="txt" name="output1" /> |
| 35 <data format="txt" name="output2" /> | 35 <data format="txt" name="output2" /> |
| 36 </outputs> | 36 </outputs> |
| 37 <tests> | 37 <tests> |
| 38 <test> | 38 <test> |
| 39 <param name="input1" value="input1.fastq"/> | 39 <param name="input1" value="input1.fastq"/> |
| 40 <param name="input2" value="input2.fastq"/> | 40 <param name="input2" value="input2.fastq"/> |
| 41 <output name="output1" file="output1.txt"/> | |
| 42 <output name="output2" file="output2.txt"/> | |
| 43 </test> | |
| 44 <test> | |
| 45 <param name="fastq_input"> | |
| 46 <collection type="paired"> | |
| 47 <element name="forward" value="input1.fastq" /> | |
| 48 <element name="reverse" value="input2.fastq" /> | |
| 49 </collection> | |
| 50 </param> | |
| 51 <param name="input_type" value="paired_collection" /> | |
| 41 <output name="output1" file="output1.txt"/> | 52 <output name="output1" file="output1.txt"/> |
| 42 <output name="output2" file="output2.txt"/> | 53 <output name="output2" file="output2.txt"/> |
| 43 </test> | 54 </test> |
| 44 </tests> | 55 </tests> |
| 45 <help> | 56 <help> |
