comparison get_chrom_sizes/get_chrom_sizes.xml @ 12:8ff0d6a84b02 draft

Uploaded
author jackcurragh
date Tue, 17 May 2022 13:36:39 +0000
parents 84fc05b11c2f
children ed82f3be8656
comparison
equal deleted inserted replaced
11:84fc05b11c2f 12:8ff0d6a84b02
14 <param name="genomeSource" type="select" label="Will you select a reference from your history or use a built-in FASTA?"> 14 <param name="genomeSource" type="select" label="Will you select a reference from your history or use a built-in FASTA?">
15 <option value="builtin">Use a built-in FASTA</option> 15 <option value="builtin">Use a built-in FASTA</option>
16 <option value="history">Use one from the history</option> 16 <option value="history">Use one from the history</option>
17 </param> 17 </param>
18 <when value="builtin"> 18 <when value="builtin">
19 <param name="input1_builtin" type="select" label="Select a reference" help="if your reference of interest is not listed - contact RiboGalaxy team"> 19 <param name="input1_builtin" type="select" format="fasta" label="Select a reference" help="if your reference of interest is not listed - contact RiboGalaxy team">
20 <options from_data_table="builtin_fastas"> 20 <options from_data_table="builtin_fastas">
21 <filter type="sort_by" column="2" /> 21 <filter type="sort_by" column="2" />
22 <validator type="no_options" message="No built-ins are available" /> 22 <validator type="no_options" message="No built-ins are available" />
23 </options> 23 </options>
24 </param> 24 </param>