|
6
|
1 <macros>
|
|
|
2 <macro name="vcf_loc">
|
|
|
3 <conditional name="vcf_source">
|
|
|
4 <param name="vcf_source_selector" type="select" label="Will you select a vcf file from your history or use a built-in vcf?" help=" vcf file over which operate">
|
|
|
5 <option value="cached">Use a built-in vcf</option>
|
|
|
6 <option value="history">Use a vcf from history as reference</option>
|
|
|
7 </param>
|
|
|
8 <when value="cached">
|
|
|
9 <param name="vcf_cached" type="select" label="Using reference vcf" help="Select vcf from the list">
|
|
|
10 <options from_data_table="covacs_vcf">
|
|
|
11 <filter type="sort_by" column="2" />
|
|
|
12 <validator type="no_options" message="No vcf are available" />
|
|
|
13 </options>
|
|
|
14 <validator type="no_options" message="A built-in vcf file is not available"/>
|
|
|
15 </param>
|
|
|
16 </when>
|
|
|
17 <when value="history">
|
|
|
18 <param name="vcf_history" type="data" format="vcf" label="Use the following dataset as reference vcf " help="You can upload a vcf file to the history and use it" optional="true" />
|
|
|
19 </when>
|
|
|
20 </conditional>
|
|
|
21 </macro>
|
|
|
22 </macros>
|