comparison transtermhp.xml @ 1:d763e35fef0b draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transtermhp commit 4d0256dc71820b5af240f6f52ae78c9b211167f5
author iuc
date Fri, 09 Oct 2015 09:37:26 -0400
parents c28817831a24
children 1a1ec22a7e28
comparison
equal deleted inserted replaced
0:c28817831a24 1:d763e35fef0b
22 $input_gff3 22 $input_gff3
23 23
24 > $output]]></command> 24 > $output]]></command>
25 <inputs> 25 <inputs>
26 <conditional name="reference_genome"> 26 <conditional name="reference_genome">
27 <param name="source" type="select" label="Reference Genome"> 27 <param name="source" type="select" label="Reference Genome">
28 <option value="cached">Locally Cached</option> 28 <option value="cached">Locally Cached</option>
29 <option value="history">From History</option> 29 <option value="history">From History</option>
30 </param> 30 </param>
31 <when value="cached"> 31 <when value="cached">
32 <param name="fasta_indexes" type="select" label="Source FASTA Sequence"> 32 <param name="fasta_indexes" type="select" label="Source FASTA Sequence">
33 <options from_data_table="all_fasta"/> 33 <options from_data_table="all_fasta"/>
34 <validator type="no_options" message="A built-in reference genome is not available for the build associated with the selected input file"/>
34 </param> 35 </param>
35 </when> 36 </when>
36 <when value="history"> 37 <when value="history">
37 <param name="genome_fasta" type="data" format="fasta" label="Source FASTA Sequence"/> 38 <param name="genome_fasta" type="data" format="fasta" label="Source FASTA Sequence"/>
38 </when> 39 </when>