annotate vcf_macros.xml @ 10:2a59f20b097f draft default tip

Uploaded
author elixir-it
date Wed, 02 Oct 2019 04:31:44 -0400
parents 4175136d6d38
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6
4175136d6d38 Uploaded
elixir-it
parents:
diff changeset
1 <macros>
4175136d6d38 Uploaded
elixir-it
parents:
diff changeset
2 <macro name="vcf_loc">
4175136d6d38 Uploaded
elixir-it
parents:
diff changeset
3 <conditional name="vcf_source">
4175136d6d38 Uploaded
elixir-it
parents:
diff changeset
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">
4175136d6d38 Uploaded
elixir-it
parents:
diff changeset
5 <option value="cached">Use a built-in vcf</option>
4175136d6d38 Uploaded
elixir-it
parents:
diff changeset
6 <option value="history">Use a vcf from history as reference</option>
4175136d6d38 Uploaded
elixir-it
parents:
diff changeset
7 </param>
4175136d6d38 Uploaded
elixir-it
parents:
diff changeset
8 <when value="cached">
4175136d6d38 Uploaded
elixir-it
parents:
diff changeset
9 <param name="vcf_cached" type="select" label="Using reference vcf" help="Select vcf from the list">
4175136d6d38 Uploaded
elixir-it
parents:
diff changeset
10 <options from_data_table="covacs_vcf">
4175136d6d38 Uploaded
elixir-it
parents:
diff changeset
11 <filter type="sort_by" column="2" />
4175136d6d38 Uploaded
elixir-it
parents:
diff changeset
12 <validator type="no_options" message="No vcf are available" />
4175136d6d38 Uploaded
elixir-it
parents:
diff changeset
13 </options>
4175136d6d38 Uploaded
elixir-it
parents:
diff changeset
14 <validator type="no_options" message="A built-in vcf file is not available"/>
4175136d6d38 Uploaded
elixir-it
parents:
diff changeset
15 </param>
4175136d6d38 Uploaded
elixir-it
parents:
diff changeset
16 </when>
4175136d6d38 Uploaded
elixir-it
parents:
diff changeset
17 <when value="history">
4175136d6d38 Uploaded
elixir-it
parents:
diff changeset
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" />
4175136d6d38 Uploaded
elixir-it
parents:
diff changeset
19 </when>
4175136d6d38 Uploaded
elixir-it
parents:
diff changeset
20 </conditional>
4175136d6d38 Uploaded
elixir-it
parents:
diff changeset
21 </macro>
4175136d6d38 Uploaded
elixir-it
parents:
diff changeset
22 </macros>