22
|
1 <macros>
|
|
2 <import>macro_customConfiguration.xml</import>
|
|
3 <macro name="configuration">
|
|
4 <conditional name="configuration">
|
|
5 <param name="configuration_switch" type="select" label="how do you want to configure strelka">
|
|
6 <option value="Default for Bwa" selected="true">Default for Bwa</option>
|
|
7 <option value="Default for Eland">Default for Eland</option>
|
|
8 <option value="Default for Isaac">Default for Isaac</option>
|
|
9 <option value="Path">Use a config file</option>
|
|
10 <option value="Custom">Custom</option>
|
|
11 </param>
|
|
12 <when value="Default">
|
|
13 <!-- do nothing -->
|
|
14 </when>
|
|
15 <when value="Path">
|
|
16 <param format="ini" name="configFile" type="data" label="config file"/>
|
|
17 </when>
|
|
18 <when value="Custom">
|
|
19 <expand macro="customConfiguration"/>
|
|
20 </when>
|
|
21 </conditional>
|
|
22 </macro>
|
|
23 </macros> |