comparison DC_Genotyper.xml @ 9:7cbbf8aaa46c draft

Uploaded
author geert-vandeweyer
date Sat, 27 Sep 2014 02:47:31 -0400
parents 5c72a91ce518
children
comparison
equal deleted inserted replaced
8:b9647583dbea 9:7cbbf8aaa46c
40 <param name="source" type="select" label="Will you select a dbSNP file from your history, or use a built in version (which is faster)"> 40 <param name="source" type="select" label="Will you select a dbSNP file from your history, or use a built in version (which is faster)">
41 <option value="indexed">Use a built-in version</option> 41 <option value="indexed">Use a built-in version</option>
42 <option value="history">Use one from the history</option> 42 <option value="history">Use one from the history</option>
43 </param> 43 </param>
44 <when value="indexed"> 44 <when value="indexed">
45 <param name="indices" type="select" label="Select a reference genome"> 45 <param name="indices" type="select" label="Select a dbSNP version">
46 <options from_data_table="dbsnp_indexes"> 46 <options from_data_table="dbsnp_indexes">
47 <filter type="sort_by" column="2" /> 47 <filter type="sort_by" column="2" />
48 <validator type="no_options" message="No indexes are available" /> 48 <validator type="no_options" message="No indexes are available" />
49 </options> 49 </options>
50 </param> 50 </param>